@charset "utf-8";
/* CSS Document */



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 16px;
	color: #70777A;
    font-family: "Inter", sans-serif;
    
	}


body{
	/*overflow: hidden;*/
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a, input.button{ 
	text-decoration:none;
	color: #70777A;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}





/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #5E6467;
    border: none;
    padding: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #333;
}






/*HEADER --------------------------------------*/
header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}






nav.navbar {
    border: 0;
    margin-bottom: 0;
    min-height: inherit;
}

.navbar-nav>li>a {
    font-size: 18px;
    color: #5E6467;
    padding: 20px 50px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

.navbar-nav>li:first-child>a {
    padding-left: 0;
}


.navbar-nav>li:last-child>a {
    padding-right: 0;
}







div#logo {
	max-width: 360px;
}



div#logo a, div#logo a img {
    max-width: 100%;
}

.redes {}

.redes ul {
    display: flex;
    gap: 20px;
}

.redes a {
    color: #5E6467;
    font-size: 19px;
}


.navbar-nav>li>a:hover, .redes a:hover {
    color: #000;
}




/*------------------------------------------------------------------

	generales

-------------------------------------------------------------------*/


.navbar-collapse{
	padding: 0;	
}

.col-pl{
	padding-left: 80px
}



h1{
	font-size: 30px;
    line-height: 160%;
	font-weight: 400;
}


h2 {
    font-size: 25px;
    line-height: 160%;
    font-weight: 400;
}



h3 {
    font-size: 22px;
    line-height: 160%;
    font-weight: 400;
}




em{
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: italic;
}


a.btn {
    padding: 0;
    margin: 0;
    font-size: 17px;
}



.txt {
    max-width: 760px;
}


.txt p + p {
    margin-top: 30px;
}


section.verde {
    background-color: #BCC5C8;
}





body.menuopen {
    overflow: hidden;
	position: relative;
/*
	
	height: 100%!important;
*/
}



/*------------------------------------------------------------------

	INICIO

-------------------------------------------------------------------*/


section#inicio {
    padding: 80px 0;
    height: calc(100vh - 100px - 140px);
    position: relative;
    z-index: 2;
	margin-top: 100px;
}


section#inicio > .container{
	height: 100%
}



#inicio .row.flex {
    flex-direction: row-reverse;
}

#inicio .col-sm-9, #inicio .col-sm-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




#inicio .img img {
    margin: 0 auto;
}





#inicio h1 {
    padding-top: 35px;
}




/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/






section#servicios {
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}

#servicios .row.flex {
    padding: 160px 0 140px;
}

#servicios ol {
    margin-left: 30px;
	margin-top: 18px;
	max-width: 700px;
}


#servicios ol li {
    list-style-type: decimal-leading-zero;
    padding-left: 30px;
    font-size: 20px;
    line-height: 150%;
}


#servicios ol li::marker {
    font-family: "Libre Baskerville", serif;
    font-weight: 200;
    font-style: italic;
}

#servicios ol li + li{
	margin-top: 30px;
}



#servicios .imagenes {
    position: absolute;
    height: 100%;
    width: 36%;
    bottom: 0;
    left: 0;
	overflow: hidden;
}


#servicios .imagenes img {
	position: absolute;
	--servicios-img: 50%;
	width: var(--servicios-img);
}



#servicios .imagenes img.img1 {
    left: 30px;
    top: 46%;
}



#servicios .imagenes img.img2 {
	bottom: 0;
	left: calc( var(--servicios-img) - 25px)
}


#equipo .white {
    padding: 140px 0 80px;
}

.team:not(.veronica) {
    height: 680px;
}

.team-img {
    margin-bottom: 30px;
	max-width: 223px;
	margin-left: auto;
    margin-right: auto;
}

.team-img img{
	max-width: 100%;
}

#equipo h1 {
    margin-bottom: 70px;
}

.team-content {
}



.team-content h2 {
    margin-bottom: 30px;
}


.team-content .txt {
    margin: 0 auto;
    max-width: 1010px;
    font-weight: 300;
}

.team-content p {
	line-height: 160%;
	font-size: 17px;
	font-weight: 300;
}


#equipo .gris {
    padding: 60px 0;
	background-color: #F4F4F2;
}


#equipo .gris .container {
    position: relative;
}


#equipo .owl-carousel{
	max-width: 1100px;
	margin: 0 auto;
    position: unset;
}






#equipo .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
}

#equipo .owl-nav [class*="arrow-"] {
    width: 25px;
    height: 61px;
    background-image: url(images/flecha.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



#equipo .owl-nav .arrow-right {
    transform: rotate(180deg);
}



#equipo .owl-nav > div {
    position: absolute;
}

.owl-prev {
    left: 0px;
}


.owl-next {
    right: 0px;
}



section#contacto {
    padding: 140px 0;
	background-color: #869093;
}


section#contacto h1{
	color: #fff
}

.form {
    max-width: 620px;
}

.form-control {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    height: 50px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.form-control:focus {
    border-color: #6c6c6c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


textarea.form-control {
    height: 110px;
	resize: none;
}





.form-control::-webkit-input-placeholder{
	   color:#fff;
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:#fff; 
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:#fff; 
	}

.form-control:-ms-input-placeholder{  
	   color:#fff;
	}






.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}







input#enviar, #contact-submit {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 0;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
	position: relative;
	padding-left: 20px;
}

input#enviar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 20px;
    background-image: url(images/send.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.form-group.enviar {
    margin-top: 30px;
}

.form-group.enviar img {
    position: relative;
    top: -1px;
}

input#enviar:hover , #contact-submit:hover {
    color: #474747;
}



.row.datos {
    margin-top: 80px;
    color: #fff;
    letter-spacing: 0.5px;
}

.datos a {
    display: inline-block;
    margin-top: 12px;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}


.datos a:hover {
    color: #474747;
}




.requestSuccess {
    color: #fff;
}



/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
    color: #606060;
    padding-bottom: 0;
	background-color: #BCC5C8;
	padding: 60px 0;
	text-align: center;
	height: 310px
}


footer h2, footer h3 {
    font-weight: 300;
}

footer h2 {
    margin-bottom: 10px;
}








@media only screen and (min-width: 1399px) {

	.container {
	width: 1370px;
    }
}


@media only screen and (min-width: 1500px) {
	.container {
	width: 1570px;
    }
}



@media only screen and (max-width: 1499px) {
	.team-content p {
    font-size: 15px;
	}
	.col-pl {
    padding-left: 15px;
	}
	.datos a {
    font-size: 22px;
	}
	#contacto .datos .col-pl:first-child {
	padding-left: 50px;
	}

	#contacto .datos .col-pl:last-child {
	padding-left: 20px;
	}

}




@media only screen and (max-height: 800px) and (max-width: 1499px) and (orientation:landscape){
	
	#inicio .img img {
    max-width: 70%;
	}
}









@media only screen and (max-width: 1299px) {
	#contacto .datos .col-pl:first-child {
	padding-left: 15px;
	}

	#contacto .datos .col-pl:last-child {
	padding-left: 15px;
	}
	.datos a {
	font-size: 20px;
    }
}







@media only screen and (max-width: 1199px) {
	.navbar-nav>li>a {
    padding: 20px 40px;
	}
	#inicio .img img {
	max-width: 100%;
    }
	h1 {
    font-size: 26px;
	}
	h2 {
    font-size: 22px;
	}

	h3 {
	font-size: 20px;
	}
	
	#equipo .owl-nav {	
    width: 104%;
    left: -10px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-nav>li>a {
    padding: 20px 20px;
	}
	h1 {
    font-size: 24px;
	}
	h2 {
    font-size: 22px;
	}

	h3 {
	font-size: 20px;
	}
	.datos a, .datos p, .datos {
	font-size: 20px;
	text-align: center;
    }
	
	#contacto .datos .col-pl:last-child, #contacto .datos .col-pl:last-child .col-md-6 + .col-md-6 {
	margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
	.row.col-equal {
    display: table;
	width: 100%;
	height: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: top;
	}
	header .row {
    display: flex;
    align-items: center;
	}
	
	#navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
	
	
	.row.flex {
    display: flex;
    height: 100%;
	}
}


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



@media only screen and (max-width: 767px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}
	
	
	.col-pl {
    padding-left: 15px;
	}
	
	
	button.navbar-toggle {
    margin: 0;
    padding: 0;
    border: 0;
	}

	.navbar-toggle .icon-bar {
    background-color: #000;
	}
	
	header .navbar-collapse {
    padding: 0;
    overflow: hidden!important;
    width: 100%;
    height: auto;
	border: 0 ;
	}
	
	.header-mov {
    display: flex;
    z-index: 9;
    position: relative;
	justify-content: space-between;
 }
	div#logo {
    max-width: 360px;
    width: 80%;
    margin-right: 15%;
	}
	
	
	.navbar-nav>li>a, .navbar-nav>li:first-child>a {
	font-size: 22px;
	padding: 20px 0px;
	}
	.navbar-nav {
	margin: 40px 0 50px;
	height: auto;
	}
	
	
	header {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: #fff;
	}
	
	header .redes {
    padding: 3px 0px 4px;
	}
	
	nav{
	padding: 40px 15px 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	backgr;
	background-color: #fff;
	der-radius: 0px 0px 0px 50px;
	right: -100%;
	transition: all 0.5s;
	z-index: 5;
	box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.05);
	overflow: auto;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	}
	
	section#inicio .row.flex {
    display: block;
	}
	
	section#inicio {
    margin-top: 0px;
	}
	
	section#inicio .txt {
    margin-bottom: 50px;
	}
	section#inicio .cta{
    margin-bottom: 50px;
	}
	
	#inicio .img {
    height: 460px;
    top: -20px;
    position: relative;
	}
	
	#inicio .img img {
    max-height: 100%;
    width: auto;
	}
	
	section#servicios {
    padding: 210px 0 160px;
	}

	
	h1 {
    margin-bottom: 60px;
	}
	
	
	footer {
    height: auto;
	}
	
	.datos a {
    margin-bottom: 40px;
	}
	
	#servicios .imagenes {
    width: 100%;
    overflow: hidden;
    z-index: -1;
	}
	#servicios .txt {
    padding-left: 15px;
	}
	
	#equipo .owl-nav {
	width: 100%;
	left: 0;
    }
	#contacto .datos .col-pl:last-child, #contacto .datos .col-pl:last-child .col-md-6 + .col-md-6 {
	margin-top: 0px;
    }
	
}
/*  767 */









@media only screen and (max-width: 543px) {
	#inicio h1 {
    padding-top: 25px;
	}
	
	h1 {
    font-size: 24px;
	}
	
	h2 {
    font-size: 21px;
	}


	h3 {
	font-size: 18px;
	}

	h1 {
	margin-bottom: 20px;
    }
	
	section#inicio {
    margin-bottom: -160px;
    padding-bottom: 0;
	height: auto;
	}
	section#servicios {
	padding: 160px 0 160px;
    }
	
	#equipo .white {
    padding: 80px 0 80px;
	}
	
	.team-img {
    margin-bottom: 20px;
    max-width: 160px;
	}
	
	.team-content h2 {
    margin-bottom: 10px;
	}
	
	#equipo .owl-nav {
    top: 10%;
	}
	#equipo .owl-nav [class*="arrow-"] {
    width: 15px;
    height: 36px;
	}
	
	.owl-prev {
    left: 10px;
	}
	.owl-next {
    right: 10px;
	}
	
	section#contacto {
    padding: 80px 0;
	}
	
	.datos a {
    font-size: 19px;
	}
	
	#servicios ol li {
    font-size: 17px;
	}
}
/*  543 */

@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
}

@media only screen and (max-width: 414px) {	

}

@media only screen and (max-width: 375px) {
	h1 {
    font-size: 22px;
 	}
	
	h2 {
    font-size: 20px;
	}


	h3 {
	font-size: 18px;
	}
	#servicios ol li {
    font-size: 16px;
	padding-left: 20px;
	}
	
	.team-content p {
    line-height: 150%;
    font-size: 15px;
	}
	.datos a {
	font-size: 18px;
    }


}


@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {
}














