/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "tex";
  src: url("../fonts/texgyreadventor-regular.otf");
  /* 
  font-family: 'Quicksand', sans-serif!important;
font-family: 'Ubuntu', sans-serif;
*/
}

:root {
  --Total: #0397c7;
  --azul: rgb(62, 240, 46);
  --azul2: rgba(46, 240, 107, 0.753);
  --naranja: #ef793f;
  --fondo-c: rgb(251, 251, 251);
  --fondo-b: #f4f4f4;
  --titulos-c: #0397c7;
  --subtitulos-c: #5d5d5d;
  --parrafos-c: rgb(75, 75, 75);
  --blanco-2: rgb(255, 255, 255);
  --nav: rgb(75, 75, 75);
  --nav1: #09003b;
  --dev-white: rgb(251, 251, 251);
  --tit-n-n: rgb(75, 75, 75);
}
[data-theme="dark"] {
  --fondo-c: rgb(29, 29, 29);
  --titulos-c: #0397c7;
  --subtitulos-c: #e2e2e2;
  --parrafos-c: #e0cebe;
  --fondo-b: #535353;
  --nav: white;
  --dev-white: rgb(29, 29, 29);
  --tit-n-n: #0397c7;
  --blanco-2: rgb(47, 47, 47);
}


.titulo-left {
    color: #0396c7;
    text-align: left;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
}


.titulo-left-verde {
    color: #25d366;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.catalogo-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.catalogo-text {
    padding: 30px 0px;
}

@media(max-width:576px){
    .titulo-left,.titulo-left-verde,.titulo-c-left,.titulo-generador-qr{
        font-size: 30px!important;
        line-height: 35px;
    }
    .parrafo-left{
        font-size: 18px!important;
        color: #1c4c5c;
    }
    .registro img{
        width: 100%;
    }
    .registro .img-izq{
        text-align:left!important;
    }
}
.clients1 img:hover {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.clients1 .slide {
    text-align: center;
    align-items: center;
}
.tipo-profesion {
    margin: 0 0;
    padding: 0 0;
    font-size: 11px;
    color: #9eA9A9;
    font-weight: 700;
}
.clients1 img {
    width: 60% !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.mens {
    font-size: 15px;
    color: #585858;
}

.botones-categorias {
  display: flex;
  flex-direction: row;
}

.social-portada {
  background: #0D1B48;
  text-align: center;
  padding: 20px 5px;
}
.social-portada a {
}
.social-portada button {
  background: #0396c7;
  /* background: white; */
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  margin: 5px;
  height: 120px;
  width: 120px;
  font-size: 40px;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin: 3px 0px;
  border: none;
}
.social-portada h6 {
  font-size: 13px;
}
.social-portada button:hover {
  background: #fafafa;
  color: rgb(240, 84, 84);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.botones-categorias .btn-principal span {
  font-size: 40px;
  padding-bottom: 5px;
}

.container-propuestas {
  background: #0396c7;
}

.propuestas {
  margin-top: -60px;
  padding-bottom: 20px;
  border-radius: 10px;
  width: 100%;
}

.propuestas .col-xs-6 {
  width: 50%;
  margin-bottom: 3px;
}

.val {
  background: #f8f8f8;
  padding: 15px 10px;
  /* 
    border-radius: 150px 150px ; */
  border-radius: 5px;
  height: 180px;
  /*  */
  transition: 0.3s;
}

.val:hover {
  box-shadow: none;
  transition: 0.3s;
  box-shadow: 0 0px 0px 0 rgb(62 62 62 / 16%), 0 0px 0px 0 rgb(0 0 0 / 15%),
    0px 1px 11px 0px rgb(0 0 0 / 30%);
}

.val .img-val {
  height: 100px;
}

.val .img-val img {
  max-height: 120px;
  max-width: 150px;
  margin-top: -30px;
}

.val .text-val h6 {
  font-weight: 700;
}

/* .capa-gradient {
    width: 100%;
    height: 90vh;
    position: absolute;
    background: url("<?php print RUTA ?>images/fondo.jpg");
    opacity: 0.5;
} */

.btn-empezar {
  text-align: left;
  background: #0396c7;
  color: white;
}

.btn-empezar:hover {
  background: #075e54;
  color: white;
}

.btn-adquirir:hover {
  background: #e4e4e6;
}

/*   .frase {
    display: table;
    height: 200px;
} */

.frase h1 {
  margin-top: 100px;
  font-family: "tex";
}


/* header */

.container-portada-index {
    display: table;
    max-width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position: fixed;  
    background: #f7f7f7;
     /*  background-image: url("../images/imagenprincipal.jpg");  */
  }
  
.container-portada-index .titulo-principal {
  color: #0D1B48;
  text-align: left;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 6px #b1b1b185;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.container-portada-index .titulo-principal b{
    color: #0396c7;
  }

.container-portada-index h2 {
  color: #0D1B48;
  text-align: left;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
/* .container-portada-index img{
    padding-top: 100px;
}
 */
.container-portada-index input{
    font-size: 20px;
    height: 50px;
    border: none;
    border-left:1px solid rgb(170, 170, 170) ;
    border-radius: 0px;
}
.container-portada-index button{
    font-size: 25px;
    border-radius: 0px 10px 10px 0px;
    background: #0D1B48;
    border: 1px solid #0D1B48;
}

.container-portada-index .containers {
  padding: 0px 50px;
}

.container-propuestas {
  padding: 0px 50px;
}

.presentate-para {
  padding: 40px 50px;
}

.propuestas .col-md-4 {
  margin-top: 20px;
}

@media (max-width: 1306px) {
  .container-portada-index .titulo-principal {
    line-height: 50px;
    margin-bottom: 10px;
    padding-top: 50px;
  }

  .container-portada-index h2 {
    margin-bottom: 15px;
  }

  .frase h1 {
    margin-top: 10px;
  }

  .izs {
    margin-bottom: 20px;
  }
}

@media (max-width: 996px) {
  .container-portada-index .titulo-principal {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .container-portada-index h2 {
    margin-bottom: 15px;
  }

  .frase h1 {
    margin-top: 10px;
  }

  .izs {
    margin-bottom: 20px;
  }

  .presentate-para {
    padding: 0px 20px;
  }

  .container-propuestas {
    padding: 0px 20px;
  }
}

@media (max-width: 776px) {
  .presentate-para {
    background: #0396c7;
    border-radius: 0px !important;
  }
  .izs {
    padding-top: 50px;
  }

  .desaparecer-m {
    display: none;
  }

  .container-portada-index .titulo-principal {
    font-size: 40px;
    line-height: 40px;
  }

  .capa-gradient {
    width: 100%;
    height: 84vh;
    position: absolute;
    background: -webkit-linear-gradient(top, #e2e0e0, #0396c7) !important;
    opacity: 0.5;
  }

  .container-portada-index h2 {
    margin-bottom: 15px;
  }

  .frase h1 {
    margin-top: 10px;
  }

  .izs {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .container-portada-index .titulo-principal {
    padding-top: 20px;
    font-size: 35px;
  }
  

  .container-portada-index h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .container-portada-index input{
    
    font-size: 20px;
  }
  .container-portada-index button{
    
    font-size: 20px;
  }

  .frase h1 {
    margin-top: 10px;
  }

  .izs {
    margin-bottom: 20px;
  }

  .container-portada-index .containers {
    padding: 0px 5px;
  }
}

.planes .precio {
  color: #0397c7;
}

.fa-check {
  color: green;
}

.presentate-tipos .card-tipos {
  text-align: center;
}

.presentate-tipos .card-tipos h4 {
  font-weight: 700;
  color: #0397c7;
}

.presentate-tipos .card-tipos img {
  width: 60%;
  height: 200px;
  padding: 20px 10px;
}

.que-es {
  padding: 20px 0px 20px 0px;
}

.presentate-para .ventajas h4 {
  color: #0397c7;
  font-weight: 700;
  padding: 10px 0px;
}

.presentate-para .ventajas .parrafo {
  padding: 0px 10px 10px 10px;
}

.presentate-para .card {
  background: #fcfcfc;
  border: none;
}

.movil {
  display: none;
}

@media (max-width: 576px) {
  .movil {
    display: block;
    padding: 10px 10px;
  }
}

.presentate-para h3,
h5 {
  text-align: left;
  color: white;
}

@media (max-width: 576px) {
  .presentate-para h3,
  h5 {
    text-align: center !important;
  }

  .presentate-para img {
    width: 50%;
    margin-bottom: 0px;
  }

  .val .text-val h6 {
    margin-top: 15px;
  }
}

.presentate-para {
  background: #0396c7;
  border-radius: 0px 0px 550px;
}

.boto-ini button {
  font-size: 20px;
}

.boto-ini button:hover {
  color: #e9e9e9;
}

.boto-ini a {
  font-size: 20px;
  color: white;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .boto-ini {
    margin-top: 40px;
  }
}

.card-negocio{
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #ffffff;
  transition: .3s;
  box-shadow: 0 0px 0px 0 rgb(62 62 62 / 5%), 0 0px 0px 0 rgb(0 0 0 / 15%), 0px 1px 11px 0px rgb(0 0 0 / 15%);
}
.card-negocio:hover{
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #c5c5c52c;
  transition: .3s;
  box-shadow: none;
}
.card-negocio .card-negocio-text{
  padding: 3px;
}
.card-negocio  h6{
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  color: #535353;
  font-family: raleway,sans-serif;
  text-align: left;
}
.card-negocio img{
  object-fit: cover;
  width:100%;
  border: 1px solid #eeeeee;
}

.card-negocio .card-negocio-text span{
  font-size: 12px;
  line-height: 1px!important;
  color: #535353;
  margin-bottom: 0;
  font-weight: 500;
}
.card-negocio .card-negocio-text p{
  font-size: 12px;
  line-height: 12px;
  color: #535353;
  margin-bottom: 0;
}
.card-negocio img{
  border-radius: 5px;
}
.card-negocio .card-negocio-text hr{
  margin: 2px 0px 5px 0px;
  width: 100%;
}
.card-producto-text-prin{
height: 95px;
text-align: center;
padding: 0px 3px 0px 3px;
}
.card-producto{

border-radius: 22px;
}
.card-producto-text-prin{
border-radius: 0px 0px 22px 22px;
}
.imagen-port img {
width: 100%;
border-radius: 19px 19px 20px 20px!important;
}
.btn-precio {
  border-radius: 4px 4px 4px 19px;
  font-weight: 700;
  position: absolute!important;
  bottom: 5px;
  left: -4px;
  color: #444444e7!important;
  font-family: raleway,sans-serif;
  z-index: 1;
}

.card-producto .btn-carrito {
  border-radius: 45px ;
  background:#0396c7 ;
  color: white!important;
  position: absolute!important;
  bottom: 2px;
  right: 2px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: raleway,sans-serif;
  transform: scale(0.9);
}

.card-producto  .btn-carrito:hover {
  background-color: #246980;
 
}
.card-producto-text-prin{
  padding: 4px 3px 0px 3px;
  background: white;
  text-align: center;
  margin-top: 3px;
  position: relative; 
}
.card-producto-text-prin h6{
  padding-top: 0px;
  margin-bottom: 0px;
}
.ccd {
  position: relative;
  z-index: 4;
}
.card-producto-text-prin .titulo-card {
  color: rgb(75, 68, 68)!important;
  font-size: 14px;
  font-weight: 700;
  font-family: raleway,sans-serif;
}

@media(max-width:576px) {
  .ccd h5 {
    font-size: 14px;
  }
  .card-producto-text-prin .titulo-card {
      font-size: 14px;
    }
}
.card-producto-prin-img{
  padding: 3px;
 max-width: 100%;
 max-height: auto;
} 

/* .colu .col-lg-2,.col-md-3{
  max-width: 20%!important;
  flex: 0 0 20%!important;
}
 */

.card-producto-prin-botones a{
 position: relative;
 
}
.form-buscador select{
 border-radius: 5px 0px 0px 5px;
}
.form-buscador input{
  border-radius: 0px;
 }
 .form-buscador button{
  border-radius: 0px 5px 5px 0px;
 }
 .form-buscador input:focus{
   box-shadow: none;
 }
 .form-buscador select:focus{
  box-shadow: none;
}