/*
Theme Name: Asesoria de Riesgos Empresariales
Description: Tema para la web de ARE
Author: Seisonce
Author URI: http://seisonce.pe
Version: 1.0.0
Tags: blank
*/

body, html {
	/*height: 100%;*/
}
body{
	font-size: 17px;
	color: #5f5f5f;
}
a{
	color: #5f5f5f;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover,
a:focus{
	color: #5f5f5f;
	text-decoration: none;
}
:focus{
	outline: 0 !important;
	text-decoration: none !important;
}
.btn{
	border-width: 3px;
	font-weight: 900;
	font-size: 20px;
	padding: 12px 25px 13px;
}
.btn-default{
	border-color: #0000ff;
	background-color: #fff;
	color: #0000ff;
}
.btn-default:hover{
	border-color: #0000ff;
	background-color: #0000ff;
	color: #fff;
}
.btn-primary{
	border-color: #ff9700;
	background-color: #010000;
	color: #ff9700;
}
.btn-primary:hover{
	border-color: #ff9700;
	background-color: #ff9700;
	color: #fff;
}

.form-group{
	margin-bottom: 27px;
}
.form-group .control-label{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.form-group .form-control{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 none;
	background: #ebebeb;
	font-size: 18px;
	height: 50px;
}
.form-group textarea.form-control{
	height: 150px;
}

body.logged-in.admin-bar .bb-wrapper{
	top: 32px;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7-response-output{
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
    font-size: 15px;
    padding: 10px 20px !important;
}
div.wpcf7-validation-errors {
    border: 0 none !important;
    background: #eee;
}
div.wpcf7-mail-sent-ok {
    border: 0 none !important;
    background: #d8fdd9;
}

/**/

header{}
.bb-wrapper{
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 1px solid transparent;
}
.bb-wrapper.con-linea{
	/*border-bottom: 1px solid #5b5b5f;*/
}
.bb-wrapper .logo-are{
	padding-top: 20px;
	padding-bottom: 22px;
	position: relative;
}
.bb-wrapper .logo-are h1{
	margin: 0;
	margin-right: -180px;
	line-height: 0;
}
.bb-wrapper .logo-are h1 a.logo1{
	display: inline-block;
	width: 224px;
	height: 40px;
	background: url(images/logo-grande.png) center center no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}
.bb-wrapper .logo-are h1 a.logo2{
	display: inline-block;
	width: 172px;
	height: 40px;
	background: url(images/logosocio.png) center center no-repeat;
	background-size: 100% auto;
	margin-left: 30px;
	vertical-align: middle;
	position: relative;
}
.bb-wrapper .logo-are h1 a.logo2:before{
    content: '';
    display: block;
    position: absolute;
    background: #666;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -13px;
}
.bb-wrapper .logo-are h1 a.logo3{
	display: inline-block;
	width: 172px;
	height: 40px;
	background: url(wp-content/uploads/2020/09/aga_logo.png) center center no-repeat;
	background-size: 100% auto;
	margin-left: 30px;
	vertical-align: middle;
	position: relative;
}

.bb-wrapper .menu-prin{
	font-size: 15px;
	padding-top: 22px;
}
.bb-wrapper .menu-prin > ul{}
.bb-wrapper .menu-prin > ul > li{
	font-weight: bold;
}
.bb-wrapper .menu-prin > ul > li > a{
	position: relative;
	padding: 10px 23px;
}
.bb-wrapper .menu-prin > ul > li > a:hover,
.bb-wrapper .menu-prin > ul > li > a:focus{
	background: none;
}
.bb-wrapper .menu-prin > ul > li > a:after{
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	bottom: -2px;
	display: block;
	position: relative;
	background: #5f5f5f;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.bb-wrapper .menu-prin > ul > li.current-page-ancestor > a:after,
.bb-wrapper .menu-prin > ul > li.current-menu-item > a:after,
.bb-wrapper .menu-prin > ul > li > a:hover:after{
	opacity: 1;
}
.bb-wrapper .menu-prin > ul > li > ul{
	display: none;
}
.bb-wrapper .idioma{
	font-size: 15px;
	padding-top: 32px;
}
.bb-wrapper .idioma > a{
	display: inline-block;
	position: relative;
}
.bb-wrapper .idioma > a:hover,
.bb-wrapper .idioma > a.active{
	color: #f30000;
	font-weight: bold;
}

section{}
section.primera-seccion{
	padding-top: 79px;
}
.banner-wrapper{}
.banner{
	height: 655px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	display: table;
	width: 100%;
}
.banner-content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.banner-content h2{
	font-family: 'Rufina Web', serif;
	font-size: 60px;
	margin: 0;
	padding: 20px 30px;
	line-height: 1.2;
}

.home-mod1-wrapper{
	padding-top: 90px;
	padding-bottom: 20px;
}
.formato{}
.formato h2.fake-h1,
.formato h1{
	font-family: 'Rufina Web', serif;
	font-size: 45px;
	color: #1e120d;
	padding: 0;
	margin: 0 0 35px;
}
.formato p{
	margin-bottom: 1.5em;
}
.formato ul{
	padding-top: 25px;
	list-style: none;
	padding-left: 0;
	padding-bottom: 15px;
}
.formato ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}
.formato ul li:before{
	content: '';
	background: #5f5f5f;
	width: 2px;
	height: 1px;
	left: 0;
	top: 13px;
	position: absolute;
}
.home-mod1-wrapper .formato p{
	font-size: 20px;
}
.cuerpo-wrapper{
	padding-top: 90px;
	padding-bottom: 70px;
}
.nos-img{
	margin-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
}
.nos-img img{
	width: 100%;
	height: auto;
}
.nos-2{
	margin-top: 80px;
}
.formato .intro p{
	font-size: 20px;
}
.intro{
	margin-bottom: 35px;
}
.formato h1.h1-equipo{
	font-size: 55px;
	margin-bottom: 55px;
}
.formato .boldcito p{
	font-weight: bold;
}
.equipo{}
.equipo .miembro{
	margin-bottom: 40px;
}
.equipo .miembro-content{
	border-bottom: 1px solid #5f5f5f;
}
.equipo .miembro .img{
	height: 480px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 18px;
	position: relative;
}
.equipo .miembro .img .miembro-descri{
	position: absolute;
	background: #eee;
	font-size: 15px;
	font-weight: bold;
	padding: 36px 32px 0;
	line-height: 1.6;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}
.equipo .miembro .img .miembro-descri:hover{
	opacity: 1;
}
.equipo .miembro .img.sin-img .miembro-descri{
	opacity: 1;
}
.equipo .miembro h2{
	font-size: 30px;
	font-family: 'Rufina Web', serif;
	color: #000;
	margin: 0;
}
.equipo .miembro .cargo{
	font-weight: bold;
	margin-bottom: 2px;
}
.equipo .miembro .correo{
	font-size: 15px;
	margin-bottom: 4px;
}
.equipo .miembro .correo a{
	color: #5f5f5f;
}
.equipo .miembro .correo a:hover{
	color: #000;
}
.formato h1.h1-clientes{
	font-size: 50px;
	margin-bottom: 55px;
}
.clientes{}
.clientes .cliente{
	margin-bottom: 35px;
}
.clientes .cliente .logo{
	height: 170px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.page-id-11 .bb-wrapper{
	/*border-bottom: 1px solid #5b5b5f;*/
}
.contacto-wrapper{
	padding-top: 100px;
	padding-bottom: 80px;
}
.contacto-wrapper .formato h2{
	font-weight: 900;
	font-size: 25px;
	color: #020000;
	margin: 0 0 45px;
}
.contacto-wrapper .formato p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 2.5em;
}
.acf-map {
	width: 100%;
	height: 600px;
	border: #ccc solid 1px;
	margin: 0 0 90px;
}
.acf-map img {
   max-width: inherit !important;
}
.formu{}
.formu .formato h1.h1-conta{
	margin: 0 0 25px;
	font-size: 25px;
	font-family: 'Roboto Web', sans-serif;
	font-weight: 900;
	color: #020000;
}
.formu .row-formu{
	margin-left: -9px;
	margin-right: -8px;
}
.formu .col-formu{
	padding-left: 9px;
	padding-right: 9px;
}
.formu input.form-control{
	border: 1px solid #000;
	text-align: center;
	font-size: 15px;
	color: #5f5f5f;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	height: 39px;
	padding: 8px 18px;
}
.formu textarea.form-control{
	border: 1px solid #000;
	text-align: center;
	font-size: 15px;
	color: #5f5f5f;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	padding: 8px 18px;
	height: 220px;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formu textarea.form-control.wpcf7-not-valid,
.formu input.form-control.wpcf7-not-valid{
	border-color: #f30000;
}
.formu input.btn{
	border: 0 none;
	background: #010000;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 8px 25px 7px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.formu input.btn:hover,
.formu input.btn:focus{
	background: #666;
}
.formu-content{
	min-height: 340px;
}
footer{
	background: #000;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 30px;
}
footer h3{
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 20px;
}
footer p{
	font-size: 16px;
	color: #a1a1a1;
	line-height: 1.9;
	font-weight: bold;
}
footer p a{
	color: #a1a1a1;
}
footer p a:hover{
	color: #fff;
}
footer p a.red{
	display: inline-block;
	margin-left: 30px;
}
footer p a.red:first-child{
	margin-left: 0;
}
footer .copy{
	font-size: 12px;
	color: #a1a1a1;
	padding-top: 25px;
}
.servicios{}
.servicios .serv{
	margin-bottom: 30px;
}
.servicios .serv-content{}
.servicios .serv a{
	display: block;
	height: 480px;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.servicios .serv a h2{
	margin: 0;
	color: #fff;
	font-family: 'Rufina Web', serif;
	font-size: 40px;
	position: relative;
	padding: 45px 50px 0 35px;
	z-index: 2;
}
.servicios .serv a .capa{
	position: absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	z-index: 1;
	opacity: .2;
}
.servicios .serv a:hover .capa{
	opacity: .5;
}
.sumilla{
	text-align: center;
	padding-top: 70px;
}
.sumilla p{
	color: #000003;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}
.sumilla p a.btn{
	margin-top: 15px;
}
.serv-home-wrapper{
	padding-bottom: 70px;
}
.serv-home{
	background: #010000;
	text-align: center;
	color: #fff;
	padding-top: 85px;
	padding-bottom: 20px;
}
.serv-home p{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}
.serv-home p a.btn{
	margin-top: 15px;
}
.serv-home-list{
	position: relative;
}
.serv-home-list .fondo-negro{
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 80px;
	z-index: -1;
}
.home-mod1-wrapper .formato h2.fake-h1{
	margin-bottom: 55px;
}
.home-mod1-wrapper .formato p{
	margin-bottom: 2.2em;
}
.home-mod1-wrapper .formato p a.btn{
	margin-top: 15px;
}
.sermen-wrapper{}
.sermen-wrapper .menu-serv{}
.sermen-wrapper .menu-serv ul{
	text-align: center;
	background: #eee;
	padding: 10px;
	padding-bottom: 10px;
}
.sermen-wrapper .menu-serv ul li{
	float:none;
    display:inline-block;
    font-weight: bold;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
   	font-size: 15px;
   	position: relative;
   	margin-right: 10px;
   	margin-left: 10px;
}
.sermen-wrapper .menu-serv ul li a{
	color: #5f5f5f;
}
.sermen-wrapper .menu-serv ul li a:after{
	content: '';
	height: 1px;
    left: 15px;
    right: 15px;
    bottom: 9px;
	background: transparent;
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sermen-wrapper .menu-serv ul li a:focus,
.sermen-wrapper .menu-serv ul li a:hover{
	background: none;
}
.sermen-wrapper .menu-serv ul li a:hover:after{
	background: #5f5f5f;
}
.sermen-wrapper .menu-serv ul li.current_page_item a{
	color: #000;
}
.sermen-wrapper .menu-serv ul li.current_page_item a:after{
	background: #000;
}
.bb-wrapper.ocultar{
	top: -80px !important;
}
.row-logo-menu{
	padding-left: 50px;
	padding-right: 50px;
}
.menu-movil{
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	position: fixed;
	z-index: 3;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	overflow: hidden;
	height: 1px;
}
.menu-movil-content{
	padding: 70px 20px 0;
}
.menu-movil-content > ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-movil-content > ul > li{
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 19px;
    font-weight: 900;
    margin-bottom: 9px;
}
.menu-movil-content > ul > li > a{
	display: inline-block;
	color: #000;
	line-height: 1.1;
}
.menu-movil-content > ul > li.current-menu-parent > a,
.menu-movil-content > ul > li.current-menu-item > a{
	border-bottom: 1px solid #000;
}
.menu-movil-content > ul > li > a:hover{
	border-bottom: 1px solid #000;
}
.menu-movil-content > ul > li > ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 5px;
}
.menu-movil-content > ul > li > ul > li{
	font-size: 15px;
    font-weight: normal;
    margin-top: 4px;
}
.menu-movil-content > ul > li > ul > li > a{
	display: block;
}
.menu-movil-content > ul > li > ul > li.current-menu-item > a{
	font-weight: 900;
	color: #000;
}
.menu-movil-content > ul > li > ul > li > a{
	color: #000;
}
.img-movil{
	display: none;
}

/**/

@media (min-width: 1600px) {

	.container-fluid{
		max-width: 1598px;
	}

}

@media (min-width: 1440px) {

	.container{
		width: 1438px;
	}

}

@media (min-width: 1200px) and (max-width: 1439px) {

	.col-6-bloques{
		width: 100%;
		left: 0;
	}
	.col-8-casi{
		width: 83.33333333%;
		left: 8.33333333%;
	}
	.col-6-casi{
		width: 66.66666667%;
		left: 16.66666667%;
	}
	.col-1-conta{
		width: 41.66666667%;
	}
	.col-2-conta{
		width: 58.33333333%;
	}

}


@media (max-width: 1199px) {

	.row-logo-menu {
	    padding-left: 25px;
	    padding-right: 25px;
	}
	.bb-wrapper .menu-prin > ul > li > a {
	    padding: 10px 16px;
	}
	.idioma{
		padding-left: 0;
	}
	.banner {
    	height: 400px;
    }
    .banner-content h2 {
	    font-size: 45px;
	}
	.formato h2.fake-h1,
	.formato h1 {
    	font-size: 40px;
    }
    .servicios .serv a {
	    height: 400px
	}
	footer p a.red {
	    margin-left: 0;
	    margin-right: 15px;
	}
	.servicios .serv a h2 {
	    font-size: 38px;
	    padding: 40px 30px 0;
	}
	.formato h1.h1-equipo {
    	font-size: 50px;
    }
    .sermen-wrapper .menu-serv ul li {
	    margin-right: 0;
    	margin-left: 0;
    	font-size: 14px;
    }
    .sermen-wrapper .menu-serv ul li a{
    	padding: 10px 12px;
    }
    .equipo .miembro .img {
    	height: 390px;
    }
    .equipo .miembro .img .miembro-descri {
	    font-size: 14px;
	    padding: 16px 18px 0;
	    line-height: 1.5;
	}
	.equipo .miembro h2 {
    	font-size: 28px;
    }
    .formato h1.h1-clientes {
    	font-size: 40px;
    }
    .contacto-wrapper {
    	padding-top: 80px;
    }
    .acf-map {
	    height: 450px;
	}
	.bb-wrapper .logo-are h1 a.logo1{
	    width: 180px;
	}
	.bb-wrapper .logo-are h1 a.logo2{
	    width: 120px;
	    height: 30px;
	}

}

@media (max-width: 991px) {

	.banner {
	    height: 320px;
	}
	.row-logo-menu {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.bb-wrapper .menu-prin > ul > li {
	    font-size: 14px;
	}
	.bb-wrapper .menu-prin > ul > li > a {
	    padding: 10px 8px;
	}
	.bb-wrapper .logo-are h1 a {
		-webkit-background-size: 165px auto;
		background-size: 165px auto;
		width: 165px;
		height: 30px;
	}
	.bb-wrapper .idioma {
    	font-size: 14px;
    }
    .banner-content h2 {
	    font-size: 40px;
	}
	.formato h2.fake-h1, .formato h1 {
	    font-size: 35px;
	}
	.servicios .serv a {
	    height: 320px;
	}
	footer h3 {
	    font-size: 20px;
	}
	.nos-img {
		margin-left: -15px;
    	margin-right: -15px;
    	padding-left: 0;
    	padding-right: 0;
	}
	.formato h2.fake-h1, .formato h1 {
	    font-size: 30px;
	}
	.formato h1.h1-equipo {
	    font-size: 40px;
	}
	.sumilla p {
	    font-size: 22px;
	}
	.intro {
	    margin-bottom: 55px;
	}
	.equipo .miembro .img {
	    height: 360px;
	}
	.formato h1.h1-clientes {
	    font-size: 35px;
	}
	.clientes .cliente .logo {
    	height: 135px;
    }
    .bb-wrapper .logo-are {
	    padding-top: 17px;
	    padding-bottom: 18px;
	}
	.bb-wrapper .menu-prin {
	    padding-top: 14px;
	}
	.bb-wrapper .idioma {
	    padding-top: 23px;
	}
	section.primera-seccion {
	    padding-top: 66px;
	}
	.acf-map {
	    height: 350px;
	}
	.bb-wrapper .logo-are h1 a.logo1{
	    width: 130px;
	}
	.bb-wrapper .logo-are h1 a.logo2{
	    width: 100px;
        margin-left: 19px;
        height: 23px;
	    z-index: 3;
	}
	.bb-wrapper .logo-are h1 a.logo2:before{
	    left: -9px;
	}

}

@media (max-width: 767px) {

	.row-logo-menu {
	    padding-left: 0;
	    padding-right: 0;
	}
	footer h3 {
	    margin: 0 0 14px;
	}
	.col-pie{
		padding-bottom: 20px;
	}
	footer .copy {
	    padding-top: 30px;
	}
	section.primera-seccion {
	    padding-top: 64px;
	}
	.bb-wrapper .logo-are {
	    padding-top: 18px;
	    padding-bottom: 12px;
	}
	.bb-wrapper .logo-are h1 a {
	    -webkit-background-size: 165px auto;
	    background-size: 150px auto;
	    width: 152px;
	    height: 28px;
	}
	.bb-wrapper .logo-are h1 {
    	display: inline-block;
	}
	.hamburguesa {
	    zoom: 1;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 60px;
	    -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	.hamburguesa span {
		display: block;
		position: absolute;
		height: 4px;
		width: 28px;
		background: #000;
		left: 17px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.hamburguesa span:nth-child(1) {
		top: 25px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.hamburguesa span:nth-child(2) {
		top: 35px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	.hamburguesa.open span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	    top: 40px;
	    left: 21px;
	}

	.hamburguesa.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		left: 21px;
	}
	.banner {
	    height: 230px;
	}
	.banner-content h2 {
	    padding: 20px 0px;
	    font-size: 22px;
	}
	.home-mod1-wrapper .formato h2.fake-h1 {
		font-size: 24px;
	}
	.home-mod1-wrapper .formato h2.fake-h1 br,
	.home-mod1-wrapper .formato p br,
	.sumilla p br,
	.banner-content h2 br,
	.serv-home p br{
	    display: none;
	}
	.home-mod1-wrapper .formato p {
	    font-size: 17px;
	}
	.serv-home p {
	    font-size: 19px;
	    line-height: 1.5;
	}
	.servicios .serv a {
	    height: 260px;
	}
	body {
    	font-size: 15px;
    }
    .nos-img {
    	margin-top: 20px;
    }
    .formato h2.fake-h1, .formato h1 {
	    font-size: 25px;
	}
	footer p {
	    font-size: 15px;
	}
	.formato h1.h1-equipo {
	    font-size: 35px;
	}
	.sumilla p {
	    font-size: 20px;
	}
	.formato .intro p {
	    font-size: 17px;
	}
	.formato ul li:before {
	    top: 10px;
	}
	.formato h1.h1-clientes {
	    font-size: 30px;
	}
	.acf-map {
	    height: 230px;
	    margin: 0 0 50px;
	}
	.menu-movil.abierto{
		opacity: 1;
		height: auto;
	}
	.bb-wrapper.fijo{
		top: 0 !important;
	}
	.equipo .miembro .img {
	    height: auto;
	    position: relative;
	}
	.equipo .miembro .img .img-movil{
		display: block;
		height: 250px;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.equipo .miembro .img .miembro-descri{
		position: relative;
		opacity: 1;
		padding-bottom: 1px;
	}
	.idioma-movil{
		padding-top: 10px;
	}
	.idioma-movil a.active{
		color: #f30000;
    	font-weight: bold;
	}
	.home-mod1-wrapper{
		padding-top: 50px;
	}
	.serv-home-wrapper {
		padding-bottom: 40px;
	}
	.serv-home {
	    padding-top: 65px;
	}
	.cuerpo-wrapper {
    	padding-top: 50px;
    	padding-bottom: 40px;
    }
    .img-not{
    	margin-bottom: 15px;
    }
    .nos-2 {
	    margin-top: 35px;
	}
	.sumilla {
	    padding-top: 40px;
	}
	.clientes .cliente {
 	   margin-bottom: 10px;
	}
	.contacto-wrapper .formato h2 {
	    margin: 0 0 10px;
	}
	.contacto-wrapper .formato p {
	    margin-bottom: 1.5em;
	}
	.contacto-wrapper {
	    padding-top: 45px;
	}
	.bb-wrapper .logo-are h1 a.logo1{
	    width: 150px;
	}
	.bb-wrapper .logo-are h1 a.logo2{
	    width: 110px;
	    margin-left: 23px;
	}

}

@media (max-width: 359px) {



}