/* Default Theme
SCSS HEX 
$violet-color-wheel: #8501f1ff;
$azure: #087bffff;
$black-coral: #5d6b7fff;
$cultured: #f0f0ecff;
 */
h1 {
	font-family: 'Raleway', sans-serif;
}

/*=========================================================
						HTML, body
==========================================================*/
html, body {
	height: 100%;
}
body{
	color: #212226;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
ol{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
ul{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
section {
	background: #fff;
	overflow: hidden;
}

/* Preloader */
#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999; /*enfrente de cualquier elemento */
}
#status{
	background-image: url("../images/Pulse-1s-200px.gif");
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

/* Home */
#home{
	background: none;
	height: 100%;
}
#home-bg-video {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
#home-overlay{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}
#home-content{
	width: 100%;
	height: 100%;
	display: table;
}
#home-content-inner{
	display: table-cell;
	vertical-align: middle;
}
#home-heading h1 {
	color: #fff;
	font-size: 65px;
	font-weight: 100%;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}
#home-heading h1 span {
	color: #f4c613;
	font-weight: 500%;

}
#home-text p {
	color: #fff;
	font-size: 17px;
	font-weight: 100;
	margin: 8px 0 30px 0;
}
#arrow-down {
	position: absolute;
	left: 50%;
	bottom: 20px;
	color: #fff;
	font-size: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	margin-left: -16px;
	z-index: 1;
}
#arrow-down:hover, #arrow.down:focus {
	color: #f4c613;
}

/*=========================================================
						Buttons
==========================================================*/
.btn_general {
	font-family: 'Raleway', sans-serif;
	border-radius: 28px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 6px;
	padding: 12px 46px 12px 46px;
	transition: all .5s;
}
.btn-home {
	color: #fff;
	border: 1px solid #fff;
}
.btn-home:hover, .btn-home:focus {
	color: #fff;
	background-color: #f4c613;
	border: 1px solid #f4c613;
}
.btn-yellow {
	color: #fff;
	border: 1px solid #f4c613;
	background-color: #f4c613;
}
.btn-yellow:hover, .btn-yellow:focus {
	color: #fff;
	background-color: #8501f1ff;
	border: 1px solid #8501f1ff;
}

/*=========================================================
						Content Boxes
==========================================================*/
.content-box-lg {
	padding: 120px 0;
}
.content-box-md {
	padding: 80px 0;
}
.content-box-sm {
	padding: 70px 0;
}

/*=========================================================
						Vertical Heading
==========================================================*/
.vertical-heading h5 {
	color: #f4c613;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	word-spacing: 9px;
	display: inline-block;
	transform: rotate(-90deg);
	position: relative;
	top: 60px;
	left: -63px;
}
.vertical-heading h2 {
	margin: 0 0 0 35px;
	font-size: 42px;
	font-weight: 100;
	line-height: 45px;
}
.horizontal-heading {
	margin-bottom: 80px;
}
.horizontal-heading h5 {
	color: #f4c613;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.horizontal-heading h2 {
	font-size: 42px;
	font-weight: 100;
	line-height: 45px;
	margin: 0;
}

/*=========================================================
						About 01
==========================================================*/
#about-right p {
	margin-bottom: 20px;
	text-align: justify;
}
#about-right li {
	margin-bottom: 20px;
	text-align: justify;
}
#about-bottom {
	margin-top: 60px; 
}
#about-bottom img {
	display: block; /* centrar imagen */
	margin: 0 auto; /* centrar imagen */
}
/*=========================================================
						stats
==========================================================*/
#stats {
	background: url("../images/stats-bg.jpg") no-repeat fixed center;
	background size: cover;
}
#stats .content-box-md {
	background: rgba(0, 0, 0, 0.8);
}
#stats .vertical-heading {
	margin-bottom: 50px;
}
#stats .vertical-heading h2 {
	color: #fff;
}
.stats-item {
	background: rgba(61, 68, 68, 0.6);
	border-radius: 4px;
	min-height: 70px;
	padding: 25px 50px;
	transition: all 400ms linear;
}
.stats-item i {
	font-size: 42px;
	color: #f4c613;
	margin: 0 0 6px 0;
	transition: all 400ms linear;
}
.stats-item h3 {
	font-size: 32px;
	color: #fff;
	margin: 5px 0 5px 0;
}
.stats-item p {
	color: #fff;
	margin: 0;
}
.stats-item:hover {
	background: #f4c613;
}
.stats-item:hover i {
	color: #212226;
	transform: translateY(-20px);
}
/*=========================================================
						Services 01
==========================================================*/
#services-01 img {
	margin: 60px 0;
}
.service {
	margin: 35px 0;
}
.service .icon {
	font-size: 42px;
	margin: 0;
	transition: all 400ms linear;
}
.service:hover .icon {
	color: #f4c613;
	transform: translateX(-20px);
}
.service h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #4fc613;
	margin: 0 0 6px 0;
}
.service:hover h5 {
	color: #212226;
}
.service h4 {
	font-size: 24px;
	margin: 0 0 8px 0;
}
.service p {
	line-height: normal;
}
/*=========================================================
				Services 02 - Responsive Tabs
==========================================================*/
#services-02 {
	background: #f4f4f4;
}
#services-tabs ul {
	margin-bottom: 40px
}
#services-tabs ul li {
	padding: 5px 30px;
}
#services-tabs ul li a {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: #212226;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	text-decoration: none;
}
#services-tabs ul li.r-tabs-state-active a {
	color: #f4c613;
	font-weight: 700;
	border-bottom: 3px solid #f4c613;
	padding-bottom: 5px;
	transition: border-color 300ms linear;
}
/*.service-tab .col-md-6 {
	padding: 0;
}*/
.service-tab img {
	width: 100%;
	margin: 0 auto;
}
/*.service-tab .tab-bg {
	background: #fff;
	padding: 59px, 30px;
	min-height: 400px;
}*/
.service-tab h2 {
	color: #bbb;
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: 100;
}
.service-tab h3 {
	font-size: 32px;
	margin-bottom: 30px;
}
.service-tab p {
	line-height: 24px;
	margin-bottom: 30px;
} 

/*=========================================================
				     		Socios
==========================================================*/
#clients .horizontal-heading {
	margin-bottom: 30px;
}
#clients-list {
	padding: 20px 0 0 0;
}
.client {
	padding: 0 10px;
	max-width: 150px;
	margin: 0 auto;
	line-height: 100px;
}
.client img {
	display: inline-block !Important; /* Alinear logos */
}

/*=========================================================
				     	Slider Buttons
==========================================================*/
.owl-theme .owl-nav [class*=owl-] {
	color: #212226 !Important;
	font-size: 40px !Important;
	background: none !Important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #212226 !Important;
	font-size: 40px !Important;
	background: none !Important;
}

/*=========================================================
				     	Contact
==========================================================*/
#mc_embed_signup {
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;  
	width:600px;
}

#contact-left p {
	margin: 25px 0 20px 0;
}
ul.office-details {
	list-style: none;
	padding: 0;
}
ul.office-details li {
	/*font-family: "Open Sans", sans-serif;*/
	margin-top: 12px;
	display: flex; /*
poner la direccion centrada	*/
}
ul.office-details li i {
	font-size: 20px;
	width: 45px;
}
#contact-right {
	padding: 25px 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
#contact-right h4 {
	font-size: 24px;
}
#contact-right p {
	margin-bottom: 25px;
}
#contact-right form .form-control {
	font-family: "Open Sans", sans-serif;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 24px;
}
#contact-right form textarea.form-control {
	min-height: 164px;
}

/*=========================================================
				     	Footer
==========================================================*/

footer {
	background: #212226;
	padding: 30px;
}
footer p {
	color: #fff;
	line-height: 20px;
}
footer p span {
	color: #f4c613;
}
footer p a {
	color: #fff;
}

/*=========================================================
				     	NAV
==========================================================*/

.site-nav-wrapper {
	padding: 0 85px;
}
.navbar-brand {
	padding: 15px 15px;
}
ul.navbar-nav > li > a {
	font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
	background: none;
	color: #8501f1ff;
}



#mc_embed_signup form {display:block; position:relative; text-align:left; margin: 20px}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: fit-content; width: -moz-fit-content;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px; display:grid;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .mc-address-fields-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .foot {display:grid; grid-template-columns: 3fr 1fr; width:96%; align-items: center;}
@media screen and (max-width:400px) {#mc_embed_signup .foot {display:grid; grid-template-columns: 1fr; width:100%; align-items: center;}}

@media screen and (max-width:400px) {#mc_embed_signup .referralBadge {width:50%;}}

#mc_embed_signup .brandingLogo {justify-self:right;}
@media screen and (max-width:400px) {#mc_embed_signup .brandingLogo {justify-self:left;}}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .helper_text {color: #8d8985; margin-top: 2px; display: inline-block; padding: 3px; background-color: rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: normal; z-index: 1;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:3px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}