/* TEXTO */

._t300font, ._t300font *{font-weight:300;}
._t400font, ._t400font *{font-weight:400;}
._t500font, ._t500font *{font-weight:500;}
._t600font, ._t600font *{font-weight:600;}
._t700font, ._t700font *{font-weight:700;}
._t800font, ._t800font *{font-weight:800;}
._t900font, ._t900font *{font-weight:900;}
._tifont, ._tifont *{font-style:italic;}
._tunderline, ._tunderline *{text-decoration: underline;}
._twhite, ._twhite *{color:#ffffff;}

strong,
b{
	font-weight:600;
}

.text-center, 
.text-center *{
	text-align:center;
}
.text-right, 
.text-right *{
	text-align:right;
}
.text-left, 
.text-left *{
	text-align:left;
}
@media(max-width:767px){
	.mob-text-center, 
	.mob-text-center *{text-align:center !important;}
	.mob-text-center.vc_btn3-container{display:block;}
}

/* /TEXTO */
/*-----------------------------------------------------*/
/* GENERAL */

@media only screen and (max-width:800px) {
	.eltdf-container-inner,
	.eltdf-grid,
	.eltdf-row-grid-section,
	.eltdf-slider .carousel-inner .eltdf-slider-content-outer {
		width:90%;
	}
}
@media only screen and (max-width:680px) {
	.eltdf-container-inner,
	.eltdf-grid,
	.eltdf-row-grid-section,
	.eltdf-slider .carousel-inner .eltdf-slider-content-outer {
		width:90%;
	}
}
@media only screen and (max-width:480px) {
	.eltdf-container-inner,
	.eltdf-grid,
	.eltdf-row-grid-section,
	.eltdf-slider .carousel-inner .eltdf-slider-content-outer {
		width:90%;
	}
}

.animado,
.animados *,
.animados *:before,
.animados *:after{
	transition: all 0.25s cubic-bezier(0.700, 0.000, 0.325, 1.000);
}

.vc_column-inner-linked{
	position: relative;
}
.vc_column-inner-linked .vc_column-link-block{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:550;
}
.vc_column-inner-linked > .wpb_wrapper{
	position: relative;
	z-index:250;
}

.whatsappme{
	z-index:1400 !important;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9:before{
    padding-top: 56.25%;
}
.embed-responsive:before{
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.loading{
	display: none;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../img/o-loading.gif) no-repeat center center rgba(0,0,0,0.8);
}

/* /GENERAL */
/*-----------------------------------------------------*/
/* BUTTOM */

.btn-fullwith{
	width:100%;
}
.btn-mobCenter{}
@media(max-width:767px){
	.btn-mobCenter{
		display: block !important;
		text-align: center !important;
	}
	.btn-mobCenter a{}
}

.vp_vc_btn{
	background: #00bdb6;
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	border:solid 2px #00bdb6;
}
.vp_vc_btn:hover{
	background: top;
	color: #00bdb6;
}
.vp_vc_submit{
	background: #007974;
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 5px;
	border:solid 2px #007974;
	font-size: 18px;
	padding:16px 50px;
}
.vp_vc_submit:hover{
	background: #005451;
	border:solid 2px #005451;
}
.vp_vc_btn_inline{
	display: inline-block !important;
}

.vc_general.vc_btn3{
	line-height: 1;
	text-transform: uppercase;
	font-weight:400;
	background-image:none;
}
.vc_general.vc_btn3.vc_btn3-size-xs{font-size: 12px;padding:8px 14px;}
.vc_general.vc_btn3.vc_btn3-size-sm{font-size: 14px;padding:12px 20px;}
.vc_general.vc_btn3.vc_btn3-size-md{font-size: 16px;padding:14px 25px;}
.vc_general.vc_btn3.vc_btn3-size-lg{font-size: 22px;padding:16px 35px;}
.vc_general.vc_btn3.vc_btn3-style-custom:hover{
	background-color: #282828 !important;
	color:#ffffff !important;
}
._dark .vc_general.vc_btn3.vc_btn3-style-custom:hover{
	background:#282828;
	color:#ffffff !important;
}

._btnazul a.vc_btn3{
	transition:0.5s !important;
	border:none !important;
	background: rgb(0,149,255);
	background: -moz-linear-gradient(45deg, #153c6b 0%,#31b5aa 50%, #153c6b 100%); 
	background: -webkit-linear-gradient(45deg, #153c6b 0%,#31b5aa 50%, #153c6b 100%); 
	background: linear-gradient(to right, #153c6b 0%,#31b5aa 50%, #153c6b 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153c6b', endColorstr='#31b5aa',GradientType=1 );
	background-size: 200% auto;
	color:#ffffff !important;
}
._btnazul a.vc_btn3:hover{
	background-size: 200% auto !important;
	background-position: right center !important;
}
._btnverde a.vc_btn3{
	transition:0.5s !important;
	border:none !important;
	background: rgb(0,149,255);
	background: -moz-linear-gradient(45deg, #153c6b 0%,#b7e547 50%, #227e77 100%); 
	background: -webkit-linear-gradient(45deg, #153c6b 0%,#b7e547 50%, #227e77 100%); 
	background: linear-gradient(to right, #153c6b 0%,#b7e547 50%, #227e77 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153c6b', endColorstr='#b7e547',GradientType=1 );
	background-size: 200% auto;
	color:#ffffff !important;
}
._btnverde a.vc_btn3:hover{
	background-size: 200% auto !important;
	background-position: right center !important;
}

/* /BUTTOM */
/*-----------------------------------------------------*/
.vc_column-inner-linked{
	position: relative;
}
.vc_column-inner-linked .vc_column-link-block{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:550;
}
.vc_column-inner-linked > .wpb_wrapper{
	position: relative;
	z-index:250;
}


iframe.imaps{
	width:100% !important;
	margin:0 !important;
	display: block;
}
