﻿body{
    background: url(../images/fondo2.webp) no-repeat center center fixed;
    background-size: cover;
    color: white;
    font-family: 'Montagu Slab', serif;
}


.chat{
    position: fixed;
    top: 100px;
    right: 30px;
    width: 60px;
}
.llamada{
    position: fixed;
    top: 200px;
    right: 30px;
    width: 60px !important;
}
.chat img, .llamada img{
    width: 100%;
}

.pagina{
    border: 5px solid #9e9e9e;
    background: black;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top:15px;
    padding-bottom:30px;

    border-radius: 30px;

    box-shadow: 10px 10px 10px white;
}


header{
    background: #393a3b;
    margin-bottom: 20px;
}

.logotipo{
    width: 70%;
    margin-bottom: 20px;
}

.datos{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.datos a{
    color: white;
}
.datos img{
    width: 30px;
}
.datos strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}



nav ul{
    list-style: none;
    padding: 0;
}

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

.menu-r{
    cursor: pointer;
    display: none !important;
}

.menu, .menu-r{
    border: 5px solid #8c8c8c;
    background: black;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 19px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.2s ease 0s;
    margin-bottom: 28px;

    border-radius: 12px;
    box-shadow: 6px 6px 6px #999;
}
.menu:hover, .menu-r:hover{
    background: #9d9d9b;
    color: black;
    box-shadow: 6px 6px 6px #ddd;
}

.efecto img{
    width: 100%;
}


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


table{
    border: 1px solid gray;
    background: black;
    font-size: 19px;
    text-align: center;
    color: white !important;

    border-radius: 10px;
}

thead{
    font-size: 22px;
}

.ladoi video{
    width: 100%;
}


.texto{
    color: white;
    font-size: 21px;
    line-height: 31px;
}

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

.seccion strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}

.contacto{
    padding-top: 30px;
    padding-bottom: 30px;
}

.videos video{
    border: 0px solid red;
    width: 18%;
    display: inline-block;
    margin: 0 0.8%;
}


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

}

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

}

@media screen and (max-width:992px){
    #videos video{
        width: 36%;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display: block !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .ladoi{
        text-align: center;
    }
    .ladoi video{
        width: 60%;
    }
    .imagen-seccion{
        text-align: center;
    }
    .imagen-seccion img{
        width: 70%;
        margin-top: 30px;
    }
}

@media screen and (max-width:576px){
    #videos video{
        width: 80%;
        margin: 0 10% 20px;
    }
    .chat, .llamada{
        width: 45px !important;
    }
    .llamada{
        top: 160px;
    }
}