

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #7A8080;
}


h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 48px; 

	
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px; 
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 28px; 
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 26px;
	
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 23px;
}

h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
}  

p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
 
.font-weight-bold {
    font-weight: 500!important;
} 
 
.icon{
	font-size:30px;
	color: white;
}

.icon:hover{
	font-size:30px;
	color: #d70c19!important;
}

.icon-1{
	font-size:18px;
	color: white;
}

.icon-1:hover{
	font-size:18px;
	color: #d70c19!important;
}	


/*form*/ 

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #706e70!important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfbfc1;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.bg-form {
    background: #efefef;
}
/*form*/ 

/*background colors*/

.bg-gray1{
	background: #252728;
	
}

.bg-gray2{
	background: #efefef;
	
}

.bg-black{
	background: black;
}


.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

/*background colors*/

/*fonts*/

.w300{
	font-weight: 300!important;
}

.txt-form{
	color: #706e70;
}

.txt-form::placeholder{
	color: #706e70!important;
}

.txt-red{
	color: #d70c19;
	
}

.txt-g1{
	color:#4E5356!important;
}	

.txt-shadow{
	text-shadow: 2px 2px 2px #000;
}
/*fonts*/


/*buttons*/
.btn-send{
    background: #d70c19;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-send:hover{
    background:#a40711;
    color: white;
    border-radius: 0px;
    font-size:  14px;
	margin-left: 5px;
	margin-top: 5px;

}

.btn-call{
    background: #d70c19;
    color: white;
    border-radius: 0px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-call:hover{
    background: #a40711;
    color: white;
    border-radius: 0px;
    font-size:  16px;
	margin-left: 5px;
	margin-top: 5px;

}
 
.btn-whats{
    background: #5bb552;
    color: white;
    border-radius: 0px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-whats:hover{
    background: #489040;
    color: white;
    border-radius: 0px;
    font-size: 16px;
   	margin-left: 5px;
	margin-top: 5px;
} 


.btn-1 {
    background: white!important;
    font-weight: bold;
    color: #252728;
    font-size: 18px;
    border-radius: 0px;
}

.btn-1:hover{
    background:#252728!important;
    font-weight: bold;
    color: white;
    font-size: 18px;
    border-radius: 0px;
}


.btn-outline-white{
	
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600!important;
	font-size: 18px;
	border-radius: 0px;
	border-color: white;
}

.btn-outline-white:hover{
	background: white;
	font-weight: 600!important;
	color: black;
	text-shadow: none!important;
	font-size: 18px;
	border-radius: 0px;
}
/*buttons*/



 /* parallax*/
.parallax1 { 
  /* The image used */
  background: url(../img/parallax1.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


.parallax2 { 
  /* The image used */
  background: url(../img/parallax2.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
/*parallax*/

.parallax3 { 
  /* The image used */
  background: url(../img/parallax3.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


.border-end {
    border-right: 1px solid rgba(0,0,0,.1) !important;
} 
/* parallax*/

/*backgrounds no effect*/

.bg1 {
    background: url(../img/bg-1.webp) center center no-repeat;
    background-size: 100%;
    height: 700px;
}

.mt-bg1-txt{
	margin-top: 410px;
	
}


.bg2 {
    background: url(../img/bg-2.webp) center center no-repeat;
    background-size: 105%;
    height: 800px;
}


/*backgrounds no effect*/







/*box*/
 
.gray-box {
    border-top: 1px solid black;
    border-right: 1px #6F6D6F solid;
    border-left: 1px #6F6D6F solid;
    border-bottom: 1px #6F6D6F solid;
    padding: 20px;
    background: white!important;
}
/*box*/



/*btn gallery*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #252728!important;
    border-radius: 0px;
}

.txt-dark{
	color: #252728!important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #6F6D6F;
} 
/*btn gallery*/


/*banner*/ 

#banner {
    background-image: url(../img/dolphin-banner.webp); 
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
/*banner*/ 


/*colors car carousel*/
ul.colores {
    display: inline-block;
    list-style: none;
    padding: 0px; 
}
ul.colores li {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100px;
}
 
.colores #surfing-blue {
    background: #1c315c;
}

.colores #adventuring-green {
    background: #353f34;
   
}

.colores #climbing-grey {
    background: #454545;
} 

.colores #skiing-white {
    background: #c9c9c9; 
}


.colores #freerunningred {
    background: #631b1b;
}
/*colors car carousel*/

/*amenities box*/
.graybox {
    border-top: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom:1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 16px;
}
/*amenities box*/

/*Accordeon*/

.card-header {
    padding: 2px 2px!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0px solid rgba(0,0,0,0);
}

.card-header:hover {
    background-color: #d70c19;

}

.card-header:first-child {
    border-radius: 0px!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px!important;
}

.btn-link {
    font-weight: 600;
    color: #d70c19;
    text-align: center!important;
}

.btn-link:hover {
    font-weight: 600;
    color: white;
    text-align: center!important;
}
/*Accordeon*/ 



/*classvideo*/
.margin-video{
	margin-top: -15px!important;
	margin-bottom: -15px!important;
	
}

#videopanel {height: 0px; transition: height .3s ease;}
#videopanel.showvideo {height: 473px !important;}
#videopanel video {width: 100%; position: absolute; top:0; z-index: -99999999;}
#vermas{ border-radius: 20px; padding: 0px 10px; font-size: 1.5rem; font-weight: bold; margin: auto;}



@media (max-width: 768px){
	#videopanel.showvideo {
		height: 238px !important;
	}
.txt-movil{
	font-size: 32px;
} 

 
#banner {
    background-size: 170% auto;
    background-position: -31px 0px;
}
 


.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 320px;
	margin-bottom: 20px;
	background: #bfbfc1; 

}

.txt-g1-m{
	color: #d70c19!important;
	
}
 

/*bg movil*/
.bg1 {
    background: url(../img/bg-1-v2.webp) center center no-repeat;
    background-size: 324%;
    height: 560px;
    background-position: -280px 0px;
}

.mt-bg1-txt{
	margin-top: 0px;
	
}


.bg2 {
    background: black!important;
    height: auto!important;
    }


}

