/*MÓVIL*/

html, body {
    overflow-x: hidden;
}

/*FONT-FACE*/

@font-face{
    font-family: 'graphikbold';
    src: url('fonts/Graphik-Bold.woff2') format('woff2'),
        url('fonts/Graphik-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'graphikmedium';
    src: url('fonts/Graphik-Medium.woff2') format('woff2'),
        url('fonts/Graphik-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'graphikregular';
    src: url('fonts/Graphik-Regular.woff2') format('woff2'),
        url('fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'graphiksuperitalic';
    src: url('fonts/GraphikSuperItalic.woff2') format('woff2'),
        url('fonts/GraphikSuperItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'graphikthin';
    src: url('fonts/GraphikThin.woff2') format('woff2'),
        url('fonts/GraphikThin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*TIPOGRAFÍAS*/

.graphik-bold{
    font-family: 'graphikbold';
}

.graphik-medium{
    font-family: 'graphikmedium';
}

.graphik-regular{
    font-family: 'graphikregular';
}

.graphiksuperitalic{
    font-family: 'graphiksuperitalic';
}

.graphikthin{
    font-family: 'graphikthin';
}

.bold{
    font-weight: bold;
}

.medium{
    font-weight: medium;
}

/*VARIABLES*/

:root{
    --vector-horizontal-color: #3CA9E1;
}

/*BOTONES REDES*/

.botones{
    display: block;
    position: fixed;
    top: 40%;
    right: 0;
    float: right;
    z-index: 9;
    width: 10%;
    text-align: center;
}

.botones ul{
    float: right;
    list-style: none;
    border: 0;
}

.botones ul img{
    width: 78px;
    height: 53px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}

.botones ul #nume{
    display: none;
    float: right;    
    color: #FFF;
    background-color: #1FA3CC;
    padding: 13px;
    font-size: 18px;
} 
.botones ul #facebook{
    display: none;
    float: right;
    color: #FFF;
    background-color: #1FA3CC;
    padding: 3px;
    font-size: 17px;
} 
.botones ul #instagram{
    display: none;
    float: right;
    color: #FFF;
    background-color: #1FA3CC;
    padding: 15px;
    font-size: 20px;
} 

.botones ul a{
    text-decoration: none;
    color: #FFF;
}

.botones #tel:hover #nume{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 53px;
    right: 0;
}
.botones #tel:hover #img1{
    position: relative;
    float: right;
    right: 130px;
}

.botones #facee:hover #facebook{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 53px;
    right: 0;
    top: 106px;
}
.botones #facee:hover #img2{
    position: relative;
    float: right;
    right: 150px;
}

.botones #instaa:hover #instagram{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 169px;
    height: 53px;
    right: 0;
    top: 159px;
}  
.botones #instaa:hover #img3{
    position: relative;
    float: right;
    right: 165px;
}

/*NAVBAR*/

.menu .navbar{
    width: 100%;
}

.menu img{
    width: 148px;
    height: 94px;
}

.menu .navbar .navbar-brand{
    margin-right: 100px;
}

.menu .nav-link{
    padding: 1.5rem!important;
    cursor: pointer;
    font-weight: 500;
}

.menu .nav-link:hover{
    color: #3BA8F7;
}

.menu .navbar-toggler{
    margin: 0 auto;
    margin-bottom: 25px;
}

.menu .navbar-toggler-icon{
    border: 1px solid rgb(0, 0, 0);
    height: 1px!important;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*PORTADA*/

.inicio video{
    /* background: url(../img/IMAGENES/IMAGEN-PPL-02.jpg); */
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* .inicio .titulo{
    position: absolute;
    color: #fff;
    font-size: 70px;
    padding: 80px 0 0;
}

.inicio .titulo span{
    color: #3BA8F7;
} */

/*SOBRE NOSOTROS*/

#nosotros{
    background-color: #1042A0;
    position: relative;
}

.vector1 img{
    position: absolute;
    right: 190px;
    width: 400px;
    height: 445px;   
    display: block;
}

.vector2 img{
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 400px;
    height: 445px;
    display: block;
} 

.informacion{
    position: relative;
    padding: 0;
}

.informacion .texto{
    color: #fff;
    text-align: justify;  
}

.imgSobre{
    max-width: 500px;
    position: relative;
    Z-index: 1;
}

.imgSobre .picture{
    width: 100%;
    display: block;
    padding-top: 40%;
}

.info{
    padding-top: 15%;
    z-index: 1;
}

.info .sobre{
    color: #fff;
    font-size: 30px;
    padding-bottom: 25px;
    z-index: 1;
}

.info .sobre h1 hr{
    width: 85px;
    height: 14px;
    background-color: var(--vector-horizontal-color);
    border-radius: 5px;
    margin-left: 0;
} 

.info .scroll{
    height: 630px;
	width: 400px;
	overflow-y: scroll;
}

.scroll::-webkit-scrollbar{
    width: 4px;     
    height: 8px;    
}

.scroll::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #54DEFF;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.titles{
    color: #fff;
    padding-left: 15px;
}

.iconos img{
    width: 20%;
    height: 20%;
}

.iconos h3{
    display: inline-block;
    vertical-align: middle;
}

/*PRODUCTOS*/

.contenedor__productos{
    padding: 5em;
}

.titulo__productos h1{
    font-size: 50px;
}

.titulo__productos h1 hr{
    width: 84px;
    height: 14%;
    background-color: var(--vector-horizontal-color);
    border-radius: 5px;
    margin-left: 0;
}

.productos__imagenes .carousel-cell img{
    width: 250px; 
    height: 285px;
    margin: 0.5em;
}

.productos__imagenes .carousel-cell .titulo__carousel{
    margin-left: 0.5em;
    text-align: left;
}

.titulo__galeria h4{
    color: #869A9A;
    margin-left: 8em;
    margin-bottom: 1em;
}

.contenedor__galeria .productos__galeria img{
    width: 100%;
    height: auto;
}

.contenedor__galeria .parrafo{
    display: inline-block;
    color: #869A9A;
    margin-left: 8.5em;
}

.contenedor__galeria .rectangulo{
    float: right;
    width: 150px; 
    height: 71px; 
    background: #262D7C;
    margin-right: 8.5em;
    color: #FFF;
}

.contenedor__galeria .parrafo p{
    margin: 1.5em;
}

/*SERVICIOS*/

#servicios{
    background-color: #E2E2E2;
    position: relative;
}

.titulo__servicios{
    margin-top: 2em;
    font-size: 30px;
}

.titulo__servicios h1 hr{
    width: 85px;
    height: 14px;
    background-color: var(--vector-horizontal-color);
    border-radius: 5px;
    margin-left: 0;
}

.cards{
    Z-index: 1;
    margin-top: 3em;
    margin-bottom: 9em;
}

.cards .card .card-body .card-text{
    padding-top: 2em;
    padding-bottom: 4rem;
    padding-left: 40px;
    padding-right: 40px;
}

.cards .card .card-img-top{
    width: auto;
    height: 300px;
    background-color: #298BC7;
}

.cards .card .servicios__02{
    width: 115px;
    height: 130px;
}

.cards .card .servicios__03{
    width: 200px;
    height: 105px;
}

.cards .card .servicios__04{
    width: 120px;
    height: 130px;
}

.cards .card .card-body .card-title{
    color: #093F6B;
    text-align: center;
    font-weight: 700;
} 

.vector3 img{
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 410px;
    height: 450px;
    display: block;
}

/*VENTAJAS*/

.contenedor__ventajas{
    padding-top: 100px;
    padding-bottom: 100px;
}

.contenedor__ventajas .clase__ventajas{
    padding: 50px;
}

.contenedor__ventajas img{
    width: 100px;
    height: 100px;
}

.contenedor__ventajas .clase__ventajas .ventajas{
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
}

.contenedor__ventajas .clase__ventajas .ventajas h5{
    font-weight: 700;
    color: #093F6B;
}

/*CONTACTO*/

.contenedor__contacto .color1{
    background-color: #02459F;
    padding-bottom: 3em;
    padding-top: 3em;
}

.contenedor__contacto .color1 .isotipo img{
    width: 110px;
    height: 80px;
}

.contenedor__contacto .color1 .isotipo{
    padding: 100px;
    padding-left: 100px;
    padding-bottom: 60px;
}

.contenedor__contacto .color1 .formulario{
    padding-left: 100px;
    padding-right: 100px;
}

.contenedor__contacto .color1 .formulario input{
    border-color: #fff;
    border-radius: 10px;
    background: none;
    width: 350px;
    height: 60px;
    outline: none;
    resize: none;
}

.contenedor__contacto .color1 .formulario input::placeholder{
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}

.contenedor__contacto .color1 .formulario textarea{
    border-color: #fff;
    border-radius: 10px;
    background: none;
    width: 350px;
    height: 70px;
    outline: none;
    resize: none;
}

.contenedor__contacto .color1 .formulario textarea::placeholder{
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 1em;
}

.contenedor__contacto .color1 .formulario button{
    background: none;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 25px; 
    float: right;
}

.contenedor__contacto .color2{
    background-color: #3CA9E1;
}

.contenedor__contacto .color2 .contactos{
    padding-top: 100px;
    padding-bottom: 10px;
}

.contenedor__contacto .color2 .contactos h1{
    color: #FFF;
    font-weight: 600;
    font-size: 55px;
}

.contenedor__contacto .color2 .contactos hr{
    width: 85px;
    height: 12px;
    background-color: #FFF;
    border-radius: 5px;
    margin-left: 0;
}

.contenedor__contacto .color2 .redes__contactos{
    color: #262D7C;
    padding-bottom: 10px;
    margin-bottom: 5em;
}

.contenedor__contacto .color2 .redes__contactos p{
    font-size: 25px;
}

.contenedor__contacto .color2 .redes__contactos a{
    text-decoration: none;
    color: #262D7C;
    font-size: 25px;
}

/*RESPONSIVO*/

@media (max-width: 767.98px){

    .botones ul img{
        width: 55px;
        height: 40px;
    }

    .botones ul #nume{
        float: right;    
        padding: 6px;
    } 
    .botones ul #facebook{
        float: right;
        padding: 3px;
    } 
    .botones ul #instagram{
        float: right;
        padding: 15px;
    } 

    .botones ul a{
        font-size: 12px;
    }

    .botones #tel:hover #nume{
        width: 110px;
        height: 40px;
    }
    .botones #tel:hover #img1{
        right: 110px;
    }

    .botones #facee:hover #facebook{
        width: 120px;
        height: 40px;
        top: 80px;
        font-size: 10px;
    }
    .botones #facee:hover #img2{
        right: 120px;
    }

    .botones #instaa:hover #instagram{
        width: 110px;
        height: 40px;
        top: 120px;
        padding: 5px;
    }  
    .botones #instaa:hover #img3{
        right: 110px;
    }
    
    .nav-link{
        width: 50%;
    }

    #nosotros .informacion .texto{
        margin-right: 2rem;
        align-items: center;
    }

    .vector1 img{
        width: 300px;
        height: 345px; 
        right: 50px;
    }
    .vector2 img{
        display: none;
    }

    .info .sobre{
        font-size: 20px;
    }

    #productos .contenedor__productos{
        padding: 2em;
    }

    .titulo__productos h1{
        font-size: 30px;
    }

    .carousel-nav .carousel-cell{
        padding: .5rem;
    }

    .contenedor__galeria .titulo__galeria h4{
        margin-left: 1em;
    }

    .contenedor__galeria .parrafo {
        margin-left: .5em;
    }

    .contenedor__galeria .rectangulo{
        width: 100px;
        justify-content: center;
    }

    #servicios{
        padding: 1em;
    }

    .titulo__servicios{
        font-size: 25px;
    }

    .cards .card{
        margin-bottom: 9em;
    }

    .cards .card img{
        display: block;
        margin: auto auto;
    }

    .cards .card .card-text{
        padding: auto;
    }   

    .vector3{
        display: none;
    }

    #ventajas .contenedor__ventajas{
        padding: 0px;
    }

    #contacto .color1 .formulario input{
        width: auto;
        height: 60px;
    }

    
    .contenedor__contacto .color1 .formulario textarea{
        width: 195px;
        height: 70px;
    }
    
    .contenedor__contacto .color1 .formulario input::placeholder{
        font-size: 18px;
    }
    
    .contenedor__contacto .color1 .formulario button{
        align-items: flex-end;
        font-size: 18px;
    }

    .contenedor__contacto .color1 .isotipo{
        padding-left: 50px;
    }

    .contenedor__contacto .color2 .contactos{
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .contenedor__contacto .color2 .contactos h1{
        font-size: 30px;
    }

    .contenedor__contacto .color2 .redes__contactos h3{
        font-size: 30px;
    }

    .contenedor__contacto .color2 .redes__contactos p{
        font-size: 18px;
    }

    .contenedor__contacto .color2 .redes__contactos a{
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .botones ul a{
        font-size: 16px;
    }

    .botones #tel:hover #nume{
        width: 130px;
        height: 53px;
    }
    .botones #tel:hover #img1{
        right: 130px;
    }

    .botones #facee:hover #facebook{
        width: 155px;
        height: 53px;
        top: 106px;
    }
    .botones #facee:hover #img2{
        right: 150px;
    }

    .botones #instaa:hover #instagram{
        width: 130px;
        height: 53px;
        top: 159px;
    }  
    .botones #instaa:hover #img3{
        right: 130px;
    }


}

@media (max-width: 510.22px) {
    #productos .contenedor__galeria .rectangulo{
        margin-right: 2em;
        align-items: center;
    }
}