@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
:root{
    --gold1:#F4BD76;
    --gold2:#F6CD8F;
    --gray:#ffffff80;
    --gray2:#f7d9d990;
    --black1: #1A1B1F;
    --black2: #30353B;
    --shadow: 0 8px 8px;
    --color_shadow: #00000033;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'open sans';
}

.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

/* Header */

header {
    width: 100%;
    height: 300px;
     background-image: linear-gradient(to bottom right, rgba(255,255,255,1), rgba(40,139,168,1));
}

nav{
    text-align: right;
    padding: 30px 1px 0 0;
}

nav > a{
    color:#000;
    font-weight: 300;
    text-decoration: none;
    margin-right: 60px;
}

nav > a:hover{
    text-decoration: underline;
}

header .logo .imagen{
width:150px;
height:130px;
float: left;
margin-left: 150px;
max-width: 300px;
}

header .textos-header{
    display: flex;
    height: 130px;
    width: 50%;
    max-width: 1000px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    float: center;
}

.textos-header h1{
    font-size: 50px;
    color:#fff;
}

.textos-header h2{
    font-size: 30px;
    font-weight: 300;
    color:#fff;
}


/*-------------main------------*/
main{
  font-family: 'Montserrat', sans-serif;
}
.titulo{
    font-size: 42px;
    margin-top: 10px;
    margin-left: 90px;
    text-align: center;
}

.subtitulo{
    color: var(--black2);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 90px;
    text-align: center;
}


.cuadro{
    width: 30%;
    padding: 30px 0;
    overflow: hidden;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    border-radius: 10px;
    position: relative;
    text-align: right;
    margin-bottom: 30px;
    box-shadow: 0 0 6px var(--color_shadow);
}


.texto_cuadros{
    text-align: left;
    width: 90%;
    margin:0 auto;
}


.titulo_cuadro{
    font-size: 30px;
    color: #fff;
    margin-bottom: 8px;
}

.subtitulo_cuadro{
    color: var(--gray2);
    margin-bottom: 16px;
}


.contenedor_grande{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 90px;
}



.fondo{
    width: 50%;
    height: 190px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    border-color: gray;
  border-width: 1px;
  border-style: dotted;
  margin-left:60px ;

}

.fondo_imagen{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}



.inform{
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
 }
 .inform .title{
     text-align: left;
     font-size: 22px;
     line-height: 40px;
    font-weight: 120;
     margin-bottom: 3px;
     color: #2200e4;
     font-family: inherit;
 }
 .inform .parrafo{
     width: 100%;
     float: left;
     text-align: justify;
     font-size: 20px;
     color: #000;
     font-weight: 30;
     line-height: 40px;
     font-family: inherit;
     
 }
 

 .cont_soporte{
  background: #fff;
  padding-bottom: 3px;
  width: 100%
}


.titulo{
  text-align: center;
  margin-bottom: 20px;
  font-family: inherit;
}

.soporte_tec{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
}

.soporte-ind{
  width: 28%;
  text-align: center;
}

.soporte-ind img{
  width: 100%;
}

.soporte-ind h3{
  margin: 10px 0;
  font-family: inherit;
  color: #075e54;
}

.soporte-ind p{
  font-weight: 300;
  text-align: justify;
  font-family: inherit;
  line-height: 30px;
}

/* footer */

footer .redes-sociales {
  background: #1e2b38;
  padding: 0.1px 0; 
}
  footer .redes-sociales .contenedor {
    display: flex;
    justify-content: center; 
  }
    footer .redes-sociales .contenedor a {
      color: #fff;
      text-align: center;
      width: 100px;
      font-size: 30px;
      padding: 0.1px 0;
      display: block;
      margin: 0 20px;
      border-radius: 3px; 
    }
        footer .redes-sociales .contenedor .facebook {
      background: #55acee; 
    }
    footer .redes-sociales .contenedor .whatsapp {
      background: #075e54; 
    }
    footer .redes-sociales .contenedor .linkedln {
      background: #0077b5; 
    }
    footer .redes-sociales .contenedor .instagram {
      background: #e1306c; 
    }
    footer .redes-sociales .contenedor .facebook:hover {
      background: #000; 
    }
    footer .redes-sociales .contenedor .whatsapp:hover {
      background: #000; 
    }
    footer .redes-sociales .contenedor .linkedln:hover {
      background: #000; 
    }
    footer .redes-sociales .contenedor .instagram:hover {
      background: #000; 
    }
  
    footer .final {
      background: #000;
      padding: 4px 0;
    }
      footer .final .contenedor {
        background: #000;
        padding: 4px 0;
      }
        footer .final .contenedor .copyright {
          text-align: center;
          padding: 1px 0;
          color: #fff;
        }




@media screen and (max-width:900px){
 header .logo .imagen{
  width:100px;
  height:90px;
  margin-top: 30PX;
  margin-left: 50px;
  max-width: 100px;
  }
 header .textos-header{
  margin: 0 auto;
  margin-top: 25px;
  text-align: left;
 }
                  
 .textos-header h1{
  font-size: 26px; 
 }
                  
  .textos-header h2{
   font-size: 20px;
   }
   .inform .title{
    font-size: 16px;
    line-height: 20px;
}
.inform .parrafo{
    font-size: 16px;  
    line-height: 30px;
}
}
@media screen and (max-width:700px){
  .contenedor_grande{
  flex-direction: column;
  width: 100%;
  
}
  .cuadro{
    width: 100%;  
    justify-content: center;
    align-items: center;
  }
.fondo{
    width: 90%;
}

 }
                 
@media screen and (max-width:652px){
 nav{
  text-align: center;
  padding: 30px 0 0 0;
 }
                  
 nav > a{
  margin-right: 5px;
 }
 .titulo{
    font-size: 24px;
    margin-left: 10px;
   }
   .subtitulo{
    margin-left: 10px;
   }
   .titulo_cuadro{
    font-size: 20px;
   }
   .contenedor_grande{
    width: 90%;  
    justify-content:left;
    align-items: left;
    padding-right: 180px;
  }
  .cuadro{
    width: 100%;

}
 footer .redes-sociales .contenedor {
  flex-wrap: wrap; 
 }

 footer .redes-sociales .contenedor > a {
  margin-right: 5px;
  margin: 1px 1px;
 }
 .soporte_tec{
  width: 90%;
flex-direction: column;
}
.soporte-ind{
width: 100%;
text-align: center;
}
.soporte-ind img{
width: 70%;
}
}
                  
@media screen and (max-width:376px){
 header .logo .imagen{
  width:80px;
  height:70px;
  margin-left: 25px;
 }
 header .textos-header{
   margin-top: 1px;
 }
 .textos-header h1{
  font-size: 20px; 
 }
 .textos-header h2{
  font-size: 14px;
  text-align: center;
 }
 .contenedor_grande{
  width: 90%;  
  justify-content:left;
  align-items: left;
  padding-right: 180px;
}
.cuadro{
  width: 100%;

}
}