*{
	margin: 0px;
	padding: 0px;
  box-sizing: border-box;
}
html{
   height: 100vh;
}
body{
  font-family: "Montserrat", serif;
}
.container{
  width: 100%;
 	background: black;
  margin: auto;
}
 .title{
  font-size: 35px;
  font-weight: 500;
  position: relative;/**/
  text-align: center;
}
 .title::before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100px;
  border-radius: 5px;
  background: linear-gradient(135deg, #71b7e6, #9b59b6);
}
header{
	width: 90%;
	padding: 10px;
  height: 150px;
  display: flex;
  position: relative; 
  justify-content: space-between;
  margin: auto;
 }
img{
	max-width: 100%;
}

header  img{
  width: 150px;
  height: 150px;
  }

header #logo{
  display: flex;
  align-items: center;
}
.acceso .abrir{
    height: auto;
    border-style:solid;
    border-radius: 15px;
    margin: 20px 0;
    font-weight: 600;
  }

  .acceso{
   display: flex;
  align-items: center;
  }
.acceso a{
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
  color: #008dff;
  font-weight: 700;
  }

  nav a{
  text-decoration: none;
  color: white;
  font-size:18px;
  
  font-weight: 600;
}

.menu-horizontal{
  list-style: none;
  display: flex;
  justify-content:center;
  margin-top: 40px;
  position: sticky;
  z-index: 999;
}
.menu-horizontal > li > a{
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}

.menu-horizontal > li:hover{
  /*background: #008dff;*/

}
.submenu{
  position: absoluta;
  display: none;
  list-style: none;
  width: 200px;
  
}

.menu-horizontal li:hover .submenu{
  display: block;
}
.submenu li:hover {
  background-color: black;
 }
.submenu li a{
  display: block;
  color: white;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
}
#info{
  width: 100%;
  height: auto;
  font-size: 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#info p{
  color: white;
  padding: 15px;
  text-align: justify;
  margin: auto;
 }
 #info a{
  text-decoration: none;
  color: white;
  font-size: 16px;
 }
#banner{
  width:100%;
  height: auto;
  box-sizing: border-box;
  }
#banner img{
  width: 100%;  
}
#ppal{
  width: 95%;
  margin: 30px auto;/**/
  text-align: justify;
}
footer{
width: 100%;
background: black;
}
.error{
  display: none;
  color: red;
}
footer .legal1{
  font-weight: 700;
}

/* ////////// Register //////////  */
.content{
position: relative;
margin: auto; 
background:white;
max-width: 800px;
padding: 20px;
border-radius: 20px;
}
#logo{
   text-align: center;
}
#logo img{
  width: 150px;
  height: 150px;
 
}
.content form{
  width: 500px;
  height: auto;
  }
 
.content form .user-details{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 12px 0;
}
form .user-details .input-box{
 margin-bottom: 15px;
 width: 70%;
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input{
  height: 35px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #9b59b6;
}
.input-box select:focus,
.input-box select:valid{
  border-color: #9b59b6;
}
.input-box select{
  height: 30px;
  width: 100%;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
form .button{
   height: 45px;
   text-align:center;
 }
form .button input{
   height: 100%;
   width: 70%;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: linear-gradient(135deg, #71b7e6, #35518C);
 }
form .button input:hover{
  background: linear-gradient(-135deg, #71b7e6, #35518C);
  font-size: 19px;
  }


/* /////////// Cuenta Oro  ///// */
.titulocta{
  display: flex;
  align-items: center;
  justify-content: space-evenly;/**/
  width: 90%;
  margin: auto;
}
.titulocta img{
  width: 400px;
  height: 400px;
}
.ctatitulo2{
  width: 40%;
}
.ctatitulo h1{
  font-size: 30px;
  color: white;
  margin: 10px 0;
 
}

.cuenta h1{
  margin: 20px auto;
  text-align: center;
  font-size: 30px;
  
}
.galeriacta{
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
 
}

.galeriacta li{
  position: relative;
  width:350px;
  height: 180px;
  border-radius: 20px;
  margin: 15px auto;
  padding: 10px;
  list-style: none;
  border-style: solid;
}
.galeriacta li p{
  text-align: center;
  position: absolute;
  top: 75%;
}
.galeriacta li img{
  margin: 10px;
}

 .apalancamiento h1{
  height: auto;
  width: 270px;
  background: #008dff;
  color:white;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0px ;
  padding: 5px;
  
 }
 .apalancamiento img{
  width: 400px;
  height: 400px;
 }
 .descripcion{
  display: flex;
  align-items: center;
  justify-content: space-center;
  }
 .descripcion ul{
  margin-right: 300px;
 }
 .descripcion li{
  list-style: none;
  font-weight: 700;
  padding: 5px;
 }
 .diferenciales h1{
  height: auto;
  width: 400px;
  background: #008dff;
  color:white;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 40px;

 }
.grupos{
  display: flex;
  justify-content:center;
 }
.grupos .g1{
  margin:10px 40px;
  font-weight: bold;
  }
.grupos .g1 ul{
  list-style: none;
}
.grupos .g1 li{
  padding: 10px;
}

/* /////////// Cuenta Plata  ///// */
.descripcioncta{
width: 80%;
margin: 20px 0;

}

.descripcionplata{
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  font-weight: bold;
  border-style: solid;
  border-radius: 20px;

}
.descripcionplata h1{
  margin: 10px 0px ;
  padding: 5px;
}
.descripcionplata ul{
  list-style: none;
  margin: 20px 0;
}

.descripcionplata li{
  padding: 5px;
}
.acceso .abrir2{
    height: auto;
    border-style:solid;
    border-radius: 15px;
    margin: 20px auto;
    font-weight: 600;
  }
.imgplata{
  width:40%;
  text-align: center;
    
}
.imgplata img{
    width: 300px;
    height: 500px;
  }
.imgpre img{
    width: 450px;
    height: 500px;
  }
.imgquienes img{
    width: 500px;
    height: 500px;
  }

.titulocta2{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 40px 0;
}

.tituloctapre{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 80px 0;
}

.descripcioncta2{
 margin: 30px 0;
}
.ctatitulo2 h1{
  font-size: 30px;
}

.galeriactapre{
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
 
}

.galeriactapre li{
  position: relative;
  width:350px;
  height: 300px;
  margin: 15px auto;
  padding: 10px;
  list-style: none;
 }
.galeriactapre li p{
  text-align: center;
  position: absolute;
  top: 75%;
}
.galeriactapre li img {
  margin: 10px;
  left: 25%;
  position: absolute;
  width: 150px;
}
.quienes{
  width: 70%;
  margin: auto;
}
.quienes h1{
  margin: 20px auto;
  text-align: center;
  font-size: 30px;
  
}
.quienes .descripcioncta2{
  font-size: 25px;
  text-align: center;
}
.sepaq{
  display: flex;
  flex-direction: column;
}
.sepaq h1{
  font-size: 30px;
}
.ctatitulo p{
  font-size: 25px;
}

 /* ///// Ventana Modal ///// */

html, body
{
  /*height: 100%;*/
}
.ventanaModal {
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  position:fixed;
  top:0px;
  left:0px;
  display:flex;
  } 
.close1{
  position: absolute;
  top:0px;
  right: 0px;
  width: 45px;
  height: 45px;
  background-color: #090f1d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;

  }

/* //////////// opensesion ///////////////// */

.login {
position: relative;
margin: auto; 
background:white;
width: 500px;/**/
padding: 20px;
border-radius: 20px;
}
.login form{
  width:100%;
  border-radius:15px;
}
.login form h3{
  text-align:center;
  margin-bottom:10px;
  font-size: 25px;
  color:black;
}
.login form label input{
  outline:none;
  border:none;
  color:black;
  border-bottom:solid 1px black;
  padding:5px;
  font-size:18px;
  width: 60%;
}
form .inputIndex{
  text-align:center;
  margin: 25px 0px;
}
form .inputIndexres{
  text-align:center;
  margin-top:25px;
}
.inputIndex label img{
  vertical-align: bottom;
  margin-right: 10px;
  width:20px;
  height:20px
}
.datoscontrasena{
  margin: 30px;
}

.botonIndex{
  display: flex;
  flex-direction: column;
  align-items: center;
  /*text-align:center;*/
  margin-top:10px;
}
.botonIndex a{
 color:black;
 text-decoration:none;
 font-size:18px;
 margin-bottom: 10px;
}

.login form input[type="submit"]{
  background:#35518C ;
  border:0;
  color:white;
  font-size: 18px;
  opacity:0.8;
  cursor:pointer;
  border-radius:10px;
  padding: 10px;
  width:250px;
  font-weight: bold;
  
}
.login form input[type="submit"]:hover{
  
  opacity:1;
  font-size: 19px;
  color: black;
  font-weight: 700;
  
}
.login form input[type="submit"]:active{
  
  transform:scale(0.95);
}
.login hr{

border:2px solid black;
}


/* //////// Inicio //////////// */

.conteinicio{
  width: 100%;
  margin: auto;
  color: white;
  
}

.conteinicio .contentext h1{
text-align: center;
font-size: 30px;
margin-bottom: 50px;

}
.contentext img{
  width: 100%;
  height: 100%;
}
.contentext .ctas{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cta{
  width: 300px;
  height: 400px;
  position: relative;
}
.cta .vermas{
      position: absolute;
      top: 80%;
      right: 35%;
    
    }

.cta .vermas a{
      text-decoration: none;
      font-size: 15px;
      padding: 10px; 
    }

.cta .vermas .abrir{
    border-style:solid;
    background: black;
    color: white;
  }

.cta .acceso{
  justify-content: center;
}
  .herra{
    margin:100px auto;
    width: 80%;
  }

  .herra h1{
    font-size: 30px;
  }

.experiencia{
  margin: 80px 0;
  text-align: center;
}
.experiencia h1{
  font-size: 30px;
  margin-top: 120px;
  margin-bottom: 25px;
}
.expimg{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;

}
.expimg img{
  width: 600px;
  height: 500px;
  margin: 20px 0;
}
.logos{
  display: flex;
  flex-direction: column;
 
}
.logos img{
  width: 70px;
  height: 70px;
  margin-right: 40px;
}
.log{
  display: flex; 
  align-items: center;
  margin: 20px auto;
}
.sepa{
  display: flex;
  flex-direction: column;
}

.sepa h1{ 
  font-size: 30px;
}
.log p{

  width: 500px;
  padding: 5px;
}
.pagos{
  width: 95%;
  margin: auto;
}

.pagos ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid white;
}
.imgpagos li{
  
padding: 10px;
list-style: none;
width: 104px;
}

/* ////////////////// Legal /////////////////////////////////7 #008dff*/

.galeriapdf{
  width: 70%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.galeriapdf li{
  width: 250px;
  height: 260px;
  margin: 15px auto;
  padding: 10px;
  list-style: none;
  border-radius: 20px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.galeriapdf li p{
  margin: 30px 0;
  text-align: center;
}
.galeriapdf li img{
  width: 64px;
  height: 64px;
}

.galeriapdf a{
  background: blue;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: white;
  font-weight: 700;
  width: 150px;
}


/* ////////////////// Boton de Whatsaap ///////////////////////////////////////  */

.btn-wsp{
  background-color: #2e6329;
  border: 1px solid white;
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  bottom:20px ;
  right: 25px;
  padding: 10px;
  transition: ease 0.3s;
  animation: efecto 2s infinite;
}

.btn-wsp:hover{
  transform: scale(1.1);
  transition: 0.3s;
}

.img-wsp{
  width: 80px;
  transition: ease 0.1s;
}

@keyframes efecto{
  0%{
    box-shadow: 0 0 0 0 rgba(240, 240, 240, 0.85);
  }
  100%{
    box-shadow: 0 0 0 15px rgba(240, 240, 240, 0);
  }
}



/* //////////////////  Clientes ///////////////////////// 0, 0, 0 */
.contenedorcli{

}

.contenedorcli header{
  background-color:#bdc3c7;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 190px;
}

.contenedorcli header img{
  width:150px;
  height: 150px;
  padding:3px;

}
.contenedorcli header h1{
  color:black;
  font-size: 25px;
  font-weight:bold;
}

.usuarios{
  margin-right: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 10px;
}
main{
  display: flex;
  width: 98%;
  margin: auto;
}
#menucliente{
  width: 300px;
 /* background: blue;*/

}
.nav{
  width: 300px;
}
.list{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 16px 16px 0;
  background: #fff;
}
.list_item{
  list-style: none;
  width: 100%;
  text-align: center;
  overflow: hidden/**/
}
.list_item--click{
  cursor: pointer;
}

.list_button{
  display: flex;
  align-items: center;
  gap: 1em;
  width: 70%;
  margin: 0 auto;
}
.arrow .list_arrow{
  transform: rotate(90deg);
}

.list_arrow{
  margin-left: auto;
  transition: transform .3s;
}
.nav_link{
 color: #303440;
 display: block;
 padding: 15px 0;
 text-decoration: none;
}
.nav_link--inside:hover{
  background: #f6f8fa;
}
.nav_link--inside{
  border-radius: 6px;
  padding-left: 20px;
  text-align: left;
}
.list_show{
  width: 80%;
  margin-left: auto;
  border-left: 2px solid #303440;
  list-style: none;
  transition: height .4s;
  height: 0;
}


.verinver{
  width:70%;
  /*background: orange;*/
}

.tituloinver{
  display: flex;
  align-items: center;
 /* background: red;*/
  border-radius: 20px;
  padding: 10px;

}
.verinver .tituloinver img{
  width: 50px;
  margin-right: 30px;
  margin-left: 20px;
}
.verinver .tituloinver h1{
  text-align: center;
}

#valores{
display: flex;
  justify-content: space-between;

}
/*
.sesioncli{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #F2F2F2;
}
.menucli{
display: flex;
}
.menucli img{
  border-radius: 8px;
  width: 45px;
  margin-top: 10px ;
  padding: 10px;
}
.menucli a{
  text-decoration:none;
}
.menucli .logomcli {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  margin:15px 20px;
  text-align: center;
  transition: all 0.25s;
  cursor: pointer;
}
.menucli .logomcli:hover{
  transform: translateY(-10px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
text-decoration:none;
}
.menucli .logomcli img{
  border-radius: 8px;
  width: 50px;
  margin-top: 10px ;
}
.menucli .logomcli h4{
  color:black;
  font-size: 11px;
  margin-top: 10px;
}
*/
/* /////////// SLIDER  #e8e8e8//////////////////////  */

.body-slider{
  width: 100%;
  margin: 10px 0 10px 0; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-slider{
  position: relative;
  width: 100%;
  height: 450px;
  background-color: black;
  border-radius: 5px;
  overflow: hidden;
}
.cont-slider .slides-row{
  display: flex;
  height: 90%;
}
.cont-slider .slides-row .slide{
  min-width: 100%;
}
.cont-slider .slides-row .slide img{
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cont-slider span.next, .cont-slider span.prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 16px;
  color: black;
  font-weight: bold;
  font-size: 22px;
  transition:0.5s;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}
.cont-slider span.next{
  right: 5px;
}
.cont-slider span.prev{
  left:5px;
}
.cont-slider span.next:hover, .cont-slider span.prev:hover{
  background-color: #ddd;
  opacity: 0.8;
  color: #222;
}
.cont-slider .dots{
  position: absolute;
  bottom: 5px;
  z-index: 3;
  left:50%;
  transform: translateX(-50%);
}
.cont-slider .dots .dot{
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border: 3px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.cont-slider .dots .active{
  background-color: #008dff;
}
.slide .acceso{
      position: absolute;
      top: 80%;
      width: 80%;
      margin-left: 30px;
    }
.slide .acceso a{
      text-decoration: none;
      font-size: 15px;
   }
.slide .acceso .abrir{
    border-style:solid;
    background: blue;
    color: white;/**/
    border-radius: 15px;
    margin: 5px;
    font-weight: 600;
  }
  .slide .acceso .abrirse{
    border-style:solid;
    border-color: blue;
    border-radius: 15px;
    margin: 5px;
   }
/* ///////// Menu  /////////    */
#menu-bar{
display: none;
}
header label img{
  display: none;
}
header .acceso1{
  display: none;
}

/* //////////////  Quienes somos  //////////////  */
.expimg .imgq{
  width: 500px;
  height: 500px;
}

/* //////////////  Correo  //////////////  */

textarea{
  resize: none;
  width: 100%;
  height: 200px;
}

.contacto{
position: relative;
/*margin: auto;*/ 
background:white;
width: 40%;
padding: 20px;
border-radius: 20px;
margin-bottom: 50px;
}
#logo{
   text-align: center;
}
#logo img{
  width: 150px;
  height: 150px;
 
}
.contacto form{
  width: 100%;
  
  }
 
.contacto form .user-details{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 12px 0;
}
#contactos{
  display: flex;
  flex-direction: column;
  /*justify-content: center;
  background: black;
  margin-top: 100px;*/
  align-items: center;
}
#contactos #redes{
  color: white;
  width: 40%;
 }
 #contactos #redes h1{
  margin-bottom: 10px;
  text-align: center;
}
.was{
  text-align: center;
}
.was img{
  width: 50px;
  height: 50px;
  margin: 10px;
}
.tele{
  text-align: center;
}
.tele img{
  width: 50px;
  height: 50px;
   margin: 10px;
}
.iconos{
  margin: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user-details .input-box textarea{
  /*height: 35px;
  width: 100%;*/
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box textarea:focus,
.user-details .input-box textarea:valid{
  border-color: #9b59b6;
}


/* ///////// RESPONSIVE  ////////////////  */

@media (max-width: 1100px){
  .cont-slider{
    width: 80%;
    height: 300px;
  }

.slide .acceso{
      margin-left: 10px;
  }
.slide .acceso a{
     font-size: 8px;
  }
.slide .acceso .abrir{
    border-style:solid;
    background: blue;
    color: white;/**/
    border-radius: 15px;
    margin: 5px;
    font-weight: 600;
  }
  .slide .acceso .abrirse{
    border-style:solid;
    border-color: blue;
    border-radius: 15px;
    margin: 5px;
  }

}


@media (max-width: 956px){

  .acceso{
    margin-right: 10px;
  }
.acceso a{
  font-size: 12px;
  padding: 10px;
 }
nav a{
  font-size: 10px;
  padding: 5px;
 }
.login {
  width: 400px;/**/
  }
}

@media (max-width: 682px){
 
  .body-slider{
   margin: 105px 0 0px 0;
  }
 .cont-slider span.next{
  color: white;
}
.cont-slider span.prev{
  color: white;
}
  header{
  width: 100%;
  background:#F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  z-index:100;
  margin-bottom: 30px;  
  height: 100px;
}
header #logo img{
  width: 80px;
  height: 80px;
}
header label{
float: right;
margin: 25px 10px;
cursor: pointer;
}
header label img{
  width: 30px;
  height: 30px;
}
header label img{
  display: inline-block;
}
header .acceso1{
  display:inline-block;
  display: flex;
    align-items: center;
}
header .acceso{
  display: none;
}
header .abrir{
    width: 100px;
    height: auto;
    border-style:solid;
    border-radius: 15px;
    margin: 5px;
    font-weight: 600;
  }
.acceso1 a{
  text-decoration: none;
  font-size: 12px;
  padding: 5px;
  color: black;
  font-weight: 600;
}
.menu{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51,51,51,0.9);
  transition: all 0.5s;
  transform: translateX(-100%);
}
.menu a{
  display: block;
  color: white;
  height: 50px;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.menu a:hover{
  background: rgba(255,255,255,0.3);
}
#menu-bar:checked ~ .menu{
  transform: translateX(0%);/**/
}
.menu-horizontal{
  display:block;
}
.login {
/*width: 400px;*/
}
.content form{
  width: 300px;
 }
.title{
  font-size: 25px;
}
.conteinicio .contentext h1{
  font-size: 15px;
  margin: 10px 0;
}
.conteinicio .contentext p{
  font-size: 14px;
}
.contentext .ctas{
  flex-direction: column;
}
.cta{
  width: 280px;
  height: 320px;
  position: relative;
  margin-bottom: 100px;
}
.cta .vermas {
  /*right: 30%;*/
}
#info {
  width: 95%;
  height: auto;
  font-size: 11px;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin: auto;
}
#info p{
  padding: 5px;
  font-size: 9px;
}
/* //////////////// inicio /////////////// */
.conteinicio{
  width: 100%;
  margin: auto;
}
.herra{
  margin:0px;
    /*margin:100px auto;*/
    width: 100%;
    font-size: 15px;
  }
.herra h1{
  font-size: 15px;
}
.expimg {
  flex-direction: column;
}
.logos p{
  width: 100%;
  font-size: 13px;
}
.expimg img{
  /*width: 100%;*/
  height: 100%;
  margin: 0;
}
.slide .acceso{
  display: none;
}
.cont-slider .dots{
  display: none;
}
.cont-slider{
  width: 100%;
  height: 200px;
}
.experiencia{
  margin: 10px 0;
  text-align: center;
}
.experiencia h1{
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 25px;
}
.experiencia p{
  font-size: 13px;
}
.sepa h1{ 
  font-size: 15px;
}
footer .legal1 {
  font-size: 8px;
}
#info a {
  font-size: 10px;
}

/* //////// Quienes somos /////////// */

.ctatitulo h1 {
  /*background: #008dff;text-align: center;
  color: white;
  padding: 10px;
  border-radius: 10px; */
  font-size: 15px;
}
.titulocta {
 flex-direction: column;
 width: 100%;
}
.ctatitulo {
  /*margin-right:0px;*/
margin-top: 105px;
}
.ctatitulo p{
  font-size: 20px;
  font-weight: 700;
}
.descripcioncta{
width: 100%;
margin: 20px 0;
font-size: 13px;
}
.acceso{
  display:block;
    margin:0 20px;
    text-align: center;
    margin-top: 30px;
  }
.titulocta img {
  width: 300px;
  height: auto;
  margin-top: 30px;
}
.titulocta2 {
  flex-direction: column;
}
.imgquienes img {
  width: 300px;
  height: auto;
}
.ctatitulo2 {
  width: 100%;
}
.ctatitulo2 h1 {
  font-size: 15px;
}
.descripcioncta2 {
  font-size: 13px;
}
.quienes h1 {
  font-size: 15px;
}
.quienes .descripcioncta2 {
  font-size: 13px;
}
.expimg .imgq{
  width: 300px;
  height: auto;
}
/* ////////////// Correo ////////////// */

#contactos{
  flex-direction: column;
  /*justify-content: space-between;
  background: black;*/
  margin-top: 100px;
  
}
#contactos .contacto{
  width: 100%;
  border-radius: 0px;
  background:black;

}
#contactos #redes{
  width: 100%;
  font-size: 13px;
}
#contactos #redes h1{
  font-size: 15px;
}

.contacto .title{
  color: white;
  font-size: 18px;
  }
.close1{
  display: none;
}
.contacto .details{
  color: white;
  font-size: 13px;
}
.contacto .user-details .input-box textarea{
  font-size: 13px;
}
.contacto .user-details .input-box input{
  font-size: 13px;

}
}
