﻿body{
    font-family: 'Montserrat', sans-serif !important;
}

.cabecera-ayuda{
    height: 120px;
}

.blanco .logotipo img{
    width: 60%;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #78BABF;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;

    transition: all 0.5s;
}


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

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

nav ul li{
    position: relative;
    width: 21%;
    float: left;
    margin: 0 2%;
}

.menu-r{
    display: none;
}

.menu, .menu-r{
    border-bottom: 2px solid transparent;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    color: #005661;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.dosM{
    padding: 2px 0;
}

.menu:hover, .activo, .menu-r:hover{
    border-bottom: 2px solid #fc500e;
    color: #fc500e;
    font-weight: bold;
}

nav ul li:hover .menuS{
    display: block;
}

.menuS{
    position: absolute;
    top: 35px;
    left: -50%;
    z-index: 100;
    border: 2px solid gray;
    border-top: 0;
    background: white;
    width: 200%;
    display: none;
}
.menuS ul{
    width: 100%;
}
.menuS ul li{
    width: 100%;
    margin: 0;
}
.menu-s{
    width: 100%;
    color: black;
    font-weight: bold;
    padding: 12px 10px;
}
.menu-s:hover{
    color: #fc500e;
}


.efecto{
    padding: 0;
}



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


.card-body{
    padding: 1rem;
}
.card-title{
    color: #CCDC4F;
}
.btn-verde{
    background: #CCDC4F;
    color: white;
    font-size: 18px;
}


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


.seccion{
    font-size: 20px;
    line-height: 30px;
}
.seccion strong{
    width: 100%;
    color: #060b43;
    color: #fc500e;
    font-weight: bold;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 20px;
}

.imagen-seccion img{
    width: 100%;
}


.cuadro{
    text-align: center;
}
.cuadro img{
    height: 170px;

    border-radius: 10px;
}
.cuadro p{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.cuadros{
    background: #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.imagenes{
    text-align: center;
}
.imagenes img{
    height: 130px;
    margin: 0 30px;
}


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



footer{
    background: #78BABF;
    background: #005661;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 20px;
    padding-bottom: 20px;
}


footer strong{
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}
footer img{
    width: 30px;
}


.pie{
    text-align: center;
    padding: 5px 0;
}



@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width:60%;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 50%;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        margin: 0;
    }
    .menuS{
        position: relative;
        top: 0;
        left: 0;
        border: 0;
        background: #ddd;
        width: 100%;
    }
    .menu-s{
        background: #f7f7f7;
    }
}