﻿body{
    background: #ffff63;
    background: #fcfcce;
    font-family: "Montserrat", sans-serif;
}

.cabecera{
    background: #008000;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}


.logotipo{
    color: #ffff63;
}
.logotipo img{
    width: 75%;
}
.logotipo strong{
    font-family: "Kalnia", serif;
    font-size: 45px;
    line-height: 50px;
}
.logotipo span{
    font-size: 23px;
    font-weight: lighter;
}


.leyenda{
    text-align: center;
    font-size: 20px;
}


.datos{
    font-size: 22px;
    text-align: right;
}
.datos img{
    width: 30px;
}


.menuSup{
    background: #f7f7f7;
}
nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: #ffff63;
    font-weight: bold;
}


.efecto{
    background: #008000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.textoEfecto{
    font-size: 19px;
    line-height: 29px;
    color: white;
}
.textoEfecto strong{
    font-size: 23px;
    color: #ffff63;
}


.imagenesRow{
    background: #008000;
    padding-top: 10px;
    padding-bottom: 30px;
}
.imagenesRow img{
    width: 19.7%;
    height: 300px;

    object-fit:contain;

    border-radius: 20px;
}


.parte{
    background-color: #008000;
    padding-top: 30px;
    padding-bottom: 30px;
}


.seccion{
    font-size: 20px;
    color: white;
}
.seccion strong{
    width: 100%;
    color: #ffff63;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 30px;
}
.seccion b{
    font-size: 40px;
}

.imagen img{
    width: 100%;
}


.titulo{
    background: #008000;
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 12px 0;
}


.leyendaImportante{
    border: 3px solid black;
    background: black;
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}


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


footer{
    background: black;
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 32px;
    padding-bottom: 32px;
}
footer strong{
    width: 100%;
    color: #ffff63;
    font-weight: 200;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
footer img{
    width: 30px;
}
footer iframe{
    width: 100%;
    height: 180px;
}


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

}

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

}

@media screen and (max-width:992px){
    .datos{
        text-align: center;
    }
}

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

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