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

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

.logotipo img{
    width: 120%;
}
.logotipo2 img{
    width: 100%;
}

.datos span{
    width: 49%;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.w100{
    width: 100% !important;
}

.efecto{
    padding:0;
}


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

.titulo{
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

.seccion{
    font-size: 21px;
    line-height: 32px;
    padding: 0 30px;
}
.seccion strong{
    width: 100%;
    color: #008a94;
    font-size: 26px;
    display: inline-block;
}
.seccion b{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin: 12px 0;
}

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


footer{
    background: #008a94;
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a{
    color: white;
}

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

footer iframe{
    width: 100%;
    height: 150px;
}


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

}

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

}

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

}

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

}

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