﻿@font-face {
    font-family: 'poppins';
    font-sty normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fuentes/Poppins-Regular.otf);
}
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fuentes/Poppins-Regular.otf);
}
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fuentes/Poppins-Bold.otf);
}

body{
    background: #252b2f;
    font-family: 'poppins';
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}

.el{
    display: none;
}

.texto{
    position: relative;
    border: 5px solid #50a3b7;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    max-height: 90vh;
    text-align: justify;
    color: white;
    font-size: 20px;
    padding: 50px;
    margin-top: 5vh;

    overflow-y: scroll;

    border-radius: 10px;
}
.cerrar{
    position: absolute;
    top: 0px;
    right: 0px;
    border: 5px solid #50a3b7;
    background: black;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    background: red;
}


.facebook{
    position: fixed;
    top: 45%;
    right: 10px;
    width: 45px;
}
.whatsapp{
    position: fixed;
    top: 55%;
    right: 10px;
    width: 45px;
}

.facebook img, .whatsapp img{
    width: 100%;
}

.cabecera-ayuda{
    border: 0px solid red;
    width: 100%;
    height: 80px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: black;
}

.logotipo img{
    width: 90%;
}

nav a, nav a:hover{
    color: white;
    text-decoration-line: none;
}

nav ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.menu-r{
    display: none;
}
.menu, .menu-r{
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.menu:hover{
    font-weight: bold;
}


.contenidoUno{
    border: 0px solid red;
    background: #2a3136;
    width: 100%;
    text-align: center;
    padding: 0;
}
.contenidoUno video{
    width: 100%;
}



.contenidoDos{
    border: 0px solid red;
    background: url(../images/fondoDos.webp) no-repeat center center;
    background-size: auto 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.titulo{
    text-align: center;
    color: white;
    font-size: 30px;
    margin-bottom: 60px;
}

.imagenDos img{
    width: 80%;
}

.cuadroDos{
    width: 100%;
    color: white;
}
.cuadroDos strong{
    border: 2px solid #6dcff6;
    font-size: 18px;
    padding: 5px 20px;
    margin-bottom: 10px;
    display: inline-block;

    border-radius: 5px;
}
.cuadroDos p{
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;

    display: inline-block;
}
.cuadroDos div{
    border: 2px solid #6dcff6;
    font-size: 18px;
    padding: 1px 3px;
    margin-bottom: 30px;
    display: inline-block;

    border-radius: 5px;
}



.contenidoTres{
    border: 0px solid red;
    background: url(../images/fondoDos.webp) no-repeat center center;
    background-size: auto 100%;
    padding-top: 100px;
    padding-bottom: 180px;
}

.servicio{
    border: 3px solid #50a3b7;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: white;
    text-align: center;
    padding: 12px;
}

.imagen-servicio{
    width: 100%;
    text-align: center;
    margin-top: -130px;
}
.imagen-servicio img{
    border: 4px solid #50a3b7;

    border-radius: 50%;
}

.titulo-servicio{
    border: 4px solid #50a3b7;
    font-size: 23px;
    margin: 30px 0;
    padding: 0 50px;
}

.servicio p{
    text-align: justify;
}

.leermas{
    border: 2px solid #6dcff6;
    font-size: 18px;
    padding: 1px 3px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}
.leermas:hover{
    background: black;
}

.galeria{
    border: 4px solid #50a3b7;
    font-size: 23px;
    margin: 30px 0;
    padding: 0 50px;
}



.contenidoCuatro{
    border: 0px solid red;
    background: url(../images/fondoDos.webp) no-repeat center center;
    background-size: auto 100%;
    padding-top: 100px;
    padding-bottom: 180px;
}


.pro{
    border: 4px solid #50a3b7;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 30px 0;
    padding: 20px 50px;
}

.titulo-pro{
    border: 4px solid #50a3b7;
    font-size: 23px;
    display: inline-block;
    padding: 15px 40px;
    margin-bottom: 30px;

    border-radius: 20px;
}

.pro p{
    margin: 30px 0;
}


.marcas{
    width: 50%;
}

.marcas img{
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;

    border-radius: 10px;
}


.contenidoCinco{
    border: 0px solid red;
    background: url(../images/fondoDos.webp) no-repeat center center;
    background-size: auto 100%;
    padding-top: 100px;
    padding-bottom: 180px;
}

.contacto, .elemento{
    border: 4px solid #50a3b7;
    font-size: 19px;
    color: white;
    padding: 12px;
}
.contacto{
    background: rgba(0, 0, 0, 0.5);
}
.elemento{
    border-radius: 10px;
    margin-bottom: 20px;
}
.contacto iframe{
    width: 100%;
}

.form-group{
    margin-bottom: 10px;
}


.imagenes img{
    width: 100%;
    margin-bottom: 5px;
}



footer{
    position: fixed;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
}




@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .marcas{
        width: 95%;
    }
    .imagen-servicio{
        margin-top: 0;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav ul{
        position: relative;
        z-index: 100000;
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .pro{
        padding: 20px 0;
    }
    .texto{
        padding: 50px 25px;
    }
}

@media screen and (max-width:576px){
    
}