*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.clear{
	clear: both;
}
img{
	width: 100%;
	display: block;
}
p{
	margin-bottom: 0 !important;
}
/*** Contenedores ***/
.contenedor{
	max-width: 1280px;
	margin: 0 auto;
}
.bg1{
	background: #fff;
	padding: 55px 0;
	position: relative;
}
.bg2{
	background: #F0F0F5;
	padding: 58px 0;
	position: relative;
}
.bg3{
	background: #323232;
	padding: 75px 0;
	position: relative;
}
/*** Slide ***/
.bg_slide{
	padding: 300px 0;
	background: url('../img/slide1.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.box1{
	width: 60%;
	float: left;
}
.slogan{
	width: 90%;
	padding-bottom: 40px;
}
/*** Nosotros ***/
.cont_somos{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_ceo{
	text-align: center;
	width: 40%;
}
.box_ceo img{
	width: 70%;
	margin: 0 auto;
}
.box_somos{
	width: 60%;
	padding-left: 100px;
	padding-top: 50px;
}
.cont_we{
	background: #fff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 50px;
	padding: 40px 60px;
}
.box_we1{
	width: 35%;
	padding-right: 40px;
}
.box_we2{
	width: 65%;
	padding-left: 40px;
	border-left: 3px solid #F0F0F5;
}
/*** Video ***/
.cont_video{
	width: 700px;
	margin: 0 auto;
	border-radius: 50px;
	overflow: hidden;
	transition: all 0.4s ease;
	cursor: pointer;
}
.cont_video:hover{
	opacity: 0.5;
}
/*** Botones ***/
.btn{
	font-family: 'open_sanssemibold' !important;
	display: block !important;
	background: #009D00 !important;
	color: #fff !important;
	padding: 7px 10px !important;
	width: 150px !important;
	text-align: center !important;
	text-decoration: none !important;
	border-radius: 20px !important;
	transition-property: all !important;
	transition-duration: 0.4s !important;
}
.btn:hover{
	background: #000 !important;
}
.abso{
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -75px !important;
}
.img_video{
	width: 70%;
	margin: 0 auto;
	opacity: 1;
	transition-property: all;
	transition-duration: 0.4s;
}
.img_video:hover{
	opacity: 0.8;
}
/*** SERVICIOS 1 ***/
.cont_coberturas{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}
.box_cobertura{
	padding: 0 10px;
	width: 25%;
}
.cobertura{
	width: 100%;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	display: block;
	padding: 60px 30px 20px 30px;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}
.cobertura p{
	font-size: 18px;
	line-height: 25px;
	color: #222;
	font-family: 'open_sanssemibold';
	padding-bottom: 50px;
}
.cobertura a{
	margin: 0 auto;
}
.cobertura img{
	width: 120px;
	top: -60px;
	left: 50%;
	margin-left: -60px;
	position: absolute;
}
/*** Servicios ***/
.banner2{
	background: url('../img/ban2.jpg') no-repeat center;
	background-size: cover;
	padding: 250px 0;
}
.banner3{
	background: url('../img/ban3.jpg') no-repeat center;
	background-size: cover;
	padding: 250px 0;
}
.banner4{
	background: url('../img/ban4.jpg') no-repeat center;
	background-size: cover;
	padding: 250px 0;
}
.banner5{
	background: url('../img/ban5.jpg') no-repeat center;
	background-size: cover;
	padding: 250px 0;
}
.box_txt1{
	width: 50%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}
.box_txt1 p{
	text-align: justify;
}
.box_txt2{
	width: 70%;
	margin: 0 auto;
}
ul.lista1{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}
ul.lista1 li{
	padding-bottom: 5px;
	font-size: 20px;
	font-family: 'open_sansregular';
	font-size: 16px;
}
.cont_lista{
	width: 60%;
	margin: 0 auto;
}
/*** Otros ***/
.hr1{
	border: none;
	border-top: 5px solid #009D00;
	width: 420px;
	margin-top: 30px !important;
	padding-bottom: 30px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.box_envio{
	width: 300px;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -150px;
	text-align: center;
}
.icon{
	width: 100px;
}
.nou{
	display: none;
}
/*** Principios ***/
.bgx{
	width: 100%;
	overflow: hidden;
}
.elem{
	position: relative;
	width: 100%;
}
.elem:before,
.elem:after {
    content: "";
}
.elem:before {
	position: absolute;
	width: 50%;
	height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 30px 0;
}
.elem:after {
	position: absolute;
	width: 50%;
	height: 100%;
    right: 0;
    top: 0;
	background: url('../img/banner_principios.jpg') no-repeat center;
	background-size: cover;
}
.box2{
	width: 50%;
	padding: 50px;
	float: left;
}
/*** Experiencia ***/
.cont_exp{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_exp1{
	width: 35%;
	padding-right: 40px;
}
.box_exp2{
	width: 65%;
	padding-left: 40px;
}
.cont_info_slide{
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.cont_num{
	width: 70px;
	text-align: center;
	padding-right: 20px;
}
.info_slide{
	width: 90%;
}
.cont_clientes{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.cliente{
	width: 20%;
	text-align: center;
}
.cliente img{
	width: 50%;
	margin: 0 auto;
}
.box3{
	width: 50%;
	float: left;
	padding: 0 60px;
}
/*** Fonts ***/
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_serifbold';
    src: url('fonts/ptserif-bold-webfont.woff2') format('woff2'),
         url('fonts/ptserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*** Textos ***/
p{
	font-family: 'open_sansregular';
	padding-bottom: 30px;
}
p span{
	font-family: 'open_sansbold';
}
.p1{
	font-size: 18px;
	font-weight: 400;
}
.p2{
	font-family: 'open_sanssemibold';
	font-size: 20px;
}
.p3{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.p4{
	font-family: 'open_sanssemibold';
	font-size: 16px;
}
.t1{
	font-family: 'pt_serifbold';
	font-size: 50px;
	line-height: 50px;
}
.t2{
	font-family: 'open_sansbold';
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 25px;
}
.t3{
	font-family: 'pt_serifbold';
	font-size: 74px;
	line-height: 74px;
}
.t4{
	font-family: 'open_sanssemibold';
	font-size: 24px;
	padding-bottom: 10px;
}
.verde{
	color: #009D00;
}
.oscuro{
	color: #323232;
}
.justify{
	text-align: justify;
}
/*** Footer ***/
footer{
	background: #323232;
	border-top: 18px solid #009D00;
	padding: 100px 0;
}
.cont_footer{
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.logo_f{
	width: 40%;
	padding-right: 50px;
}
.cont_dire{
	width: 60%;
	color: #fff !important;
}
.cont_dire img{
	width: 24px;
}
td{
	vertical-align: top;
}
/*** Slide ***/
.carousel-indicators{
	display: block !important;
    margin-right: 7% !important;
    margin-left: 7% !important;
}
.bobst .carousel-indicators {
	left: 40%;
	top: auto;
    bottom: -50px;
}
/* The colour of the indicators */
.bobst .carousel-indicators li {
    background: #fff;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #222;
    float: left;
}
.bobst .carousel-indicators .active {
	background: #222;
}