/* Responsive CSS Styles Table of Contents */

html, body, p, a, li, h1, h2, h3, h4, h5 {
font-family: Century Gothic, Arial, Courier New, Sans-Serif; 
}
#site-navigation {
    border-bottom: solid 5px #275d86;
}
h2 {
    font-size: 50px;
}
.vntd-icon-box h3 {
    font-size: 19px;
    max-width: 320px;
    
   }
.central{
	padding: 40px;
	text-align: center;
}   
.central h3{
 color: white;
    margin: 0 auto;
    max-width: 583px;
}
.icon-description{
	text-align: justify;
	 margin-top: 30px;
}
.nav-inner .logo a img {
    max-height: 90px;
}
#navigation_sticky .nav-inner .logo a img {
    max-height: 60px;
}
.nav-inner .logo a img {
    max-height: 76px;
}
.nav-menu ul li a {
  font-family: "Oxygen Mono" !important;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
}
.contact-block-details > div {
    border-bottom: 1px solid #fff !important;
    font-size: 13px;
    color: #fff;
}
footer p, footer a {
    color: #fff;

}
#footer {
    position: relative;
        padding-bottom: 0;
    padding-top: 0;
    background: #275d86;
    
    padding-left: 0;
    padding-right: 0;
}
#footer .container {

    background: #275d86;
}
.footer .vntd-social-icons {
   margin-top: 5px;
}
*::-moz-placeholder {
    color: #fff;
}
.contact-form-dark.contact form input, .contact-form-dark.contact form textarea {
    background: #275d86 none repeat scroll 0 0;
    border-color: #275d86;
    color: #fff;
    resize: none;
}
.wpcf7-submit:hover{
	    background: #313132 none repeat scroll 0 0 !important;
}
.contact-block-details i {
    color: #fff;

    margin-right: 8px;
   
}
.azulon{
    background: #275d86 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
}
.verde{
	   padding: 40px;
		background: #57849F;
	color: #fff;
}


/*movil*/
@media (max-width: 767px){
	.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    font-size: 9px;

}	
#google-map{
	height: 300px !important;
}
.google-map-overlay {

    padding: 21px 0 3px;

}
.central h3 {
  
    font-size: 15px;
}
.page-holder h1 {
    font-size: 23px;
}
h2 {
    font-size: 23px;
}
footer p, footer a {
  font-size: 9px;
    margin: 15px auto 0;

}
#ui-id-1 a {
    font-size: 7px !important;

}	
}
/* mayor que un movil*/
@media (min-width: 768px) {	
	
	
.imagender img{
    margin-top: 90px;
}
}


/*mayor que una tablet chica*/
@media (min-width: 992px) {
	.titulocen{
		max-width: 415px;
		margin: 0 auto;
	}
	.b1 h2{
padding-left: 90px;
padding-right: 90px;
}

}
/*tablet chica*/
@media (min-width: 768px) and (max-width: 991px) {
	.contact-block-details > div {
    font-size: 11px;
}
#google-map{
	height: 300px !important;
}
.google-map-overlay {

    padding: 21px 0 3px;

}
}

/*tablet grande*/
@media (min-width: 992px) and (max-width: 1199px) {
	.contact-block-details > div {
    font-size: 11px;
}
	.nav-menu ul li a {
    font-size: 16px;
  
}
#google-map{
	height: 500px !important;
}
.google-map-overlay {

padding: 31px 10px 22px;

}
}

/*ordenador*/
@media only screen and (min-width: 1200px){

}