:root{
	--negro: #000;
	--blanco: #fff;
	--dorado: #c99035;
}
body, h1, h2, h3, h4, h5, h6, p{
	font-family: 'Poppins', sans-serif!important;
}
.d-none{
	display: none;
}
.m-b20{
	margin-bottom: 20px!important;
}
.m-b25{
	margin-bottom: 25px!important;
}
#back-top{
	background: var(--dorado);
}
#header {
    padding: 10px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 10px -5px #000;
}
#header.sticky{
	padding: 10px 0;
}
.flex-header{
	display: flex;
	align-items: center;
}
.logo-header{
	width: 200px;
	height: auto;
}
.menu-list{
	float: right;
}
.menu-list li:last-child{
	margin-right: 0!important;
}
/*#main {
    position: relative;
    padding: 0;
}*/
#welcome{
	background: url('../archivos/home/iniciativa-covid-19-personal-medico.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
#welcome.section{
	height: calc(100vh - 90px);
	display: flex;
	align-items: center;
	position: relative;
}
#welcome .flex-welcome{
	display: flex;
	align-items: center;
}
#welcome .flex-welcome .contentBx{
	position: relative;
    padding: 150px 0;
    text-align: center;
    width: fit-content;
}
#welcome .flex-welcome .contentBx:before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: 0;
    bottom: auto;
    right: 30px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: var(--negro);
    padding: 50px;
    z-index: 0;
}
#welcome .flex-welcome .contentBx:after{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: auto;
    bottom: 0;
    right: 30px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: var(--negro);
    padding: 50px;
    z-index: 0;
}
#welcome .flex-welcome .contentBx h2{
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	color: var(--dorado);
	white-space: pre-line;
	margin: 0;
}
#welcome .flex-welcome .contentBx h2 span{
	color: var(--negro);
}
#regalo.section{
	padding: 100px 0;
}
#regalo .flex-row{
	display: flex;
	align-items: center;
}
#regalo .contentBx p.title{
	font-size: 40px;
	color: var(--negro);
	font-weight: 500;
	text-align: justify;
	line-height: 40px;
	margin-bottom: 50px;
}
#regalo .contentBx{
	padding-right: 90px;
}
#regalo .contentBx p{
	font-size: 16px;
	color: var(--negro);
	margin-bottom: 20px;
	line-height: normal;
	color: var(--negro);
	text-align: justify;
}
#regalo .contentBx p:last-child{
	margin-bottom: 0;
}
#regalo .img-holder{
    position: relative;
}
#regalo .img-holder:before{
	position: absolute;
    content: "";
    z-index: 1;
    left: 6px;
    top: 24px;
    bottom: -16px;
    right: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--dorado);
    width: 100%;
}
#gratitude.section{
	padding: 80px 0;
}
#gratitude .title{
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: var(--negro);
	padding: 0 70px 35px;
	position: relative;
	margin-bottom: 40px;
}
#gratitude .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: calc(100% - 60%);
	background: var(--dorado);
}
#gratitude .contentBx img{
	width: 180px;
	height: auto;
	margin: 0 auto 30px;
}
#gratitude .leadme-partner{
	width: 180px!important;
	height: auto;
}
#gratitude .contentBx .agency{
	color: var(--dorado);
	font-weight: 600;
	text-align: center;
	white-space: pre-line;
	font-size: 18px;
	line-height: 22px;
}
#como-funciona.section{
	padding: 80px 0;
}
#como-funciona .title{
	font-size: 40px;
	color: var(--negro);
	font-weight: 500;
	text-align: justify;
	line-height: 40px;
	margin-bottom: 50px;
}
.blog-detail .blockquote q{
	color: var(--negro);
	text-align: justify;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.blog-detail .blockquote q:last-of-type{
	margin-bottom: 0;
}
#navigate-home.section .col-md-6{
	padding: 70px 0;
	transition: .5s ease-in-out;
}
#navigate-home.section .col-md-6:first-child{
	border-right: 1px solid #000;
}
#navigate-home .contentBx{
	position: relative;
    text-align: center;
    width: 430px;
    padding: 100px 0;
    transition: .5s ease-in-out;
    margin: 0 auto;
}
#navigate-home .col-md-6:last-child .contentBx{
	margin: 0 auto;
}
#navigate-home .contentBx:before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: 0;
    bottom: auto;
    right: 30px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: var(--negro);
    padding: 40px;
    z-index: 0;
    transition: .5s ease-in-out;
}
#navigate-home .contentBx:after{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: auto;
    bottom: 0;
    right: 30px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: var(--negro);
    padding: 40px;
    z-index: 0;
    transition: .5s ease-in-out;
}
#navigate-home .contentBx.golden-border:before{
	border-color: var(--dorado);
}
#navigate-home .contentBx.golden-border:after{
	border-color: var(--dorado);
}
#navigate-home .contentBx p{
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	color: var(--negro);
	white-space: pre-line;
	margin: 0;
}
#navigate-home .contentBx p.title{
	transition: .5s ease-in-out;
}
#navigate-home .contentBx p.golden{
	color: var(--dorado);
}
#navigate-home .contentBx p.white{
	color: var(--blanco);
}
#navigate-home.section .option1{
	padding-left: 0;
	transition: .5s ease-in-out;
}
#navigate-home.section .option2{
	padding-right: 0;
	transition: .5s ease-in-out;
}
#navigate-home .option1:hover{
	background: var(--negro);
}
#navigate-home .option2:hover{
	background: var(--dorado);
}
#navigate-home .option1:hover .contentBx:before, 
#navigate-home .option1:hover .contentBx:after,
#navigate-home .option2:hover .contentBx:before, 
#navigate-home .option2:hover .contentBx:after{
	border-color: var(--blanco);
}
#navigate-home .option1:hover .contentBx, 
#navigate-home .option2:hover .contentBx{
	background: transparent;
}
#navigate-home .infoBx{
	transition: .5 ease-in-out;
}
#navigate-home .option1:hover .infoBx, 
#navigate-home .option2:hover .infoBx{
	background: var(--blanco);
}
#navigate-home .option1:hover .contentBx .title.show, 
#navigate-home .option2:hover .contentBx .title.show{
	opacity: 0;
}
#navigate-home .contentBx .title.hide{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	transition: .5s ease-in-out;
}
#navigate-home .option1:hover .contentBx .title.hide{
	opacity: 1;
	color: var(--dorado);
}
#navigate-home .option2:hover .contentBx .title.hide{
	opacity: 1;
	color: var(--negro);
}
#navigate-home .infoBx{
	padding: 20px 8px;
	transition: .5s ease-in-out;
}


#footer{
	padding: 30px 0;
	background: #fff;
	box-shadow: 0 0 5px 0 #000;
}
#footer .flex-footer{
	display: flex;
	align-items: center;
}
#footer .flex-footer .footer-left{
	text-align: left;
}
#footer .flex-footer .footer-center{
	text-align: center;
}
#footer .flex-footer .footer-right{
	text-align: right;
}
#footer .flex-footer p, #footer .flex-footer a{
	font-size: 15px;
	font-weight: 500;
	color: var(--negro);
	margin-bottom: 0;
	line-height: normal;
}
#footer .flex-footer .footer-right img{
	width: 130px;
	height: auto;
	margin: 0 0 0 auto;
}

/**//**//**//**//**//**//**//**//**//**//**/
/*Unete*/
/**//**//**//**//**//**//**//**//**//**//**/
#welcome-unete.section{
	padding: 80px 0;
}
#welcome-unete .flex-centerH{
	display: flex;
	justify-content: center;
}
#welcome-unete .contentBx{
	position: relative;
    padding: 80px 0;
    text-align: center;
}
#welcome-unete .contentBx:before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: 0;
    bottom: auto;
    right: 30px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: var(--negro);
    padding: 20px;
    z-index: 0;
}
#welcome-unete .contentBx:after{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: auto;
    bottom: 0;
    right: 30px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: var(--negro);
    padding: 20px;
    z-index: 0;
}
#welcome-unete .contentBx p{
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	color: var(--dorado);
	white-space: pre-line;
	margin: 0;
}
#welcome-unete .contentBx p span{
	color: var(--negro);
}
#unete.section{
	padding: 0 0 70px 0;
}
#unete .flex-centerH{
	display: flex;
	justify-content: center;
}
#unete .contentBx .title{
	font-size: 25px;
	color: var(--negro);
}
#unete .contentBx .subtitle{
	color: var(--negro);
	font-size: 18px;
	margin-bottom: 30px;
}
#unete .contentBx .description{
	text-align: justify;
	color: var(--negro);
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 15px;
}
#unete .contentBx .description:last-child{
	margin-bottom: 45px;
}
#contactFormAdvanced .form-group{
	margin: 0 0 40px;
	overflow: hidden;
}
#contactFormAdvanced .form-group .form-control{
	background: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #c1c1c1;
    opacity: 1;
    box-shadow: none;
    padding: 9px 12px 0 0;
    height: 35px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
#contactFormAdvanced .form-group .col:first-child{
	margin: 0;
    width: 47%;
    float: left;
}
#contactFormAdvanced .form-group .col{
	width: 47%;
    margin: 0 0 0 50px;
    float: right;
}
#contactFormAdvanced .form-group .col:last-child{
	margin: 0;
}
.title-in-form{
	color: var(--dorado);
}
input[type=date]{
	color: var(--dorado)!important;
}
.flex-select-form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flex-select-form .select-option{
	flex: 33.33%;
	max-width: 33.33%;
}
.select-option label{
	margin-bottom: 0;
	font-size: 15px; 
	font-weight: 400;
	color: var(--negro);
	opacity: .5;
	margin-left: 5px;
}
.select-option .form-control{
	height: 1px;
}
.flex-select{
	display: flex;
	align-items: center;
}
.flex-select input[type=text]{
	margin-left: 5px;
	padding: 0;
}
.btn-form{
	cursor: pointer;
	text-align: center;
	color: var(--negro);
}
/**//**//**//**//**//**//**//**//**//**//**/
/*Es por ti*/
/**//**//**//**//**//**//**//**//**//**//**/
#welcome-for-you.section{
	padding: 80px 0;
}
#welcome-for-you .flex-centerH{
	display: flex;
	justify-content: center;
}
#welcome-for-you .contentBx{
	position: relative;
    padding: 45px 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
#welcome-for-you .contentBx:before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: 0;
    bottom: auto;
    right: 30px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: var(--negro);
    padding: 20px;
    z-index: 0;
}
#welcome-for-you .contentBx:after{
	position: absolute;
    content: "";
    z-index: -1;
    left: 30px;
    top: auto;
    bottom: 0;
    right: 30px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: var(--negro);
    padding: 20px;
    z-index: 0;
}
#welcome-for-you .contentBx h1{
	font-size: 55px;
	line-height: 65px;
	font-weight: 600;
	color: var(--negro);
	white-space: pre-line;
	margin: 0;
}
#welcome-for-you .contentBx h1 span{
	color: var(--dorado);
}
#choose-salon.section{
	padding-bottom: 80px;
}
#choose-salon .flex-centerH{
	display: flex;
	justify-content: center;
}
#intro{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#intro .contentBx .description:first-child{
	text-align: justify;
}
#intro .contentBx .description{
	color: var(--negro);
	font-weight: 400;
	white-space: pre-line;
	line-height: normal;
	font-size: 17px;
	position: relative;
	text-align: justify;
	margin-bottom: 15px;
}
#intro .contentBx .description:last-child{
	color: var(--negro);
	font-weight: 400;
	white-space: pre-line;
	line-height: normal;
	font-size: 17px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
#intro .contentBx .description:last-child:before{
	content: "";
	width: calc(100% - 50%);
	height: 2px;
	background: var(--dorado);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
#intro .contentBx .title{
	color: var(--negro);
	font-weight: 500;
	white-space: pre-line;
	line-height: 45px;
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

#form-ui{
	text-align: center;
	margin-bottom: 110px;
}
#container .item {
  
}
.blog-slider{
	padding: 0px 15px!important;
}
.blog-slider .post-blog{
	margin: 0 0 120px;
}
/*.blog-slider .text-wrap{
	z-index: 1;
}*/
.blog-slider .title{
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	color: var(--negro);
	margin-bottom: 30px;
}
/*.blog-slider .text-wrap:before{
	top: -41px;
	bottom: -27px;
}*/
.blog-slider .note{
	color: var(--negro);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 22px;
}
.blog-slider .services{
	color: var(--negro);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 22px;
}
.blog-slider .services span{
	color: var(--dorado);
	margin: 0 5px;
}
.blog-slider .address, .blog-slider .timer, .blog-slider .address a{
	color: var(--negro);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 22px;
}
.blog-slider .address i, .blog-slider .timer i{
	color: var(--dorado);
	margin-right: 10px;
	font-size: 14px;
}
.blog-slider .contact-salon{
	display: flex;
	flex-wrap: wrap;
}
.blog-slider .contact-salon a{
	color: var(--negro);
	padding: 0 10px 0 0;
	width: 50%;
	font-weight: 500;
}
.blog-slider .contact-salon a i{
	padding-right: 10px;
	width: 25px;
	text-align: center;
	color: var(--dorado);
}
.blog-slider .contact-salon a:nth-child(1), .blog-slider .contact-salon a:nth-child(2){
	width: 50%;
}
#form-ui .title-options{
	color: var(--dorado);
	text-align: center;
}
#form-ui .title-options span{
	color: var(--negro);
	opacity: .5;
	font-size: 14px;
	transition: .5s ease-in-out;
}
#form-ui select.filter-checkbox, #form-ui label.filter-checkbox, #form-ui input.filter-checkbox { 
	font-size: 16px; 
}

#form-ui label.filter { 
	width: 30%;
	font-weight: 400;
}
/*input#file-upload[type="file"] {
    display: none;
}*/
.custom-file-upload{
	color: var(--dorado);
	font-weight: 400;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    cursor: pointer;
}
.custom-file-upload i{
	float: right;
}
.condition{ 
	font-size: 16px; 
	font-weight: 300;
}
#form-ui input[type="checkbox"].accept a{
	color: blue;
	text-decoration: underline;
}



/*Placeholder*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--dorado)!important;
  opacity: 1!important; /* Firefox */
}
input.address::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0,0,0,0.7)!important;
  opacity: .7!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--dorado)!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--dorado)!important;
}



/**//**//**//**//**//**//**//**//**//**//**/
/*Responsive*/
/**//**//**//**//**//**//**//**//**//**//**/

/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
  	.d-none-m{display: none;}
    .logo{padding: 0;}
	.nav-holder{width: auto;}
	.flex-header{justify-content: space-between;}
	.menu-list{float: left;}
	.menu-list li a{font-size: 17px;}
	#welcome{background-position: center; background-size: cover;}
	#welcome .flex-welcome .contentBx h2{font-size: 40px; line-height: 45px; background: rgba(255,255,255,.7);}
	#welcome .flex-welcome .contentBx{padding: 100px 0;}
	#regalo.section{padding: 70px 0;}
	#regalo .flex-row{display: block;}
	#regalo .contentBx{padding-right: 0; margin-bottom: 40px;}
	#regalo .contentBx p.title{font-size: 20px; line-height: 25px; margin-bottom: 30px;}
	#gratitude.section{padding: 0 0 70px;}
	#gratitude .agency1{padding-bottom: 40px;}
	#gratitude .title{padding: 0 0 35px; font-size: 20px; line-height: 25px;}
	#como-funciona.section{padding: 0;}
	#como-funciona .title{font-size: 30px; line-height: 35px; margin-bottom: 35px; text-align: center;}
	#navigate-home.section .option1{padding-left: 0;}
	#navigate-home.section .option2{padding-right: 0;}
	#navigate-home .contentBx{width: 100%;}
	#footer .flex-footer{display: block;}
	#footer .flex-footer .footer-left{text-align: center; margin-bottom: 15px;}
	#footer .flex-footer .footer-center{margin: 0px 0 20px;}
	#footer .flex-footer .footer-center p:first-child{margin-bottom: 15px;}
	#footer .flex-footer .footer-center p, #footer .flex-footer .footer-center p a{line-height: 17px;}
	#footer .flex-footer .footer-right img{margin: 0 auto;}
	#welcome-unete .contentBx{padding: 60px 0;}
	#welcome-unete .contentBx p{font-size: 40px; line-height: 45px; white-space: normal;}
	#unete .flex-centerH{display: block;}
	#contactFormAdvanced .form-group .col:first-child{width: 100%; margin-bottom: 40px;}
	#contactFormAdvanced .form-group .col{width: 100%;}
	.flex-select-form .select-option{max-width: 100%; flex: 0 0 100%;}
	.condition{display: flex; align-items: baseline;}
	.condition label{padding-left: 15px; line-height: 22px; font-size: 16px; font-weight: 400;}
	.btn-primary.btn-submit{float: left; left: 50%; transform: translateX(-50%); margin: 0;}
	#welcome-for-you .contentBx{width: auto; padding: 30px 0;}
	#welcome-for-you .contentBx:before, #welcome-for-you .contentBx:after{padding: 10px 0;}
	#welcome-for-you .contentBx h1{font-size: 30px; line-height: 35px;}
	#choose-salon.section{padding-bottom: 0;}
	.blog-slider .post-blog{margin-bottom: 70px;}
	#intro .contentBx .title{font-size: 20px; line-height: 25px;}
	#form-ui{text-align: center;}
	#form-ui label.filter{width: 48%; text-align: left;}
	.holder.reverse{display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
	.blog-slider .post-blog.align-right .text-wrap:before{top: -20px; bottom: 0;}
	.blog-slider .contact-salon a{padding: 0; width: 100%;}
	.blog-slider .contact-salon a:nth-child(1), .blog-slider .contact-salon a:nth-child(2){width: 100%;}
	.d-none.services-list{display: block; margin-bottom: 5px;}
	.text-wrap .d-none.services-list:last-child{margin-bottom: 20px;}


}

/*Phone Horizontal*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px) 
  and (orientation: landscape){ 
}