@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');

:root {
    --colorPrincipal: #5788b4;
    --segundoColor: #002e5d;
    --colorGris: rgb(169, 185, 208);
}

/* GLOBALES */

body {
    background-color: white;
    font-family: 'Mulish', sans-serif;
}
.link-privacidad-footer {
    color: white;
    transition: .3s;
}
.link-privacidad-footer:hover {
    text-decoration: none;
    color: var(--segundoColor);
}
.bg-azul {
    background-color: #648EB8;
}
.bg-azul-claro {
    background-color: #C3CFDF;
}
.bg-azul-pequenos {
    background-color: #7698BD;
}
.bg-gray-info {
    background-color: #f8f9fa;
}
.blog-title, .link-pagination a {
    color: var(--colorPrincipal);
    transition: .2s;
}
.blog-title:hover, .link-pagination a:hover {
    color: var(--segundoColor);
    text-decoration: none;
}
.link-redes {
    color: white;
    transition: .3s;
}
.link-redes:hover {
    color: #DFDFDF;
}
.min-100vh {
    min-height: 100vh;
}


/* NAVEGACION */

.imagen-buscar {
    width: 20px;
    height: 20px;
}
.btn-buscar {
    background-color: rgb(230, 233, 238);
    border-radius: 0;
}
.input-buscar {
    background-color: rgb(230, 233, 238)!important;
    padding: 20px;
    border: 0px;
    border-radius: 0;
}
.logo {
    height: 50px;
}
.btn-nav {
    height: 35px;
}
.logo-blanco {
    height: 50px;
}
@media (max-width: 600px) {
    .logo-blanco {
        width: 50%;
        height: auto;
    }
    .navbar-brand {
        width: 75%;
    }
    .logo {
        width: 100%;
        height: auto;
    }
    .columna-nav {
        display: none;
    }
    .dropdown-toggle::after {
        display:none;
    }
    .dropdown-menu a {
        color: black!important;
        font-size: 1.2em!important;
    }
  }

  @media (max-width: 769px) {
      .columna-nav {
          display: none;
      }
      .catalogo {
          display: none!important;
      }
      .catalogo-sm {
          display: block!important;
      }
      .dropdown-toggle::after {
        display:none;
    }
    .dropdown-menu a {
        color: black!important;
        font-size: 1.2em!important;
    }
    .lista-links-navegacion {
        margin: 10px!important;
    }
  }

    /* Menu de Navegacion */

        .overlay {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 3;
            top: 0;
            left: 0;
            background-color: var(--segundoColor);
            overflow-x: hidden;
            transition: 0.5s;
            color: white;
        }
        
        .overlay-content {
            position: relative;
            top: 25%;
            width: 100%;
            text-align: center;
            margin-top: 0;
            overflow-x: hidden;
            padding-bottom: 20px;
            margin-top: 0;
            padding-top: 0;

        }
        .overlay-footer {
            height: 40px;
            background-color: var(--colorPrincipal);
        }
        
        .overlay a {
            text-decoration: none;
            color: white;
            transition: 0.3s;
        }
        
        .overlay a:hover, .overlay a:focus {
            color: var(--colorPrincipal);
            text-decoration: none;
        }
        
        .overlay .closebtn {
            position: absolute;
            right: 45px;
            font-size: 60px;
        }

        .overlay-logo {
            position: absolute;
            top: 20px;
            left: 45px;
            font-size: 2em;
        }
        .overlay .lista-links-navegacion {
            list-style: none;
            text-align: left;
            margin-top: 50%;
        }
        .overlay .lista-links-navegacion li {
            text-decoration: none;
        }
        .overlay .lista-links-navegacion li a {
            font-size: 2.1em;
            color: white;
        }
        .overlay .lista-links-navegacion li a:hover {
            color: var(--colorPrincipal);
        }
        .overlay .lista-links-navegacion li a.active {
            color: var(--colorPrincipal);
        }
        .overlay .lista-links-submenus {
            list-style: none;
            text-align: right;
            margin-top: 0%;
        }
        .overlay .lista-links-submenus {
            list-style: none;
            text-align: right;
            margin-top: 0%;
        }
        .overlay .lista-links-submenus li {
            list-style: none;
            text-align: right;
        }
        .overlay .lista-links-submenus li a {
            font-size: .9em;
            color: white;
        }
        .overlay .lista-links-submenus li a:hover {
            color: var(--colorPrincipal);
        }
        li .titulo-submenu {
            font-size: 1.1em!important;
            font-weight: bold;
        }
        .space {
            height: 40px;
        }
        .ultima-columna {
            padding-right: 40px;
        }
        .placa {
            padding: 8px;
            height: 48px;
        }
    


/* SECCION NOSOTROS */

.contenedor-nosotros {
    background-color: var(--colorPrincipal);
    color: white;
}
.titulo-nosotros {
    font-size: 2.9em;
}

/* SECCION NUESTROS PRODUCTOS */

.contenedor-productos {
    background: url(../img/fondo.png) no-repeat center;
    background-size: cover;
}
.imagen-producto {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}
.imagen-producto img {
    width: 100%;
    height: 250px;
    height: 250px;
    padding: 5px;
    border-radius: 15px;
}
.btn-nuestros-productos {
    font-size: 2.7em;
    color: var(--colorPrincipal);
    transition: .3s;
}
.btn-nuestros-productos:hover {
    text-decoration: none;
    color: var(--segundoColor);
}
.texto-descarga {
    color: var(--colorPrincipal);
}
.texto-descarga img {
    height: 40px;
    width: auto;
    padding-right: 0;
    margin-right: 0;
}
.btn-productos {
    transition: .3s;
    color: var(--colorPrincipal);
}
.btn-productos:hover {
    opacity: .7;
    color: var(--segundoColor);
    text-decoration: none;
}
.btn-descarga {
    transition: .3s;
}
.btn-descarga:hover {
    opacity: .7;
    text-decoration: none;
}
.modal-header {
    border: none;
}
.modal-content {
    border: none;
}
.close span {
    color: var(--colorPrincipal);
    font-size: 1.3em;
}

/* SECCION NUESTROS CLIENTES */

.imagen-clientes {
    width: 100%;
    height: 150px;
}
.imagen-clientes img{
    border-radius: 10px;
    width: 100%;
    height: 140px;
    padding: 5px;
    background-size: cover!important;
}
.contenedor-video {
    width: 100%;
    height: 640px;
    border-radius: 10px;
}
.btn-clientes {
    transition: .3s;
}
.btn-clientes:hover {
    opacity: .7;
}
.btn-nuestros-clientes {
    font-size: 2.7em;
    color: var(--colorPrincipal);
    transition: .3s;
}
.btn-nuestros-clientes:hover {
    text-decoration: none;
    color: var(--segundoColor);
}

/* FORMULARIO DE CONTACTO */

.contenedor-contacto {
    background-color: var(--colorPrincipal);
}
.contenedor-contacto input,
.contenedor-contacto textarea,
.contenedor-contacto input:focus,
.contenedor-contacto textarea:focus {
    background-color: var(--colorPrincipal);
    color: white!important;
    border: 2px solid white;
}
.contenedor-contacto input::placeholder,
.contenedor-contacto textarea::placeholder {
    color: rgb(169, 185, 208);
}
.btn-enviar {
    background-color: white;
    color: var(--colorPrincipal);
    font-weight: bold;
    padding: 15px 40px;
}
.btn-enviar:hover {
    background-color: #d7d7d9;
    color: var(--colorPrincipal);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.titulo-contacto {
    font-size: 2.9em;
    color: white;
}

/* FOOTER */

footer {
    background-color: var(--colorPrincipal);
    color: white;
    font-weight: bold;
}
footer .imagen-sociales {
    width: 30px;
    height: 30px;
}

/* PÁGINA NOSOTROS */
.contenedor-pagina-nosotros {
    color: var(--colorPrincipal);
}
.subtitulo-nosotros {
    color: var(--colorPrincipal);
    font-weight: bold;
    padding: 0;
    margin: 0;
}


/* PÁGINA PRIVACIDAD */

.contenedor-pagina-privacidad {
    color: var(--segundoColor);
}
.titulo-privacidad {
    font-size: 2.9em;
    margin-bottom: 15px;
    color: var(--colorPrincipal);
}
.subtitulo-privacidad {
    font-weight: bold;
    color: var(--colorPrincipal);
}
.link-privacidad {
    color: var(--colorPrincipal);
}
.link-privacidad:hover {
    text-decoration: none;
    color: var(--segundoColor);
}

/* CAROUSEL */
.splide__slide img {
	width : 100%;
	height: auto;
}

/* PAGINA RECURSOS */
.titulo-recursos {
    font-size: 2.9em;
    color: var(--colorPrincipal);
}
.subtitulo-recursos {
    color: var(--colorPrincipal);
    font-weight: bold;
    font-size: 1.1em;
}
.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.card {
    border: none;
}
.titulo-tarjeta-recursos {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    color: var(--segundoColor);
}
.btn-card, .btn-card p {
    transition: .3s;
}
.btn-card:hover {
    text-decoration: none;
}
.btn-card p:hover {
    text-decoration: none;
    color: gray;
}

/* PAGINA CONTACTO */

.titulo-pagina-contacto {
    color: var(--colorPrincipal);
    font-size: 2.9em;
}
.contenedor-pagina-contacto input,
.contenedor-pagina-contacto textarea,
.contenedor-pagina-contacto input:focus,
.contenedor-pagina-contacto textarea:focus {
    background-color: white;
    border: 1px solid var(--colorPrincipal);
    color: var(--colorPrincipal);
}
.contenedor-pagina-contacto input::placeholder,
.contenedor-pagina-contacto textarea::placeholder {
    color: rgb(169, 185, 208);
}
.btn-enviar-contacto {
    background-color: var(--colorPrincipal);
    color: white;
    font-weight: bold;
    padding: 15px 40px;
}
.btn-enviar-contacto:hover {
    background-color: var(--segundoColor);
    color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.lista-informacion-contacto {
    list-style: none;
    color: var(--colorPrincipal);
}
.icono-contacto {
    height: 28px;
    padding: 5px;
}
.link-contacto {
    color: var(--colorPrincipal);
}
.link-contacto:hover {
    color: var(--segundoColor);
    text-decoration: none;
}

/* PAGINA PRODUCTO */

.contenedor-pagina-productos {
    color: var(--segundoColor);
}
.lista-caracteristicas-producto {
    padding: 0;
    margin: 0;
}
.lista-imagenes-productos {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.imagen-producto {
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.imagen-chica-producto {
    width: 70px;
    height: 70px;
    object-fit: fill;
    border-radius: 5px;
    margin: 5px;
}
.titulo-producto, .subtitulo-producto {
    color: var(--segundoColor);
    font-weight: bold;
}
.leyenda-cotiza {
    color: var(--segundoColor);
}

/* PAGINA FRAGMENTOS */


.titulo-tarjeta-fragmentos {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    color: var(--segundoColor);
}

/* PAGINA TRAUMAS */

.titulo-tarjeta-traumas {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    color: var(--segundoColor);
}
.btn-categorias {
    transition: .3s;
}
.btn-categorias:hover {
    opacity: .7;
    text-decoration: none;
}

/* PAGINA PRODUCTOS */

.titulo-pagina-productos {
    font-size: 2.9em;
    color: var(--colorPrincipal);
}

.link-producto {
    color: var(--colorPrincipal);
}
.link-producto:hover {
    color: var(--segundoColor);
    text-decoration: none;
}
.texto-color {
    color: var(--segundoColor);
}
.img-categoria {
    width: 100%;
    height: 250px;
    object-fit: fill!important;
    border-radius: 10px;
}