*{
    margin:0px;
    padding:0px;
    font-family: 'Open Sans', sans-serif;
    list-style-type:none;
    border-style:none;
    text-decoration:none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}   

.embed-container { position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

body {
    margin: 0px;
    
}

.transparente {
    width: 100%;
    background-image: url(../imagenes/body-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.transparente h2 {
    text-shadow: 2px 2px #000000;
    font-size: 2em;
}

.transparente2 {
    background: url(../imagenes/transparente.jpg);
    background-size: cover;
    background-position: top top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    background-color: transparent !important;
    padding-top: 10%;
    padding-bottom: 10%;
}

.transparente2 h2 {
    text-shadow: 2px 2px #000000;
    font-size: 2em;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

#img-pequena {
    display: none;
}

.miniatura img {
    width: 16.66%;
    height: auto;
    display: block;
    float: left;
   -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: drop-shadow(6px 6px 20px black) sepia(0.4);
}

.miniatura img:hover {
    opacity: 0.5;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


#menu-grande {
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: #191c23c9;
    z-index: 10001;
}

#menu-grande a {
    font-family: 'Montserrat', sans-serif;
    width: 25%;
    height: 45px;
    line-height: 45px;
    float: left;
    color: white;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-container {
    width: 45%;
    margin: auto;
}

#menu-grande a:hover {
    color: #757575;
}

#menu-pequeno {
    display: none;
}

.principal {
    background-color: white;
    padding: 6%;
}

.principal p {
    color: #21293a;
}

.vacio {
    height: 45px;
    background-color: #1b1e26;
}

.subtitulo-negro {
    line-height: 1.29;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 3%;
    color: #6a6d75;
}

.hr-negro {
    background-color: #21293a;
    height: 1px;
    margin-bottom: 50px !important;
    max-width: 130px;
    margin: auto;
}

.subtitulo-blanco {
    line-height: 1.29;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 2%;
    color: #9e9e9e;
}

.hr-blanco {
    background-color: #fff;
    height: 1px;
    margin-bottom: 50px !important;
    max-width: 130px;
    margin: auto;
}

.margin {
    margin-top: 5%;
}

.principal-columna {
    float: left;
    margin-left: 5%;
    width: 45%;
}

.columna {
    float: left;
    margin-left: 2.5%;
    width: 30%;
}

.servicios {
    background-color: #1b1e26;
    padding: 6%;
}

.h-servicios {
    font-size:2.5em; 
    padding-bottom: 2%
}

.h-galeria {
    font-size:2.5em; 
    text-align: center;
    color: #21293a;
}

.servicios p {
    color: #7a89aa;
    text-align: center;
}

.contacto {
    background-color: white;
    padding: 6%;
}

.contacto p {
    color: #21293a;
    text-align: center;
    line-height: 2;
}

.contacto h3 {
    text-align: center;
    padding-top: 10px;
    color: #333a48;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.h-contacto {
    font-size:2.5em; 
    color: #21293a !important;
}

.limpiar {
    clear: both;
}

.centrar {
    width: 80%;
    margin: auto;
}

.centrar-contacto {
    width: 65%;
    margin: auto;
}

.centrar-contacto-iconos {
    width: 85%;
    margin: auto;
}

.centrar-mapa {
    padding-top: 5%;
    width: 35%;
    margin: auto;
    text-align: center;
    color: #21293a !important;
}

.centrar-mapa p {
    margin-top: 5%;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.2;
    letter-spacing: 1px;
    font-style: normal;
    color: #21293a;
}

h2{
    color: white;
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
}

.servicios h2 {
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
}

.fa, .fas, .fab {
    font-weight: 900;
    color: #7A89AA;
    font-size: 6em;
    text-align: center;
    display: block;
}

footer {
    padding: 5%;
    text-align: center;
    width: 100%;
    background-color: #1b1e26;
    color: white;
}

.flechaup {
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 1%; 
    display: inline-block;
}

.iconos-rss a {
    padding-left: 0.5%;
}


.galeria {
    background-color: white;
    padding: 6%;
    padding-bottom: 15%;
}

.embed-container { position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

@media screen and (max-width:1280px){
    .miniatura img {
        width: calc(100%/4);
    }
}

@media screen and (max-width:1024px){
    .miniatura img {
        width: calc(100%/3);
    }
}

@media screen and (max-width:768px){
    .miniatura img {
        width: calc(100%/2);
    }
}

@media screen and (max-width:480px){
    .miniatura img {
        width: 100%;
    }
}