html{
    height: 100%;
	overflow-x: hidden;
}
body{
	font-family: 'Poppins', sans-serif;	
	font-size:14px;
	line-height: 26px!important;
  	color: #000;
	background:white;
	overflow-x: hidden;
	font-weight: 400!important;
}
a{
	text-decoration:none!important;	
	outline: 0;	
	cursor:pointer;
	cursor:hand;
	color: black;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
a:hover{
	text-decoration:none;
	color: black;
}
i{
  font-style: normal;  
}
b{
	font-weight:600;
}
p{
	margin-bottom: 10px!important;
}
input, textarea{
  outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
button{
  text-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background:#00b4a9;
  color:transparent!important;
}
img{
	width: 100%;
	opacity: 0;
}
.form-control, .dropdown-item{
	height: 32px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-top: 0px;
	border-radius: 0px;	
	border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    background: transparent!important;
    border-bottom: 1px solid #000!important;
    font-family: 'Poppins', sans-serif;	
}
.form-control:focus {    
    box-shadow: none!important;
}
.input-group{
	margin-bottom: 15px;
}
::-webkit-input-placeholder {
  color: #000!important;
}
:-moz-placeholder { 
  color: #000!important;
}
::-moz-placeholder {  
  color: #000!important;
}
:-ms-input-placeholder {
  color: #000!important;
}
textarea.form-control{
	margin-top: 30px;
	height: 100px;
}
.dropdown{
	width: 100%;
	margin-bottom: 15px;
}
.dropdown .btn{
	width: 100%;
	padding-left: 10px;
	background: transparent;
	color: #0a3029!important;
	font-size: 16px;
    line-height: 1;
    color: #0a3029;
    background: transparent!important;    
    text-transform: none;
    text-align: left;
    border: 1px solid #0a3029!important;
}
.dropdown-toggle::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 100%;
	margin: 0px;
	border: 0px;
	right: 10px;
	top: 0px;
	background: url(../images/dropdown_arrow.svg) center center no-repeat;
	background-size: contain;
	color: transparent;
}
.dropdown.show .dropdown-toggle::after {
	transform: rotate(180deg);
}
.dropdown-menu {
    width: 100%;
    padding: 0px;
    margin: 0px;
    top: 31px;
    border: 1px solid #0a3029!important;
    border-top: none!important;
    background: #f4af95;
    border-radius: 0px;
}
.dropdown-item{
	margin: 0px;
	border: none!important;
	border-top: 1px solid #0a3029!important;
}
.dropdown-item:hover{
	background: #0a3029!important;
	color: #f4af95;
}

.btn{
	margin-top: 15px;
	padding: 0px;
	padding-bottom: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #FF2828!important;
	border-bottom: 2px solid #FF2828;
}

#preloader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: #0a3029;
	background: url(../images/loading.gif) center center no-repeat #fff;
	z-index: 5000;
}






/*
	NAV
*/
.navbar{
	height: 120px;
	background: white;
	padding: 0px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.navbar .container{
	position: relative;
	height: 100%;
}
.navbar-brand {	
	position: absolute;
	width: 220px;
    height: 25px;
    margin: 0px;
    top: 45px;
    padding: 0px;
    background: url(../images/nav_logo.svg) left top no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.navbar .menu{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 42px;
	text-align: center;
}
.navbar .menu .group{
	padding: 0px;
}
.nav-item{
	display: inline-block;
}
.nav-link{
	margin: 0px 20px;
	padding: 5px;
	color: #000!important;	
	font-weight: 700;
	letter-spacing: 2px;
}
.nav-link:hover{
	color: #FF2828!important;
}
.navbar .btns{
	position: absolute;
	right: 0px;
	top: 5px;
	list-style: none;	
}
.navbar .btns a{
	margin-left: 10px;
	padding: 5px;
}
.navbar .btns a:hover{
	color: #FF2828;
}
.navbar .aire{
	display: inline-block;
	position: relative;
	height: 20px;
	margin-right: 10px;
	padding: 4px 5px!important;	
	padding-left: 6px!important;
	font-weight: 500;
	background: #FF2828;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.navbar .aire:hover{
	color: #000!important;
}
@-webkit-keyframes aire {
  0% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
  50% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	color: rgba(255,255,255, .9);
  }
  100% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
}
@-moz-keyframes aire {
  0% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
  50% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	color: rgba(255,255,255, .9);
  }
  100% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
}
@-o-keyframes aire {
  0% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
  50% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	color: rgba(255,255,255, .9);
  }
  100% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
}
@keyframes aire {
  0% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
  50% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
  	color: rgba(255,255,255, .9);
  }
  100% {
  	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0);
  	color: rgba(255,255,255, 1);
  }
}
.navbar .aire.ahora {
  -webkit-animation: aire 1.2s infinite; /* Safari 4+ */
  -moz-animation:    aire 1.2s infinite; /* Fx 5+ */
  -o-animation:      aire 1.2s infinite; /* Opera 12+ */
  animation:         aire 1.2s infinite; /* IE 10+, Fx 29+ */
}
.navbar .toggler{
	display: none;
}
.navbar .btns_resp{
	display: none;
}


/* 
	Carousel top 
*/
.carousel_top{
	margin-top: 120px;
}
.carousel_top .owl-item .item{
	position: relative;
}
.carousel_top .owl-item .item:before {
	content: "";
	display: block;
    padding-top: 40%;
    padding-top: 50%;
}
.carousel_top .owl-item .item img {
	position: absolute;
	height: 100%;
	top: 0px;
	object-fit: cover;
}
.carousel_top .cloned img {
	display: block!important;
	visibility: visible!important;
	opacity: 1!important;
}
.carousel_top .over{	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(0,0,0,.10);
}
.carousel_top .over .container{
	top: 50%;
	transform: translateY(-50%);
	margin-top: -30px;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-align: right;
	letter-spacing: 2px;
	color: #fff;
}
.carousel_top .owl-dots{
	position: absolute;
	right: calc((100% - 1110px)/2);
	bottom: 50px;
}
.carousel_top .owl-dot{
	display: inline-block;
	float: left;
	width: 60px;
	height: 2px;
	margin-left: 15px;
	background: #fff;
}
.carousel_top .owl-dot.active{
	background: #FF2828;
}





/*
	SECTION
*/
section{
	position: relative;
	padding-top: 90px;
	padding-bottom: 115px;
}
section.gris{
	background: #f7f7f7;
}
section .container{
	position: initial;
}
section h3{
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 1;
	text-align: right;
	font-weight: 700;
	letter-spacing: 10px;
}
section h3:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	right: 0px;
	background: #000;
}
section h4{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: #FF2828;
}
section h4:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	left: 0px;
	margin-top: 5px;
	background: #FF2828;
}

.close{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 40px;
	opacity: 1;
}
.close:before{
	content: "";
	position: absolute;
	width: 20px;
	left: 2px;
	transform: rotate(45deg);
	transform-origin: left top;
	border-top: 3px solid #FF2828;	
}
.close:after{
	content: "";
	position: absolute;
	width: 20px;
	left: 2px;
	top: 13px;
	transform: rotate(-45deg);
	transform-origin: left bottom;
	border-top: 3px solid #FF2828;
}


.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  width: 500px;
  text-align: left;
  vertical-align: middle;  
}
.modal-content {
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
}
.modal-header {
    padding: 30px;
    padding-bottom: 0px;
    border: none;
    color: #FF2828;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.modal .close{
	right: 30px;
}
.modal-body {
    padding: 30px;
    /*padding-top: 15px;*/
}
.modal-body a{
	text-decoration: underline!important;
}
.modal-backdrop {
   background-color: #FF2828;
   background: #fff;
}

.imagen_work {
	height: 200px;
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/*
	BIO
*/
.bio .foto img{
	height: 100%;
	object-fit: cover;
}
.bio .foto:after{
	content: "";
	position: absolute;
	width: 225px;
	height: 110px;
	left: -50px;
	bottom: -75px;
	background: url(../images/bio_yo.svg) center center no-repeat;
	background-size: contain;
}
.bio .text{
	margin-left: -80px;
	padding: 50px;
	top: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
}
.bio .text .col{
	padding: 0px 30px;
}
.bio .text .tit{
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #FF2828;
}
.bio .text .franja{
	position: absolute;
	height: 5px;
	left: 0px;
	right: -90px;
	top: 50%;
	background: #FF2828;
	mix-blend-mode: multiply;
}




/*
	WORK
*/
.work{
	text-align: center;
}
.work .video{
	position: relative;
}
.work .video:before{
	content: "";
	position: absolute;
	height: 100%;
	left: -2000px;
	right: -2000px;
	background: url(../images/work_back.svg) center center #f7f7f7;
}
.work .txt{
	padding: 40px;
	padding-top: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.25);
	z-index: 5;
	text-align: left;
}
.work .txt .close{
	display: none;
}
.work .txt h4{
	margin: 0px;
	color: #FF2828;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1.5px;
	font-weight: 700;
}
.work .txt h4:before{
	display: none;
}
.work .txt .scroll{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 80px;
	bottom: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}
.work .txt .scroll h6{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1;
	color: #FF2828;
	letter-spacing: 1px;
}
.work .txt .scroll h6:nth-child(1){
	margin-top: 0px;
}
.work .txt .like{
	position: absolute;
	bottom: 40px;
	color: #FF2828;
}
.work .txt .like i{
	font-size: 18px;
}
.work .vid{
	position: relative;
	padding: 0px;
	background: #f7f7f7;
	text-align: left;
}
.work .vid:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.work .vid iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	border: none;
}
.work .items{
	margin-top: 50px;	
}
.work .item{
	margin-bottom: 30px;
	cursor: pointer;
	cursor: hand;	
}
.work .item .over{
	position: absolute;	
	height: 100%;
	left: 15px;
	right: 15px;
	top: 0px;
	background: rgba(255,40,40,.75);
	color: #fff;
	opacity: 0;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.work .item .over:hover{
	opacity: 1;
}
.work .item .over:before, .work .item .over:after, .work .item .corner{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
}
.work .item .over:before{
	left: 15px;
	top: 15px;
	background: url(../images/work_item_corner_3.svg) center center no-repeat;
	background-size: contain;
}
.work .item .over:after{
	left: 15px;
	bottom: 15px;
	background: url(../images/work_item_corner_2.svg) center center no-repeat;
	background-size: contain;
}
.work .item .corner:nth-child(1){
	right: 15px;
	top: 15px;
	background: url(../images/work_item_corner_4.svg) center center no-repeat;
	background-size: contain;
}
.work .item .corner:nth-child(2){
	right: 15px;
	bottom: 15px;
	background: url(../images/work_item_corner_1.svg) center center no-repeat;
	background-size: contain;
}
.work .item .tit{
	position: absolute;
	width: 100%;
	padding: 0px 15px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.work .item .tit b{
	display: block;
	font-size: 24px;
}
.work .item .tit{
	position: absolute;
	width: 100%;
	padding: 0px 15px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.work .item .like{	
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
}

.work .seleccionado{
	border: 3px solid #FF2828;
}


/*
	EMPRESAS
*/
.empresas .col{
	margin-bottom: 30px;
}
.empresas .item{
	position: relative;
	width: 100%;
	padding-top: 100%;
	background: #fff;
	border: 3px solid #fff;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
/*
.empresas .item:hover{
	border: 3px solid #FF2828;
}
*/
.empresas img{
	position: absolute;	
	height: 100%;
	top: 0px;
	object-fit: contain;
}




/*
	CONTACTO
*/
.contacto h4{
    /*margin-top: -65px;*/
	margin-bottom: 75px;
	color: #000;
}
.contacto h4:before{
	display: none;
}







@media (max-width: 1199px){
	
	.container {
	    width: 100%;
	    padding: 0px 20px;
	}

}


@media (max-width: 1199px){
	
	.navbar{
		height: 50px;
	}
	.navbar .toggler {
	    position: absolute;
	    width: 20px;
	    height: 18px;
	    right: 20px;
	    top: 16px;
	    z-index: 10;
	    display: block;
	}
	.navbar .toggler .top, .navbar .toggler .mid, .navbar .toggler .bottom{
		position: absolute;
		width: 100%;
		border-top: 2px solid #000;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
	.navbar .toggler .mid{
	    top: 8px;
	}
	.navbar .toggler .bottom{
		bottom: 0px;
	}
	.navbar.active .toggler .top{
		width: 24px;
		left: 3px;
		transform: rotate(45deg);
		transform-origin: left top;
	}
	.navbar.active .toggler .mid{
		width: 0px;	
	}
	.navbar.active .toggler .bottom{
		width: 24px;
		left: 3px;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
	.navbar-brand {
	    width: 140px;
	    height: 16px;
	    top: 17px;
	}
	.navbar .menu {
	    height: 100vh;
	    height: calc(100vh - 50px);
	    left: 0px;
	    right: 0px;
	    top: 50px;
	    background: rgba(255,255,255,.9);
	    display: none;
	}
	.navbar .menu .group {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		margin-top: -50px;
	}
	.navbar .nav-item{
		display: block;
		margin-bottom: 25px;
	}
	.nav-link {
	    font-size: 18px;
	}
	.navbar .btns {
	    position: relative;
	    top: 0px;
	    margin-top: 50px;
	}
	.navbar .btns .aire{
		display: none;
	}
	.navbar .btns a {
	    margin: 0px 10px;
	}
	.navbar .btns_resp {
	    display: inline-block;
	    position: absolute;
	    right: 50px;
	    top: 12px;
	}
	.navbar .aire {
	    height: 16px;
	    font-size: 12px;
	    padding: 3px 4px!important;
	    padding-left: 6px!important;
	}
	.carousel_top {
	    margin-top: 50px;
	}
	.carousel_top .over .container {
		margin-top: -15px;
	    font-size: 30px;
	    line-height: 35px;
	}
	.carousel_top .owl-dots {
	    right: 20px;
	    bottom: 20px;
	}
	.carousel_top .owl-dot {
	    width: 50px;
	}
	section {
	    padding-top: 65px;
	    padding-bottom: 75px;
	}
	section h3 {
	    margin-bottom: 40px;
	    font-size: 18px;
	}
	section h3:before {
	    width: 15px;
	    height: 20px;
	    margin-top: -2px;
	}
	.bio .foto img {
	    height: auto;
	    object-fit: cover;
	}
	.bio .foto{
		margin-left: -20px;
	}
	.bio .foto:after {
	    position: relative;
	    float: left;
	    width: 100%;
	    width: calc(70% - 70px);
	    height: 145px;
	    left: 0px;
	    top: -34px;
	    background: url(../images/bio_yo.svg) left top no-repeat;
	    background-size: contain;
	}
	.bio .text {
	    margin-right: -5px;
	    padding: 30px;
	    -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.25);
	    box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.25);
	}
	.bio .text .col {
	    padding: 0px 20px;
	    font-size: 13px;
	    line-height: 24px;
	}
	.bio .text .tit {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.bio .text .franja {
	    left: 20px;
	}
	.work .video {
	    margin: 0px 20px;
	}
	.work .txt {
	    padding: 20px;
	    -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.25);
	    box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.25);
	    overflow: hidden;
	}
	.work .txt .close{
		display: block;
	    right: 20px;
	}
	.work .txt h4 {
	    font-size: 18px;
	}
	.work .txt .scroll {
	    position: relative;
	    margin: 20px 0px;
	    margin-bottom: 15px;
	    left: 0px;
	    right: 0px;
	    top: 0px;
	    bottom: 40px;
	    column-count: 3;
	    column-gap: 20px;
	    font-size: 12px;
	}
	.work .txt .scroll h6 {
	    font-size: 11px;
	}
	.work .txt .like {
	    position: relative;
	    bottom: 0px;
	    font-size: 12px;
	}
	.work .items {
	    padding: 0px 10px;
	    margin-top: 40px;
	}
	.work .item {
		margin-bottom: 10px;
	    padding: 0px 5px;
	}
	.work .item .over {
		display: none;
	    left: 5px;
	    right: 5px;
	}
	.btn{
		padding-bottom: 8px;
		font-size: 12px;
	}
	section h4 {
	    /*margin-top: 40px;	    */
	}
	section h4:before {
	    width: 10px;
	    margin-top: 4px;
	}
	.empresas .row{
		margin: 0px -5px;
	}
	.empresas .col{
		margin-bottom: 10px;
		padding: 0px 5px;
	}
	.contacto h4 {		
		margin-top: 50px;
		margin-bottom: 20px;
	    font-size: 14px;
	}
	.form-control, .dropdown-item {
	    height: 30px;
	    margin-top: 50px;
	    margin-bottom: 25px;
	    font-size: 12px;
	}

}






@media (max-width: 768px){
}






@media (max-width: 576px){

	.carousel_top .owl-item .item:before {
	    padding-top: 75%;
	}
	.carousel_top .over .container {
	    font-size: 20px;
	    line-height: 24px;
	}
	.carousel_top .over .container .col-6 {
		padding-left: 0px;
	}
	.carousel_top .owl-dot {
	    width: 30px;
	    margin-left: 10px;
	}
	section {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.bio{
		padding-bottom: 0px;
	}
	.bio .row{
		margin: 0px -20px;
	}
	.bio .foto{
		margin: 0px;
		padding: 0px;
		z-index: 5;
	}
	.bio .foto:after {
	    height: 72px;
	    top: -35px;
	}
	.bio .text {
	    margin-left: 0px;
	    padding: 60px 20px;
	    top: -75px;
	}
	.bio .text:after {
	    content: "";
	    position: absolute;
	    width: 80px;
	    height: 5px;
	    right: 0px;
	    bottom: 30px;
	    background: #FF2828;
	}
	.bio .text .row .tit:nth-child(2){
		display: none;
	}
	.work .video {
	    margin: 0px -20px;
	}
	.work .txt .scroll {
	    column-count: 1;
	}
	.work .items {
	    margin-top: 30px;
	    padding: 0px;
	}
	section h4 {
	    font-size: 14px;
	}
	.contacto h4 {
		margin-bottom: 0px;
	    line-height: 22px;
	}
	.form-control, .dropdown-item {
	    margin-top: 25px;
	}
	.modal-dialog {
	    width: 280px;
	}
	.modal-header {
	    padding: 20px;
	    padding-right: 50px;
	    padding-bottom: 0px;
	    font-size: 18px;
	}
	.modal .close {
	    right: 20px;
	    top: 20px;
	}
	.modal-body {
        padding: 20px;
	}

}









