@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_sans_semiboldregular';
    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: 'sinkin_sans400_regular';
    src: url('../fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('../fonts/sinkinsans-400regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('../fonts/sinkinsans-600semibold-webfont.woff2') format('woff2'),
         url('../fonts/sinkinsans-600semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('../fonts/sinkinsans-700bold-webfont.woff2') format('woff2'),
         url('../fonts/sinkinsans-700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	list-style: none;
}
/*Estilos comunes*/
body {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #5e5e5e;
	line-height: 24px;
	position: relative;
}
.fixed-body {
  overflow: hidden;
}
p {
	margin: 0 0 35px 0;
}
h1 {
	font-family: 'sinkin_sans700_bold';
	font-size: 45px;
	color: #fff;
	line-height: 60px;
	margin: 0 0 40px 0;
}
h2 {
	font-family: 'sinkin_sans400_regular';
	font-size: 25px;
	color: #646464;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	line-height: 24px;
}
h3 {
	font-family: 'sinkin_sans700_bold';
	font-size: 14px;
	color: #646464;
	text-transform: uppercase;
	margin: 0 0 35px 0;
}
h4 {
	font-family: 'open_sans_semiboldregular';
	font-size: 18px;
	margin: 0 0 45px 0;
	line-height: 24px;
}
h5 {
	font-family: 'open_sans_semiboldregular';
	font-size: 16px;
	line-height: 35px;
}
h6 {
	font-size: 16px;
	color: #fff;
}
nav ul li a {
	text-decoration: none;
	font-family: 'sinkin_sans600_semibold';
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 60px;
}
nav ul li:last-child a {
	margin-right: 0px;
}
nav ul li {
	display: inline;
}
.contenedor {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.btn-primario {
	display: block;
	cursor: pointer;
	font-family: 'open_sansbold';
	color: #fff;
	background-color: #b1d349;
	border-radius: 5px;
	height: 46px;
	line-height: 46px;
	padding: 0 25px 0 25px;
	min-width: 166px;
	max-width: max-content;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.btn-primario:hover {
	background-color: #97b737;
}
section {
	padding-top: 115px;
	padding-bottom: 30px;
}
.icono-social {
	display: inline-block;
	width: 28px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.icono-social:hover {
	background-position: center top;
}
.instagram {
	background-image: url('../images/instagram.png');
}
/*Estilos comunes*/

/*Header*/
header {
	background-color: rgb(0,0,0,.3);
	transition: all 0.7s;
	position: absolute;
	z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0px;
}
header.stickyHeader {
	position: fixed;
	background-color: rgb(0,0,0,.7);
}
header .contenedor {
	max-width: 1640px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header nav a{
	-webkit-transition: all  0.2s; 
	-moz-transition: all  0.2s; 
	-ms-transition: all  0.2s; 
	-o-transition: all  0.2s; 
	transition: all  0.2s;
}
header nav a.instagram{
	-webkit-transition: all  0s; 
	-moz-transition: all  0s;
	-ms-transition: all  0s;
	-o-transition: all  0s;
	transition: all  0s;
}
header nav a:hover {
	color: #48B85e;
}
header nav ul {
	display: flex;
    align-items: center;
}
.header{
	position: relative;
}
.header video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: 1;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header .loader{
	display: none;
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	height: 140px;
	width: 140px;
	background: url('../images/loader-4.png') no-repeat center center;
	background-size: cover;
	z-index: 2;
	animation-name: rotate;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
}
.video-imagen img {
  display: none;
}
.frase-principal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 450px;
	z-index: 99;
}
.siguiente {
	display: block;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	bottom: 60px;
	z-index: 12;
}
.siguiente img {
	width: 30px;
}
.navbar-toggler, .logo-mobile {
	display: none;
}
/*End Header*/

/*Nosotros*/
.nosotros aside {
	display: inline-block;
	width: calc(50% - 34px);
	margin-right: 30px;
	box-sizing: border-box;
	background: url('../images/imagen-nosotros-1.jpg') no-repeat center center;
	background-size: cover;
	overflow: hidden;
	min-height: 400px;
}
.nosotros article {
	display: inline-block;
	box-sizing: border-box;
	min-height: 400px;
	width: 50%;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 10px;
}
.nosotros article p{
	text-align: justify;
}
.nosotros .slick-slider {
	min-height: 306px;
}
/*End Nosotros*/

/*Slider Servicios*/
.responsive aside, .responsive article {
	max-width: 80%;
	margin: 0 auto;
}
.responsive aside {
	position: relative;
	text-align: center;
}
.responsive .imagen-central {
	display: inline;
	border-radius: 50%;
	max-width: 180px;
}
.responsive figure {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
    bottom: -15%;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    width: 78px;
    height: 78px;
}
.responsive article {
	padding-top: 40px;
    text-align: center;
}
/*End Slider Servicios*/

/*Contacto*/
.contactenos h2 {
	text-align: center;
}
.contactenos figure {
	height: 400px;
	width: 100%;
	background-image: url(../images/mapa-campiar.png);
	box-shadow: -webkit-box-shadow: inset 0px 3px 8px -2px rgba(128,121,128,1);
	-moz-box-shadow: inset 0px 3px 8px -2px rgba(128,121,128,1);
	box-shadow: inset 0px 3px 8px -2px rgba(128,121,128,1);
	background-position: 50% 34%;
	background-repeat: no-repeat;
	background-size: cover;
}
.contactenos .bloque a{
	color: #5e5e5e;
}
.contacto {
	padding-top: 95px;
	padding-bottom: 70px;
}
.bloque {
	display: flex;
	justify-content: space-between;
}
.contacto .bloque:last-child aside {
	margin-top: 0;
}
.contacto aside {
	flex: 50%;
    padding-right: 200px;
    box-sizing: border-box;
}
.contacto ul li {
	display: flex;
	align-items: baseline;
	border-bottom: 1px solid #707070;
	padding: 30px 0;
}
.contacto ul li:last-of-type{
	flex-direction: column;
}
.contacto ul li:last-of-type > div{
	display: flex;
	margin-bottom: 20px;
}
.contacto ul li:last-of-type > div > img{
	height: 21px;
	margin-top: 8px;
}
.contacto li:first-child {
	padding: 0 0 45px 0;
}
.contacto li:last-child {
	border: 0;
}
.contacto aside img {
	margin-right: 10px;
}
.contacto article {
	flex: 50%;
}
.formulario {
	border: 1px solid #a1a1a1;
	padding: 20px 40px;
	margin-bottom: 25px;
	box-shadow: -webkit-box-shadow: 5px 4px 8px -2px #c7c6c6;
	box-shadow: 5px 4px 8px -2px #c7c6c6;
}
form input, form textarea {
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: 0;
	font-family: 'open_sansregular';
	font-size: 14px;
}
form input:focus {
	border-bottom: 1px solid #989696;
}
form input {
	height: 55px;
	border-bottom: 1px solid #c1c1c1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4;
	font-family: 'open_sansregular';
	font-size: 14px;
}
form textarea {
	border-bottom: 0;
	margin-top: 15px;
	height: 130px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a4a4a4;
	font-family: 'open_sansregular';
	font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
 	color: #a4a4a4;
	font-family: 'open_sansregular';
	font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4;
	font-family: 'open_sansregular';
	font-size: 14px;
}


/*Carousel-instagram*/
.instagram_feed {
	display: flex;
	/*max-height:400px !important;
	max-width: 400px !important; */
  }
  .instagram-carousel {
	text-align: center;
	padding: 40px 0;
  }
  .instagram-carousel ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
  }
  .instagram-carousel li {
	margin: 0 30px;
  }
/*Fin de Carousel Instagram*/

/*sección instagram
.instagram-carrousel {
	padding: 50px 0px;
	text-align: center;
}
.instagram-carrousel h2 {
	margin: 0 0 80px 0;
}
.instagram-carrousel #instaWidgetMedia {
    display: flex;
    overflow-x: auto;
}
.instagram-carrousel #instaWidgetMedia li {
    width: 100%;
    list-style: none;
    display: inline-block;
    padding: 0px 10px; 
}
.instagram-carrousel #instaWidgetMedia li .img-background {
    height: calc(16.66vw - 14px);
    background-size: cover;
}
/*fin de sección instagram*/

footer {
	background-image: url(../images/fondo-footer.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .contenedor {
	max-width: 1300px;
	padding: 60px 20px 70px 20px;
	display: flex;
	justify-content: space-between;
}
footer aside {
	flex: 50%;
	text-align: start;
}
footer nav {
	flex: 50%;
	padding-top: 0;
}
footer aside img {
	margin-bottom: 40px;
}
footer aside p {
	max-width: 290px;
	color: #cbcbcb;
	margin: 0;
}
footer nav ul {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
footer nav ul li {
	text-align: start;
	padding-bottom: 0;
}
footer nav ul li a {
	color: #48B85e;
	-webkit-transition: all  0.2s; 
	-moz-transition: all  0.2s; 
	-ms-transition: all  0.2s; 
	-o-transition: all  0.2s; 
	transition: all  0.2s;
}
footer nav a:hover {
	color: #fff;
}
footer .icono-social {
	background-position: center top;
}
footer .icono-social:hover {
	background-position: center bottom;
}

