@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Oswald:wght@300;400&family=Roboto:wght@100;400;500&display=swap');
/*-----------------------------------------------*/
body
{
    background-image: url(img/img_fondo.png);
    background-size: 100%;
    background-repeat:no-repeat;
    background-attachment: none;
}
#contenedor_global
{
    width: 100%;
}
header
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#logo
{
    width: 8%;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px;
}
#descripcion
{
    font-family:'Gloock' ;
    color: white;
    font-size: 65px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 26%;
    margin-bottom: 30px;
}
#sub_descripcion
{
    font-family:'Roboto', sans-rerif;
    font-weight: 100;
    color: white;
    margin-top: 5%;
    margin-left: 15%;
    margin-right: 15%;
}
.flechita1
{
    width: 3%;
    display: block;
    margin: auto;
    padding-top: 3%;
}
#descripcion_2
{
    color: black;
    margin-top: 9%;
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    margin-bottom: 2%;
    font-weight: 600;
}
#sub_descripcion_2
{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5%;
}
.servicios
{
    width: 18%;
}
#tabla_servicios
{
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
.descripcion_servicio
{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin-top: 2%;
    margin-bottom: 0px;
}
.texto_servicio
{
    color: dimgray;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
}
.boton_servicios {
    width: 120px;
    height: 60px;
    border: 3px solid rgb(252, 52, 58);
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    font-size: 1.2em;
    font-weight: 550;
    font-family: 'Roboto', sans-serif;
    color: rgb(252, 52, 58);
}

.boton_servicios:hover {
    background: rgb(252, 52, 58);
    color: white;
}
.link_pag
{
    text-decoration: none;
    color: rgb(252, 52, 58);
}
.link_pag:hover{
    color: white;
}
#caja_secundaria
{
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;

}
.texto_secundario1
{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 40px;
    margin-top: 40px;
}
#contenedor_texto_secundario1
{
    float: left;
    width: 49%;
}
#contenedor_caja_color1
{
    width: 47%;
    float: right;
}
#texto_secundario2
{
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}
#texto_caja_color1
{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 20px;
    background-color:rgb(252, 52, 58);
    padding-bottom: 10%;  
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 10%;
    width: 90%;
    margin-right: 10%;
}
#our_team
{
    width: 90%;
    margin: 0 auto;
}
#title_our_team
{
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    margin: 1%;
}
#bar_OurTeam
{
    background-color: rgb(252, 52, 58);
    padding-left: 100%;
    padding-bottom: 0.5%;  
    margin-top: 2%;
}
.texto_equip
{
    width: 90%;
    font-family: 'Roboto', sans-serif;
    margin-left: 5%;
    margin-top: 2%;
    font-size: 20px;
}
#contenedor_equipo
{
    width: 70%;
    margin: 0 auto;
}
#foto_jm
{
    width: 25%;
    border-radius: 5%;
}
.nombre_equipo
{
    font-family: 'Oswald', sans-serif;
    float: right;
    font-size: 45px;
    margin-right: 19%;
    margin-top: 0%;
    margin-bottom: 0%;
}
.sub_nombre_equipo
{
    font-family: 'Oswald', sans-serif;
    float: right;
    font-size: 40px;
    margin-right: 30%;
    margin-top: -33%;
    
}
.barra_equipo
{
    background-color: black;
    float: right;
    margin-top: -35%;
    padding-right: 25%;
    padding-left: 25%;
    margin-left: 0%;
    margin-right: 13%;
    margin-bottom: 0%;
}

/*-----------------------------------------------*/
/*Tamaño laptop S-size*/
@media screen and (max-width:1024px) 
{
    #descripcion
    {
        margin-top: 25%;
        font-size: 48px;
        margin-left: 10%;
        margin-right: 10%;
    }
    #sub_descripcion
    {
        margin-left: 15%;
        margin-right: 15%;
    }  
}
/*-----------------------------------------------*/
/*Tamaño regular tablet*/
@media screen and (max-width:768px) {
    #logo {
        width: 12%;
    }

    #descripcion {
        font-size: 40px;
        margin-top: 25%;
        margin-bottom: 0px;
    }

    #sub_descripcion {
        margin-top: 2%;
        font-size: 13px;
    }

    .flechita1 {
        padding-top: 3%;
    }

    #descripcion_2 {
        font-size: 24px;
    }
    #sub_descripcion_2
    {
        font-size: 15px;
    }
    .descripcion_servicio
    {
        font-size: 20px;
        margin-bottom: 5%;
    }
    .texto_servicio
    {
        font-size: 15px;
    }
    .boton_servicios
    {
        width: 80px;
        font-size: 15px;
    }
    
}