/*
	Theme Name: Actual Inmobiliaría
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&amp;display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#444;
	background: #f1f1f1;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ol{list-style:none; padding-left: 20px;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	position: absolute;
	left: 0;
	top: 10px;
}
.logo-img {

}
/* nav */
.nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.nav ul li{
	display: inline-block;
	padding: 30px 0 30px 30px;
	line-height: 1;
}
.nav ul li a{
	color: #ffffff;
	text-decoration: none;
}
.nav ul li a:hover{
	color:#0399de;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.remodal{
	padding: 0px !important;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.color-white{color:#fff;}
.color-black{color:#2a2929;}
.color-grey{color: #a9a9a9;}

.color-celeste{color:#0399de;}
.hover-celeste:hover{color:#0399de;}
.ninja-forms-req-symbol{color:#0399de !important;}

.line-1{line-height: 1;}

h4{color: #0399de; font-size: 16px; margin: 20px 0 10px 0;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.360 a {
    background: #2099de;
    padding: 3px;
    margin: 10px;
    border-radius: 3px;
    font-weight: 900;
}




/* Rows */

.row-10{width: 10%; float: left;}
.row-20{width: 20%; float: left;}
.row-25{width: 25%; float: left;}
.row-30{width: 30%; float: left;}
.row-33{width: 33.33%; float: left;}
.row-40{width: 40%; float: left;}
.row-50{width: 50%; float: left;}
.row-60{width: 60%; float: left;}
.row-70{width: 70%; float: left;}
.row-80{width: 80%; float: left;}
.row-90{width: 90%; float: left;}
.row-100{width: 100%;}
.row-75{width:75%; float: left;}

.bg-white{background: #ffffff;}
.bg-black{background: #222221;}
.bg-grey{background: #384046;}
.bg-celeste{background: #0399de;}
.bg-verde{background: #75a807;}
.bg-celeste-75 {background: #00b6e8;}

.degrade{background: rgb(2,0,36);
background: -moz-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 57%);
background: -webkit-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 57%);
background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 57%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);}
.bg-black-opacidad{background: rgba(34,34,33,0.6);}

.border-white{border:solid 1px #fff;}
.border-black{border:solid 1px #262424;}
.radius{border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; }


.hidden{overflow: hidden;}

.max-1280{max-width: 1280px;}
.max-980{max-width: 980px;}
.max-640{max-width: 640px;}


/*BLOG*/

.max-640 .row-30{width: 35%;}
.max-640 .row-70{width: 65%;}
.max-640 .row-70 .searchandfilter ul li{width: 50%;}

/* Position */

.fixed{position:fixed !important;}
.absolute{position:absolute;}
.relative{position:relative;}

.center{
	position: absolute;
  	left: 50%;
  	top: 50%;
	transform: translate(-50%, -50%);
}
.font-72{
	font-size: 72px;
}
.font-60{
	font-size: 60px;
}
.font-40{
	font-size: 40px;
}
.font-32{
	font-size:32px;
}
.font-30{
	font-size:30px;
}
.font-28{
	font-size:28px;
}
.font-24{
	font-size:24px;
}
.font-20{
	font-size:20px;
}
.font-18{
	font-size:18px;
}
.font-16{
	font-size:16px;
}
.font-14{
	font-size:14px;
}
.font-12{
	font-size:12px;
}
.font-11{
	font-size:11px;
}
.bold{
	font-weight:700;
}
.black{
	font-weight:900;
}
.uppercase{text-transform: uppercase;}

.inline-block{display:inline-block;}
.block{display:block;}

.p-bottom-10{padding-bottom: 10px;} .p-bottom-20{padding-bottom: 20px;} .p-bottom-30{padding-bottom: 30px;} .p-bottom-40{padding-bottom: 40px;} .p-bottom-50{padding-bottom: 50px;} .p-bottom-60{padding-bottom: 60px;} .p-bottom-70{padding-bottom: 70px;} .p-bottom-80{padding-bottom: 80px;} .p-bottom-90{padding-bottom: 90px;} .p-bottom-100{padding-bottom: 100px;}

.p-top-10{padding-top: 10px;} .p-top-20{padding-top: 20px;} .p-top-30{padding-top: 30px;} .p-top-40{padding-top: 40px;} .p-top-50{padding-top: 50px;} .p-top-60{padding-top: 60px;} .p-top-70{padding-top: 70px;} .p-top-80{padding-top: 80px;} .p-top-90{padding-top: 90px;} .p-top-100{padding-top: 100px;}

.p-left-10{padding-left: 10px;} .p-left-20{padding-left: 20px;} .p-left-30{padding-left: 30px;} .p-left-40{padding-left: 40px;} .p-left-50{padding-left: 50px;} .p-left-60{padding-left: 60px;} .p-left-70{padding-left: 70px;} .p-left-80{padding-left: 80px;} .p-left-90{padding-left: 90px;} .p-left-100{padding-left: 100px;}

.p-right-10{padding-right: 10px;} .p-right-20{padding-right: 20px;} .p-right-30{padding-right: 30px;} .p-right-40{padding-right: 40px;} .p-right-50{padding-right: 50px;} .p-right-60{padding-right: 60px;} .p-right-70{padding-right: 70px;} .p-right-80{padding-right: 80px;} .p-right-90{padding-right: 90px;} .p-right-100{padding-right: 100px;}

.m-bottom-10{margin-bottom: 10px;} .m-bottom-20{margin-bottom: 20px;} .m-bottom-30{margin-bottom: 30px;} .m-bottom-40{margin-bottom: 40px;} .m-bottom-50{margin-bottom: 50px;} .m-bottom-60{margin-bottom: 60px;} .m-bottom-70{margin-bottom: 70px;} .m-bottom-80{margin-bottom: 80px;} .m-bottom-90{margin-bottom: 90px;} .m-bottom-100{margin-bottom: 100px;}

.m-top-10{margin-top: 10px;} .m-top-20{margin-top: 20px;} .m-top-30{margin-top: 30px;} .m-top-40{margin-top: 40px;} .m-top-50{margin-top: 50px;} .m-top-60{margin-top: 60px;} .m-top-70{margin-top: 70px;} .m-top-80{margin-top: 80px;} .m-top-90{margin-top: 90px;} .m-top-100{margin-top: 100px;}

.m-left-10{margin-left: 10px;} .m-left-20{margin-left: 20px;} .m-left-30{margin-left: 30px;} .m-left-40{margin-left: 40px;} .m-left-50{margin-left: 50px;} .m-left-60{margin-left: 60px;} .m-left-70{margin-left: 70px;} .m-left-80{margin-left: 80px;} .m-left-90{margin-left: 90px;} .m-left-100{margin-left: 100px;}

.m-right-10{margin-right: 10px;} .m-right-20{margin-right: 20px;} .m-right-30{margin-right: 30px;} .m-right-40{margin-right: 40px;} .m-right-50{margin-right: 50px;} .m-right-60{margin-right: 60px;} .m-right-70{margin-right: 70px;} .m-right-80{margin-right: 80px;} .m-right-90{margin-right: 90px;} .m-right-100{margin-right: 100px;}

.m-auto, .margin-auto{margin:0 auto;}

.m-0{margin:0px !important;}
.p-0{padding:0px !important;}

.price:after{content:""; display: block; height: 3px; width: 70px; position: absolute; left: 0; bottom: 0; background: #444;}

.nf-before-form-content{padding-bottom: 20px;}
nf-field:nth-child(1), nf-field:nth-child(2), nf-field:nth-child(3), nf-field:nth-child(4){display: block; width: 50%; float: left;}
nf-field:nth-child(5){display:block; clear: both;}

.nf-field-container{margin-bottom: 10px !important;}
nf-field{padding-right: 20px;}

input[type=text], textarea{padding: 10px; border-top: solid 1px #ffffff !important; border-left: solid 1px #ffffff !important; border-right: solid 1px #ffffff !important; border-bottom: solid 1px #cdd0d4; max-height: 70px;}

.nf-after-field{display:none !important;}
.nf-field-label{margin-bottom: 0px !important;}

input[type=button]{line-height: 1; color: #fff; background: #0399de; text-align: center; padding: 20px 70px; font-size: 14px; border:none;}

.circulo{width:170px; height: 170px; border-radius: 170px; border: solid 3px #0399de; position: relative; display: block; margin: 0 auto; color: #0399de;}

.proyectos-vendidos{width:175px; height: 170px; display: inline-block;}


.equipo .int-equipo{opacity:0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.equipo:hover .int-equipo{opacity:1;}

.select-filter{
	width: 100%;
	display: block;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	padding: 10px;
	border: solid 1px #ededed;
	background: #ededed;
}

.titulo-banner{
	text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.box-shadow{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}

.scroll-plantas{max-height:640px; overflow: scroll;}
.scroll-plantas::-webkit-scrollbar{
	width: 7px;
	height: 0px;
	background: #ededed;
}
.scroll-plantas::-webkit-scrollbar-thumb{
	background: #0399de;
}

.slick-dots{padding: 0; margin: 0; position: absolute; bottom: 20px; text-align: center; width: 100%;}
.slick-dots li{display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #ffffff; margin: 0 3px;}
.slick-dots li button{display:none;}

.slick-dots li.slick-active{background: #0399de;}

.list-arrow ul{padding:0;}

.list-arrow ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.list-arrow ul li:after{
	content:">";
	position: absolute;
	left: 0;
	top: -1px;
	color: #0399de;
}

.slick-arrow{background: none; color: #ffffff; text-align: center; line-height: 1; padding: 9px 0px; border: none; position: absolute; top: 0; bottom: 0; margin: auto; z-index: 99;  font-size: 30px; outline: none !important;}

.slick-next{right:0;}
.slick-prev{left:0;}


.ui-state-active a{color:#0399de;}

.scrolltoid{
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.scrolltoid a{
	width: 12px;
	height: 12px;
	border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;
	background: #0399de;
	display: block;
	margin: 5px 0;
}

.bg-header{background: rgba(117,117,117,0.6);}
.searchandfilter ul{padding:0; display: block; overflow: hidden;}
.searchandfilter ul li{display: block; width: 33.33%; float: left; padding: 0 !important;}
.searchandfilter label{width: 100%;}
.searchandfilter select.sf-input-select{width:90%; line-height: 1; padding: 15px;  -webkit-appearance: none;-moz-appearance: none; appearance: none; border: none; background-image: url(img/arrows.png); background-position: 95% 12px; background-repeat: no-repeat;}
.searchandfilter input[type=submit]{width:90%; line-height: 1; padding: 12px 15px;  -webkit-appearance: none;-moz-appearance: none; appearance: none; border: none; background: #0399de; color: #ffffff; font-size: 20px; font-weight: 700;}

#filtro{z-index: 99;}
.content-filter{height: 84px;}

.share{left: 470px; top: 2px; display: none;}
.share2{left: 310px; top: 2px; display: none;}
.share3{right:0; bottom: -20px; display: none;}

.flotante{bottom: -10px; left: 30px; max-width: 400px;}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (max-width: 1100px) {

}
@media (max-width: 1099px) {

}
@media (max-width: 1024px) {

.row-50,.row-60,.row-40,.row-33,.row-25, .row-30, .row-70{width: 100%;}
nf-field{width:100%;}
.m-text-center{text-align: center;}
.searchandfilter ul li, .searchandfilter select.sf-input-select, .searchandfilter input[type="submit"]{width: 100%;}
.content-filter{height: auto;}
.logo{position: initial; padding: 15px 0 10px 0;}

.m-m-bottom-20{margin-bottom: 20px;}
.m-m-right-20{margin-right:0;}
	
.no-mobile{display: none;}

	
.m-p-right-0{padding-right: 0;}
.m-p-left-0{padding-left: 0;}
.m-p-top-20{padding-top: 20px;}

nf-field{padding: 0; width: 100% !important;}

.flotante{bottom: 0; left: 0; max-width: 100%; width: 100%;}
	
	.font-32{font-size: 28px;}	
}

.d-none {
	display: none!important;
}
.d-block {
	display: block!important;
}

@media (max-width: 980px) {

}
@media (max-width: 960px) {

}
@media (max-width: 854px) {

}
@media (max-width: 800px) {

}
@media (max-width: 768px) {
	
}
@media (max-width: 640px) {

}

@media (min-width: 576px){
	.d-sm-block {
    display: block!important;
  }
  .d-sm-none {
    display: none!important;
	}
}


@media (max-width: 480px) {

}
@media (max-width: 360px) {

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

}
@media (max-width: 240px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*FONTELLO*/

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello6674.eot?9344165');
  src: url('fonts/fontello6674.eot?9344165#iefix') format('embedded-opentype'),
       url('fonts/fontello6674.woff2?9344165') format('woff2'),
       url('fonts/fontello6674.woff?9344165') format('woff'),
       url('fonts/fontello6674.ttf?9344165') format('truetype'),
       url('fonts/fontello6674.svg?9344165#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?9344165#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down-dir:before { content: '\e800'; } /* '' */
.icon-left-dir:before { content: '\e801'; } /* '' */
.icon-right-dir:before { content: '\e802'; } /* '' */
.icon-up-dir:before { content: '\e803'; } /* '' */
.icon-share:before { content: '\e804'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram-1:before { content: '\f16d'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */




.cotiza-seccion{
	background: url(img/cotiza-fondo.jpg) no-repeat center;
	background-size: cover;
	padding: 150px 0;
	position: relative;
	text-align: right;
}
.cotiza-seccion a{
	display: inline-block;
	margin:0 30px;
}
.cotiza-seccion img{
	max-width: 350px;
	width: 100%;
	display: block;
}


@media only screen and (max-width : 768px) {
	.cotiza-seccion{
		text-align: center;
	}
	.cotiza-seccion{
		padding: 70px 0;
	}


}


/*
==============================================
Style Landing Home Work
==============================================
*/

.woowContent1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.woowContent1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

#bgLanding{
	background-color: #444;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 40px;
}

.bgTransparente{
	background-color: rgba(0 ,0 ,0 , 0.5);
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
}

#bgLanding section{
	background: none;
}

.contentLanding{
	color: #fff;
	display: inline-block;
}

.contentLanding .ciudad{
	background: #00C1F1;
	margin-top: 80px;
	padding: 7px 20px;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}

.corchetas{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border-left: 1px solid #00C1F1;
	border-right: 1px solid #00C1F1;
	line-height: 24px;
}

.corchetas::before{
	position: absolute;
	content: "";
	width: 10px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #00C1F1;
	border-bottom: 1px solid #00C1F1;
}

.corchetas::after{
	position: absolute;
	content: "";
	width: 10px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	border-top: 1px solid #00C1F1;
	border-bottom: 1px solid #00C1F1;
}

.corchetas strong{
	display: block;
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
}

.corchetas p{
	display: block;
	margin: 0px;
	font-size: 25px;
}

.contentLanding .aTuLado{
	margin-top: 0px;
}

.contentLanding .contentIcons{
	width: 100%;
}

.contentLanding .contentIcons .iconFeature{
	width: 14%;
	float: left;
}

.contentLanding .contentIcons .iconFeature img{
	width: 76%;
	display: block;
	margin: 0px auto;
}

.contentLanding .contentIcons .iconFeature p{
	text-align: center;
	font-size: 13px;
	min-height: 60px;
}

.contentLanding .redes{
	display: inline-block;
	text-align: right;
	width: 100%;
}

.contentLanding .redes a{
	display: inline-block;
	margin: 0px 5px;
}

.contentLanding .redes img{
	width: 25px;
}

.contentLanding .bgFormLanding{
	width: 100%;
	padding: 30px 20px 30px;
	background-color: rgba(0, 0, 0, 0.7);
	margin-top: 40px;
	text-align: center;
}

.contentLanding .formHomeWork{

}

.contentLanding .formHomeWork label{
	text-align: left;
	display: block;
	padding: 15px 10px 10px;
}

.contentLanding .formHomeWork input[type=text],
.contentLanding .formHomeWork input[type=number],
.contentLanding .formHomeWork input[type=email],
.contentLanding .formHomeWork select{
	width: 100%;
	background: no-repeat;
	border: 0px !important;
	border-bottom: 1px solid #fff !important;
	color: #ccc;
	padding: 3px 7px;
}

.contentLanding .formHomeWork select option{
	color: #000;
}

.contentLanding .formHomeWork .terminosCheck{
	cursor: pointer;
	font-size: 13px;
	padding: 20px 0px 10px;
	text-align: center;
}

.contentLanding .formHomeWork .terminosCheck a{
	color: #00C1F1;
	text-decoration: none;
}

.contentLanding .formHomeWork .inputSubmit{
	color: #fff;
	background: #00C1F1;
	border: none;
	padding: 7px 14px;
	border-radius: 5px;
	margin-top: 10px;
}

.contentLanding .logoForm{
	margin-top: 30px;
}

.bgVideo{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}


/*
==============================================
Style Alert form
==============================================
*/

#alertLoad{
	position: fixed;
	bottom: 8px;
	right: 6px;
	background: #27ae60;
	border: 2px solid #27ae60;
	z-index: 9999;
	padding: 2px 8px;
	border-radius: 3px;
	border: 2px solid #209143;
	display: none;
}

#alertLoad span{
	color: #FFF;
	font-size: 21px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 13px;
}

#alertLoad img{
	width: 48px;
}

.alertFail,
.alertOk{
	position: fixed;
	bottom: 15px;
	left: 0px;
	right: 0px;
	width: 90%;
	background: #c0392b;
	z-index: 9999;
	padding: 2px 8px;
	border-radius: 3px;
	display: none;
	padding: 11px;
	border: 1px solid rgb(119, 0, 0);
	margin: 0px auto;
}

.alertFail{
	visibility: visible;
	text-align: center;
}

.alertOk{
	background: #27AE60;
	border: 1px solid #3B694F;
	text-align: center;
}

.alertFail span,
.alertOk span{
	color: #FFF;
	font-size: 21px;
	display: inline-block;
}

.woowRequireFail{
	border: 1px solid #D60000 !important;
	box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-webkit-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-moz-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-ms-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-o-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
}

/*Yeraldin - 2021-03-30*/
.waze {
    display: block;
    background: url('img/waze.png') no-repeat center;
        background-size: auto;
    width: 40px;
    height: 40px;
    background-size: 100%;
}


/*
==============================================
	Style elemets
==============================================
*/

.fixedBar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  text-align: center;
}

.fixedBar img {
/*  width: 600px;*/
  max-width: 100%;
  display: block;
  margin: 0px auto;
}


/*Responsive menu*/
.rmp-menu{
	list-style: none;
}

.rmp-menu li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 0px 10px;
}