@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,500,600|Just+Another+Hand');

	/*-font-family: 'Comfortaa', cursive;-*/
	/*font-family: 'Just Another Hand', cursive;*/

body {
	background: #fff;
	font-size: 14px;


}


 .fondo {
 	position: relative;
 	background: url("../img/bg-img.jpg");
 	width: 100%;
 	height: 100vh;
 	background-size: cover;
 	background-position: center;
 	max-height: 720px;
 	overflow: hidden;
 }


/*.videobg {

	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	z-index: 0;
	background-color: #fff;
	-ms-transform: translateX(50%) translateY(50%);
	-moz-transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
} */


.logo {
	margin: 5px;
	width: 150px;
	height: auto;
 }

.navbtns {
	font-family: 'comfortaa';
	text-transform: uppercase;
	font-size: 0.9em;
}

.navreg {
	font-family: 'comfortaa';
	text-transform: uppercase;
	font-size: 0.9em;
}

.navreg:hover {
	color: #ff8700;
	transition: .5s;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.2, 1.2, 1.2);
}

.navini {
	/*color: #ff6900 !important;*/
	font-family: 'comfortaa';
	text-transform: uppercase;
	font-size: 0.9em;
}

.navini:hover {
	color: #ff8700;
	transition: .5s;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.2, 1.2, 1.2);
}

/*#btn-reg {
	background-color: rgba(255,135,0); 
	text-align: center;
	font-size: 0.9rem;
	font-family: 'comfortaa';
	border-radius: 30px;

	border-color: rgb(255,155,0);

}

#btn-reg:hover {
	background-color: rgba(255,175,0);
	border-color: #cc6633;
	color:  #cc6633; 
}


#btn-ini {
	font-size: 0.9rem;
	font-family: 'comfortaa';
	border-radius: 30px;
	border:2px solid;
	font-weight: 600;

}*/

.fa-instagram {
	color: #ff6900;
	font-size: 1.2rem;
}

.fa-facebook-f {
	color: #ff6900;
	font-size: 1.2rem;
}
.fa-twitter {
	color: #ff6900;
	font-size: 1.2rem;
}

.header-form {
	margin: 0;
	padding: 0 10 0 10;
}

#flights-sec, #veh-sec, #hotel-sec, #insure-sec {
	background-color: rgba(102,102,102,.7);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	
}

#flights-sec:hover {
	background-color: rgba(77,77,77,.7);
	transition: .5s;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.2, 1.2, 1.2);
}

#veh-sec:hover {
	background-color: rgba(77,77,77,.7);
	transition: .5s;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.2, 1.2, 1.2);
}

#hotel-sec:hover {
	background-color: rgba(77,77,77,.7);
	transition: .5s;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.2, 1.2, 1.2);
}

#insure-sec:hover {
	background-color: rgba(77,77,77,.7);
	transition: .5s;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.2, 1.2, 1.2);
}


.fa-plane-departure, .fa-car, .fa-building, .fa-shield-alt {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}

.fa-plane-departure:active {
	color: #b3b3b3;
}
.fa-car:active {
	color: #b3b3b3;
}
.fa-building:active {
	color: #b3b3b3;
}
.fa-fa-shield-alt:active {
	color: #b3b3b3;
}

.bg-form {
	background-color: rgba(255,135,0,.6); 
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-radius: 15px 15px 0px 0px;
	z-index: 1;

}



.sec-form {
	
	font-family: 'comfortaa';
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

@media (max-width: 768px) {
	#sec-form {
		font-size: .8rem;
	}
}

.r-form {
	border-radius: 30px!important;
}


.r-form-a {
	border-top-left-radius: 30px!important;
	border-bottom-left-radius: 30px!important; 
}

.r-form-b {
	border-top-right-radius: 30px!important;
	border-bottom-right-radius: 30px!important;  
}

.line-form {
	width: 500px;
	max-width: 500px;
	border-top: 1px solid #ffff;
	padding: 5px; 
}

.sec-form2 {
	
	font-family: 'comfortaa';
	color: #fff;
	font-size: 0.85rem;
	/*text-align: center;*/
	font-weight: 600;
	color: #fff;
}



#btn-srch {
	background-color: rgba(102,102,102,.7);
	font-size: 0.9rem;
	font-family: 'comfortaa';
	border-radius: 30px;
	
	font-weight: 600;
}

#logov2 {
	max-width: 200px; 
	max-height: 200px;
	border-radius: 50%;
	min-width: 150px;
	min-height: 150px;

}



#vent-title {

	color: #ff6600;
	font-size: 3.5rem;
	font-family: 'comfortaa';
	font-weight: 400;
}

@media (max-width: 768px) {
	#vent-title {
		font-size: 2rem;
	}
}


#vent-title2 {
	color: #464646;
	font-size: 2rem;
	font-family: 'comfortaa';
	font-weight: 400;

}

@media (max-width: 768px) {
	#vent-title2 {
		font-size: 1rem;
	}
}

#vent-ico {
	background-color: #ff6600;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	transform: translate(0px,60px);
}

#vent-ico2 {
	background-color: #ff6600;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	
}

#vent-content {
	background-color: transparent;
	width: 200px;
	height: 270px;
	
}
 #text-title {
	font-size: 1.5rem;
	font-family: 'comfortaa';
	color: #464646;
 }

.line {
	width: 120px;
	border-top: 2px solid #ff6600; 
}

#main-2 {
	
	background: url("../img/bg-img-2.jpg") ;
 	height: auto;
 	background-size: cover;
 	background-position: center;
}

.cls-2 {

	fill: #ff6900
}

#img-titles {
	width: auto;
	height: 600px;
}

#slogan {
	font-size: 6rem;
	color:  #fff;
	font-family: 'Just Another Hand';
}

@media (max-width: 960px) {
	#slogan {
		font-size: 5rem;
	}
}

@media (max-width: 720px) {
	#slogan {
		font-size: 4rem;
	}
}

@media (max-width: 330px) {
	#slogan {
		font-size: 3.5rem;
	}
}

#main-3 {
	color: #fff;
	background-image:  linear-gradient(#ff6900, #ff6500);
	width: 100%;
	height: auto; 
}



#textsupport {
	font-family: 'comfortaa';
	font-size: .9rem;
}

@media (max-width: 960px) {
	#textsupport {
		font-size: .8rem;
	}
	
}

@media (max-width: 720px) {
	#textsupport {
		font-size: .75rem;
	}
}

/*card properties*/

.card-container, .frontc, .backc {
	max-width: 250;
	height: 370px;
	border-radius: 10px;
	padding: 0 0 10 0;
}

#sidecards {
	background-color: #464646;
	color: #fff;
	/*height: auto;*/
	/*width: auto;*/
	padding: 0 0 10 0;
	font-family: 'comfortaa'
}

#cardm {
	max-width: 300px;
	height: auto;
	border: 0px;
}

#card-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.line2 {
	width: 200px;
	border-bottom: 1px solid #ff6600; 
}

.readmore:hover {
	text-decoration: none;
}

.fa-search-plus {
	font-size: 2rem;
	color: #fff
}

.fa-search-plus:hover {
	color: #ff8700;
}

/* entire container, keeps perspective */
.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
    transform: none;
}

/* flip speed goes here */
.card {
	-webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.frontc, .backc {
	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.frontc {
	z-index: 2;
}

/* back, initially hidden pane */
.backc {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

/*FOOTER*/

#footerv1111 {
	background-image: url('../img/bg-footer.png');
	background-size: cover;
	background-attachment: fixed;
	padding-bottom:50px;
	color: #fff;
}

#list-items {
	background-color: unset;
	border: 0px;
}

#a-footer {
	color: #ffff;
	font-family: 'Comfortaa';
	font-size: .8rem;
	text-decoration-line: none;
}

#p-footer {
	width: 240px;
	font-size: .8rem;
}

.line3 {
	max-width: 900px;
	border-top: 1px solid #ff6600;
	padding: 5px; 
}

@media (max-width: 900px) {
	#info-footer {
		font-size: 1.5rem;
	}
}

@media (max-width: 764px) {
	#info-footer {
		font-size: 1.2rem;
	}
}

@media (max-width: 540px) {
	#info-footer {
		font-size: .9rem;
	}
}	

@media (max-width: 375px) {
	#info-footer { 
		font-size: .8rem;
	}
}

/*accordion*/

#accordionfooter {
	max-width: 500px;
	height: auto;

}

#btnlink{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-family: Comfortaa;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1rem;
}

.line4 {
	width: 50px;
	border-top: 1px solid #fff;
	 
}

/*MODAL STYLE*/
.modal-dialog {
	max-width: 400px;
}

.modal-content {
	border-radius: 1.5rem;
}
.modal-header, .header-sec {
	height: 100px;
	background-color: #ffff;
	/*background-image:  linear-gradient(#ff8700 2px, #ffff 100px);*/
	background-color: #ff8700;
	border-bottom: 0px;
	border-top-right-radius: 1.5rem;
	border-top-left-radius: 1.5rem;
}

.btn-close {
	margin: 0;
	padding: 2px;
}

.divider {
	height: 50px;
	border-right: 1px rgba(77,77,77,.7);
}

.modal-select {
	width: 130px;
	height: 40px;
	background-color: unset;
	text-decoration: none;
	color: #404040;
}

.modal-select.active{
	background-color: grey!important;
	padding: 5px 10px;
	border-radius: 30px;
	color: #ffff;

}

.modal-select:hover {
	color: #ff8700;
	padding: 5px 10px;
	border: 1px solid #ff8700;
	/*background-color: rgba(77,77,77,.7);*/
	transition: .5s;
	border-radius: 30px;
}

.tabmod1, .tabmod2 {
	font-family: 'comfortaa';
	font-size: 1.3rem;
	margin-bottom: 0;
}

.formfigure {
	border-top-right-radius: 30px!important;
	border-bottom-right-radius: 30px!important;
}

.formfigure2 {
	border-radius: 30px;
}

.navlnk {
	color: grey;
	text-decoration: none;
}

.navlnk:hover {
	color: #ff8700;
	text-decoration: none;
}

.btn-log {
	border-radius: 30px;
	background-color: #ff8700;
	border-color: rgba(255,175,0);
	font-family: 'Comfortaa';
	font-weight: 500;
	
}

.btn-log:hover {
	background-color: rgba(255,175,0);
	color: #cc6633;
	border-color: #cc6633;
}

.btn-log2 {
	border-radius: 30px;
	background-color: unset;
	border-color: #ff8700;
	color: #ff8700;
	font-family: 'Comfortaa';
	font-weight: 500;	
}

.btn-log2:active {
	background-color: 
}


.btn-log2:hover {
	background-color: rgba(255,175,0);
	color: #cc6633;
	border-color: #cc6633;
}

.form-cell {
	margin: 10px auto 20px auto;
}

.reg-title {
	font-family:'comfortaa';
	color: #404040;
	font-size: 2rem;
}

.reg-labels  {
	font-family:'comfortaa';
	color: #404040;
	font-size: 1.1rem;
}


.btn-pop {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	
}

.btn-reg2 {
	width: 100%;
	height: auto;
	background-color: rgba(255,135,0); 
	text-align: center;
	font-size: 0.9rem;
	font-family: 'comfortaa';
	border-radius: 30px;
	border-color: rgb(255,155,0);
}

.btn-reg2:hover {
	background-color: rgba(255,175,0);
	border-color: #cc6633;
	color:  #cc6633;
}

.av-container {
	position: static;
}

#iframebuscador {
	height: 260px;
}

@media (max-width: 1199px) {
	#iframebuscador {
		height: 334px;
	}
}

@media (max-width: 991px) {
	#iframebuscador {
		height: 407px;
	}
}

@media (max-width: 551px) {
	#iframebuscador {
		height: 454px;
	}
}