﻿body{
    background: url(../images/fondo.jpeg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}


@font-face {
    font-family: 'brush';
    font-style: normal;
    font-weight: 400;
    src: url(../fuentes/brush.otf);
}

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -370%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}

.cabecera{
    padding-top: 10px;
    padding-bottom: 10px;
}
.cabecera a{
    color: black;
    text-decoration: none;
}

.logotipo img{
    width: 70%;
}

.leyenda{
    font-family: 'brush', serif;
    letter-spacing:5px;
    font-weight: bold;
    font-size: 37px;
}


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

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

nav ul li{
    width: 16.66%;
    float: left;
}

.menu-r{
    display: none;
}

.menu, .menu-r{
    background: black;
    color: white;
    font-size: 17px;
    text-align: center;
    padding: 13px 0 13px;
    cursor: pointer;
}
.dosM{
    line-height: 19px;
    padding: 6px 0 7px;
}
.menu:hover, .menu-r:hover{
    font-weight: bold;
    color: #f48636;
}


.efecto{
    padding: 0;
}


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


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

.color{
    text-align: center;
}
.color input{
    width: 200px;
}
.color strong{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}


.texto{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.seccion{
    font-size: 19px;
    line-height: 29px;
}
.seccion strong{
    width: 100%;
    text-decoration: underline;
    display: inline-block;
}
.imagen img{
    width: 100%;
}


.banner{
    background: url(../images/fondo-banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner p{
    background: #f48636;
    text-align: center;
    color: white;
    font-size: 22px;
}
.banner p strong{
    font-size: 26px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}


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


.cuadro{
    background: white;
    font-weight: bold;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 30px;
}
.cuadro strong{
    width: 100%;
    color: #f48636;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 12px;
}
.cuadro span{
    color: gray;
    font-weight: normal;
}


footer{
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}
footer strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px #f48636;
    display: inline-block;
    margin-bottom: 10px;
}


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

}

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

}

@media screen and (max-width:992px){
    .ancho{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
}

@media screen and (max-width:576px){
    .ancho2{
        width: 100%;
    }
}