html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px; /* altura del sticky nav */
}
.grecaptcha-badge { 
	visibility: hidden; 
}
/*GLOBALS*/
@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/CaviarDreams.eot');
    src: url('../fonts/CaviarDreams.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams.woff2') format('woff2'),
        url('../fonts/CaviarDreams.woff') format('woff'),
        url('../fonts/CaviarDreams.ttf') format('truetype'),
        url('../fonts/CaviarDreams.svg#CaviarDreams') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yeseva One';
    src: url('../fonts/YesevaOne-Regular.eot');
    src: url('../fonts/YesevaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YesevaOne-Regular.woff2') format('woff2'),
        url('../fonts/YesevaOne-Regular.woff') format('woff'),
        url('../fonts/YesevaOne-Regular.ttf') format('truetype'),
        url('../fonts/YesevaOne-Regular.svg#YesevaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/CaviarDreams-Bold.eot');
    src: url('../fonts/CaviarDreams-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('../fonts/CaviarDreams-Bold.woff') format('woff'),
        url('../fonts/CaviarDreams-Bold.ttf') format('truetype'),
        url('../fonts/CaviarDreams-Bold.svg#CaviarDreams-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.marker{
    display: block;
    position: relative;
    top: -260px;
    visibility: hidden;	
}

.marker2{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;	
}

.font1{
	font-family: 'Yeseva One';
	font-style: normal;
}

.font2{
	font-family: 'Caviar Dreams';
	font-style: normal;
}
.thin{
	font-weight:200 !important;
}

.light{
	font-weight:300 !important;
}
.regular{
	font-weight:400 !important;
}
.medium{
	font-weight:500 !important;
}
.semibold{
	font-weight:600 !important;
}
.bold{
	font-weight:bold !important;
}
.extrabold{
	font-weight:800 !important;
}
.underline{
	text-decoration:underline;
}
.italic{
	font-style:italic;
}
.cursor{
	cursor:pointer;
}
.text-justify{
	text-align: justify;
	text-align-last: center;
}
.text-justify2{
	text-align: justify;
	text-align-last: left;
}
.nowrap{
	white-space:nowrap;
}

.box-1-full{
	width:70%;
}
.wow {
   visibility: hidden;
}

.error{
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #fff;	
}

.g-recaptcha{
    float: none;
    margin: 0 auto;
    display: inline-block;	
}

html, body{
background:#104747;
color:#fff; 
font-family: 'Poppins';
}
body{
	overflow-y: scroll;
}
a, button{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover, button:hover{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

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

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	border-radius: 0 !important;
	border: 1pt solid #2F9494 !important;
	background:#fff !important;	
	color: #4E4F51 !important;
  box-shadow: none!important;
  outline: 0 none!important;
}

input::placeholder , textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4F51 !important;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4E4F51 !important;
  font-weight:300 !Important;
}

input::-ms-input-placeholder , textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #4E4F51 !important;
}


.fullheight{
	min-height: calc( 110vh - 108px ) ;
	height:calc( 110vh - 108px );
	margin-top:108px;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2F9494; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2F9494; 
}

.heightnav{
	height:50vh;
}

.show{
	display:inherit;
}

/* FIN GLOBALS*/

.pnav{
	padding-top: 165px;
}

.navigation{
width:100%;
z-index: 3;
margin:0;
padding:15px 0 15px 0;
background: #fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index:9;
}

.img-logo{
	height:88px;
	width: auto;
}
.nav-right{
	margin-top:30px;
}
.nav-list{
	padding: 0;
	margin: 0;
	display:inline-block;
}
.nav-list li{
	float:left;
	list-style-type: none;
    padding: 0 20px 0 20px;
    border-right: 2pt solid #104747;
}

.nav-list li:last-child{
    border-right: none;
}

.nav-list li a{
	font-size: 16px;
	text-transform: uppercase;
	color: #104747;
	font-family: 'Caviar Dreams';
	font-weight: bold;
	letter-spacing: 1px;
}

.nav-list li a:hover, .nav-list li a:focus, .nav-list li a:active{
	color: #104747;
}
.nav-list li a.active{
	color:#2F9494 !important;
}
/*MENU MOBILE*/
.btn-menu{
	cursor:pointer;
	display:none;
}
.img-menu{
	height:30px;
	width: auto;	
}
#navigation-expand{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height: 100vh;
	background: #fff;
	z-index:999;
	display:none;
	padding-top: 60px;
}

.btn-close-menu{
	height:30px;
	width: auto;
	cursor:pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.navigation-menu{
	margin: 0 auto;
	padding: 0;
	display:inline-block;
}
.navigation-menu li{
	list-style-type:none;
	margin-bottom:20px;
}
.navigation-menu li>a{
	font-family: 'Caviar Dreams';	
	font-size: 24px;
	text-transform: uppercase;
	color: #104747;
}


.sticky{
background-color:#103327;
padding-top: 15px;
padding-bottom: 15px;
margin-top:0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.sticky .nav-right{
    margin-top: 15px;	
}

.img-logo-nav{
	width: 100%;
	max-width: 300px;
}
/*END MENU MOBILE*/


.bg-grey{
	background-image: url('../images/bg-texture-green2.jpg?v=2');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.claim{
font-size:60px;
text-transform:uppercase;
letter-spacing:.5pt;
}

.box1{
	max-width:90%;
	margin: 0 auto;

}
.box5{
	
}
.txt1{
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 1.65px;
	text-align: justify;
	margin-left:5px;
	max-width: 710px;
	border-top:1.5px solid #fff;
}
.go-down{
	margin-bottom: 10vh;
}
.go-down img{
width:70px;
margin-top: 40px;
}

.section1{
	background:#fff;
	border: 1pt solid #104747;
	margin-top: -15vh;
	padding-left: 150px;
	padding-right: 150px;
	padding-top:60px;
	padding-bottom:15px;
	position:relative;
	z-index:3;
	border-bottom:0;
}
.section1-b{
	background:#fff;
	border: 1pt solid #104747;
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
	z-index:3;
	border-top:0;
}


.txt2{
	font-size: 38px;
	letter-spacing: 2px;
	color:#104747;
	text-transform:uppercase;
	margin-top:60px;
}

.txt3{
	color:#104747;
	font-weight: 300;
	font-size:22px;
	letter-spacing: 1pt;
}

.txt4{
	color:#2F9494;
	text-transform:uppercase;
	letter-spacing: 1pt;
	font-size:20px;
	margin-top:40px;
	margin-bottom:10px;
}
.txt5{
	color:#104747;
	font-size:16px;
}

.box2{
	margin-top: 35px;
	margin-bottom: 35px;
}

.arrow-down2{
width:70px;
}

.link1{
    position: absolute;
    bottom: -35px;
    margin: 0 auto;	
	margin-left: -35px;
}

.section2{
	border: 1pt solid #104747;
	border-top: 0;
	padding-top:190px;
	padding-bottom:190px;
	text-align:center;
	position:relative;
	z-index:2;
}

.bg-services{
	background-image: url('../images/bg-servicios-green2.jpg');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}


.txt6{
	font-size: 38px;
	letter-spacing: 2px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:60px;
}

.txt7{
	color:#fff;
	font-weight: 300;
	font-size:22px;
	letter-spacing: 1pt;
}
.box3 .feather{
	stroke-width:2px;
	position:absolute;
	float:right;
	right:25px;
	bottom:25px;
}
.box3 {
	position:relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* o center */
  border-bottom: 1.5px solid #fff;
  padding: 25px 15px;
  text-align: left;
  gap: 1rem; /* espacio entre icono y texto */
  flex-direction: row; /* horizontal */

}

.box3-left {
  flex: 0 0 20%; /* no crece, no se encoge, ocupa 20% */
  text-align: left;
}

.box3-left img {
  max-height: 90px;
}

.box3-right {
  flex: 1;
  padding: 0 10px;

}

.aj1{
margin-bottom:60px;	
}
.txt7{
	font-size:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.txt8{
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
	color:#f2f2f2;
	padding-bottom:15px;
}

.section3{
	padding-top:90px;
	padding-bottom:90px;
	margin-bottom:90px;
	text-align:center;
	position:relative;
	z-index:1;
	border: 2pt solid #2F9494;	
}

.textarea-style, .input-style{
	border-radius:0;
	font-size:15px;
}

.invalid-feedback{
	margin-bottom:25px;
}

.txt10{
font-size:13px;
}
.txt10 a{
	color:#fff;
	text-decoration:underline;
}
.btn1{
	color:#fff;
	text-transform:uppercase;
	background:transparent;
	border: 0;
	font-size:22px;
	margin-top: 15px;
	letter-spacing:1px;
}
.btn1:hover, .btn1:focus, .btn1:active{
	opacity:.8;
}
.txt11{
	font-size: 38px;
	letter-spacing: 2px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
}
.bg-gradient1{
background: #2F9494;
background: linear-gradient(90deg, rgba(47, 148, 148, 1) 0%, rgba(16, 71, 71, 1) 73%);
}
.bg-gradient2{
background: #2F9494;
background: linear-gradient(90deg, rgba(47, 148, 148, 1) 0%, rgba(16, 71, 71, 1) 100%);
}
.space1{
	width: 100%;
	height:35px;
}

.txt12{
	font-weight: bold;
	text-transform:uppercase;
	font-size:14px;
}
.txt13{
	font-size:14px;
}
.box4{
	padding:25px;
}

.section4{
	padding-top:90px;
	padding-bottom:90px;
	position:relative;
	z-index:0;
}

.logo-foot{
	width:190px;
}
.bg-green{
	background-color:#104747;

}
.bg-green-c{
	background-color:#2F9494;	
}
.section5{
	padding-top: 60px;
	padding-bottom: 75px;	
	position:relative;
	text-align:Center;
	background: #2F9494;
}
.arrow-right{
	width:10px;
    margin-top: -15px;	
}
.txt14{
	font-weight:bold;
	font-size: 38px;
	text-transform:uppercase;
	vertical-align:top;
	letter-spacing:1pt;
	color:#fff;
	
}
.btn2{
	font-size:18px;
	letter-spacing:1pt;
	color:#Fff;
	text-transform:uppercase;
	position:relative;
}
.txt14:hover, .txt14:focus, .txt14:active, .txt14 .btn2:hover, .txt14 .btn2:focus, .txt14 .btn2:active{
	color:#fff;
	opacity:.8;
}
.btn4{
	font-size:16px;
	color:#fff;
	border:0;
	background:transparent;
	padding:0;
	text-transform:uppercase;
	position:relative;
}
.btn4:hover, .btn4:focus, .btn4:active{
	color:#fff;
	opacity:.8;
}


.line1{
	width:60px;
	height:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	bottom:-10px;
	right:70%;
}
.line2{
    width: 60px;
    height: .5pt;
    background: #2F9494;
    display: block;
    margin: 0 auto;
}
.line3{
	width:60px;
	height:1px;
	background:#fff;
	display:inline-block;
}
.line4{
width: 100px;
height: 1px;
background: #fff;
display: inline-block;
top: -10px;
position: relative;	
}
.txt15{
	font-size:10px;
	font-style: italic;
	margin:0;
}
.txt15 a{
	color:#fff;
}
.animation, .animation:hover, .animation:focus, .animation:active{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;		
}
.hover1, .hover2, .line1{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;	
}
.hover1:hover, .hover1:focus, .hover1:active{
	color:inherit;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;		
}
.hover2:hover, .hover2:focus, .hover2:active{
opacity:.8;
color: inherit;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;		
}

.hover2:hover>.line1, .hover2:focus>.line1, .hover2:active>.line1{
opacity:.8;
color: inherit;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;		
}

.section6{
	border-top: 1pt solid #fff;
	padding-top:25px;
	padding-bottom:45px;
	background: #2F9494;
}
.link2, .link2:hover, .link2:focus, .link2:active{
    text-decoration:underline;
}
.alert-custom-success{
	background:#2F9494;
}
.section7{
	
	text-align:center;
	position:relative;
	z-index:0;
	padding-top:90px;
	padding-bottom:90px;
	margin-top:115px;
	padding-bottom:90px;
		
}
.section7 form{
	border: 2pt solid #2F9494;	
	padding:40px 120px;	
}
.bg-cv{
	background-image: url('../images/bg-cv.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.txt16{
	font-size:12px;
	font-style: italic;
	margin:0;
}

.btn3 img{
	width:20px;
}
.relative{
	position:relative;
}
.btn3{
    position: absolute;
    float: right;
    right: 30px;
    top: 15px;
}
#legal{
	
}
#legal p,#legal h5, #legal h6 {
color:#1F2024;	
}
.modal-title{
	font-size: 18px;
text-transform:uppercase;

}
.modal-header{
    border-bottom: 0;
padding-bottom: 0;	
}
.modal-body-content p{
	font-size: 12px;
}
.modal-body-content h5{
font-size: 16px;
font-weight:600;	
}
.modal-body-content h6 {
	font-size: 12px;	
}
.close-modal{
	background:transparent;
	border:0;
	position: absolute;
    top: 20px;
    right: 15px;	
	z-index:9;
}
.modal-body-content{
	padding-right:15px;
}
.close-modal img{
	width:25px;
}
.modal-content{
	border-radius:0;
	border: 2pt solid #104747;
	padding:25px;
}
.txt17{
	font-size:22px;
}
.txt19{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
	color:#383838;
	margin-bottom:20px;
}
.list-modal{
	padding:0;
	margin:0;
  list-style-position: inside;	
}
.list-modal li{
	font-weight: 400;
	color:#383838;
	margin-bottom:20px;
	font-size: 16px;
	position: relative;
	padding-left: 0;	
  
}
.list-modal li::marker {
  color: #2F9494;
  font-size: 0.8em;
}
/* responsive */
@media(min-width: 576px){
	.modal-dialog{
		max-width: 90%;
	}
	.modal-body-content{
	height: 70vh;
	overflow:auto;
	}	
}
@media(max-width: 400px){
	.fullheight{
		margin-top:-45px !important;
	}	
}
@media(max-width: 576px){
	.claim{
	    font-size: 40px;	
	}
	.box3-left img{
		max-height: auto;
		width:100%;
	}
}
@media(max-width: 767px){
	.nowrap{
		white-space:inherit;
	}
}
@media(max-width:1250px){
	.nav-list li{
		margin-left:30px;
	}
}
@media(max-width:1199px){
	/*MENU MOB*/
	.navigation{
    padding: 20px 0;		
	}
	.nav-left{
    padding-left: 10px;		
	}
	.nav-right{
    padding-right: 10px;		
	}	
	.nav-list{
		display:none;
	}
	.img-logo {
    height: auto;
    width: auto;
    max-height: 90px;
	}	
	.btn-menu{
	display:inline-block;
	}
	.fullheight{
	min-height: auto;
	height: auto;
	margin-top:90px;
	}
	.section1{
	 margin-top:-120px;	
     padding-left: 60px;
     padding-right: 60px;	 
	}
	.section1-b{
     padding-left: 30px;
     padding-right: 30px;			
	}
	.box1{
	padding-top: 200px;
	padding-bottom: 200px;	
	width:100%;		
	}
	.box2 {
    margin-top: 15px;
    margin-bottom: 15px;
	}	
	.form-contact{
     padding-left: 30px;
     padding-right: 30px;			
	}
	/* END MENU MOB*/	
	.txt16{
		font-size: 14px;
	}
	.txt16 span{
		font-size: 12px;
	}		
	.txt8{
	padding-bottom:25px;
	}
	.section7 form{
		padding:40px 15px;	
	}	
	
}


@media(max-width:770px){
	nav.navigation.sticky{
		margin-top: 0;	
	}
	
	#navigation-expand .nav-left{
		padding-left:0;
		text-align:center;
	}

}

@media(max-width:767px){
	.box1{
	    padding: 200px 0;
	}

	.txt1{

		font-size:28px;
		letter-spacing:.5pt;
		text-align-last: center;
	}
	.section1{
	 margin-top:-120px;	
	}	 
	.arrow-down, .arrow-down2{
		width:55px;
	}
	.box-1-full{
		width:95%;
	}
}

@media(max-width:690px){
.nav-right{
	margin-top:15px;
}
}
