
/*Autor: Ilmar Rodriguez | 15.05.2021 */


/*Global Styling*/
@import url('../fonts/qanelas/fonts.css');
@import url('../fonts/norwester/fonts.css');
@import url('../fonts/gothan/fonts.css');
@import url('../fonts/poppins/fonts.css');

body {
   font-family: 'gothamregular', sans-serif;
   font-size: 15px;
   color: #646462;
   font-weight: normal;
	overflow-x: hidden;
}

body.full-page {
   overflow: hidden !important;
}

html {
   font-size: 16px;
}

ol, ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
a,a:hover,a:focus {
   outline: none;
   text-decoration: none;
   color: #ee7699;
}

#link {
   outline: none;
   text-decoration: none;
   color: #177a96;
}



button:focus,
input:focus,
button:active,
input:active {
   outline: none;
   box-shadow: none;
}

.h1, .h2, .h3, .h5, .h6, h1, h2, h3, h5, h6 {
   font-family: norwesterregular, script;
}

.h4, h4 {
   font-family: 'gothamregular', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
   margin: 0;
}
h1 {
   font-size: 3.75rem;
}
h2 {
   font-size: 40px;
}

.relajate h2 {
   font-size: 36px;
}
h3 {
   font-size: 1.875rem;
}
h4 {
   font-size: 1.25rem;
}
h5 {
   font-size: 1rem;
}
h6 {
   font-size: 0.875rem;
}
p {
   font-size: 10px;
	margin-bottom: 0;
}
p.title {
   font-size: 1rem;
}
.block {
   display: block;
}
.italic {
   font-style: italic;
}
button {
   line-height: 1;
}

.titulos {
   border-color: #ee7699;
   background: #ee7699;
   color: #fff;
   position: relative;
   display: inline-block;
   font-size: 30px;
   padding: 20px;
   line-height: 1;
   text-transform: uppercase;
   text-align: center;
   border: 1px solid transparent;
   box-shadow: 5px 7px #b12248;
}


/* Helper Classes & Shorcodes */
p, .font-two,
.heading-title > span,
.process-wrapp li > .pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span,
.price-table .ammount .dur,
.pagination li > a,
.counters .count_nums,
.price-table .ammount h2,
.price-table ul li,
.webcats li a > span,
.getin_form .form-control,
.food-box .price {
   font-family: 'Qanelas', sans-serif;
}

.padding {
   padding: 7.5rem 0;
}
.padding_top {
   padding-top: 7.5rem;
}
.padding_bottom {
   padding-bottom: 7.5rem;
}
.margin_bottom {
   margin-bottom: 7.5rem;
}
.margin_top {
   margin-top: 7.5rem;
}
.padding_half {
   padding: 5px;
}
.margin_half {
   margin: 5px;
}
.padding_bottom_half {
   padding-bottom: 4.375rem;
}
.margin_bottom_half {
   margin-bottom: 5px;
}
.padding_top_half {
   padding-top: 5px;
}
.heading_space {
   margin-bottom: 5px;
}
.bottom5 {
   margin-bottom: 5px;
}
.bottom10 {
   margin-bottom: 10px;
}
.top10 {
   margin-top: 10px;
}

.bottom15 {
   margin-bottom: 15px;
}
.top15 {
   margin-top: 15px;
}
.top20 {
   margin-top: 20px;
}
.bottom20 {
   margin-bottom: 20px;
}
.bottom25 {
   margin-bottom: 25px;
}
.top25 {
   margin-top: 25px;
}
.bottom30 {
   margin-bottom: 30px;
}
.top30 {
   margin-top: 30px;
}
.bottom10 {
   margin-bottom: 10px;
}
.bottom20 {
   margin-bottom: 20px;
}
.bottom35 {
   margin-bottom: 35px;
}
.top40 {
   margin-top: 40px;
}
.bottom40 {
   margin-bottom: 40px;
}
.bottom45 {
   margin-bottom: 45px;
}
.bottom50 {
   margin-bottom: 50px;
}
.bottom60 {
   margin-bottom: 60px;
}
.bottom80 {
   margin-bottom: 80px;
}
.bottom90 {
   margin-bottom: 90px;
}
.bottom100 {
   margin-bottom: 100px;
}
.bottom120 {
   margin-bottom: 120px;
}
.bottom130 {
   margin-bottom: 130px;
}
.bottom140 {
   margin-bottom: 140px;
}
.bottom150 {
   margin-bottom: 150px;
}
.top50 {
   margin-top: 50px;
}
.top60 {
   margin-top: 60px;
}
.top70 {
   margin-top: 70px;
}
.top80 {
   margin-top: 80px;
}
.top90 {
   margin-top: 90px;
}
.top100 {
   margin-top: 100px;
}
.top120 {
   margin-top: 120px;
}
.top130 {
   margin-top: 130px;
}
.top140 {
   margin-top: 140px;
}
.top150 {
   margin-top: 150px;
}
.top160 {
   margin-top: 160px;
}
.top170 {
   margin-top: 170px;
}
.top180 {
   margin-top: 180px;
}
.top190 {
   margin-top: 190px;
}
.top200 {
   margin-top: 200px;
}
.bottom60 {
   margin-bottom: 60px;
}
.bottom0 {
   margin-bottom: 0;
}
.nomargin {
   margin: 0;
}
.nopadding {
   padding: 0;
}
.fontbold {
   font-weight: bold;
}
.font-medium {
   font-weight: 500;
}
.font-normal {
   font-weight: normal;
}
.font-light {
   font-weight: 300;
}
.font-xlight {
   font-weight: 200;
}
.bglight {
   background: #fff;
}
.bgdefault {
   background: #00bcd4;
}
.whitecolor {
   color: #ffffff;
}
.darkcolor {
   color: #212331;
}
.extradark-color {
   color: #212331;
}
.defaultcolor {
   color: #00bcd4;
}
.color-one,
.gradient_color_one {
   color: #ac5dd5;
}
.color-two,
.gradient_color_two {
   color: #f75799;
}
.color-three,
.gradient_color_three {
   color: #00bcd4;
}
.color-four,
.gradient_color_four {
   color: #3fc5a7;
}
.color-five,
.gradient_color_five {
   color: #f39484;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}

section {
   position: relative;
}



.magenta-cicatri {
	color: #D50057;
}

.gris-cicatri {
	color: #646462;
}

.rosa {
	color: #ee7597;
}

.azul-genomma {
   color: #137a96;
}

.blanco {
	color: #fff;
}

.oro {
	color: #D1A866;
}

.container-padding {
   padding-left: 2.25rem;
   padding-right: 2.25rem;
}


/*heading Titles */
.heading-title > span {
   font-size: 1.25rem;
   display: block;
   text-transform: capitalize;
}
.whitecolor.heading-title > span {
   color: #fff;
}
.heading-title h2 {
   font-weight: 300;
   line-height: normal;
}


/*img wrap*/
.image {
   overflow: hidden;
}
a.image {
   display: block;
}
.image img {
   width: 100%;
   display: block;
}
.image,
.image img {
   position: relative;
}

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
   content: "";
   background: #fff;
   height: 0;
   width: 0;
   z-index: 1;
   position: absolute;
   -webkit-transition-duration: 1.3s;
   -o-transition-duration: 1.3s;
   transition-duration: 1.3s;
}
.hover-effect::before {
   right: 0;
   opacity: 1;
   top: 0;
}
.hover-effect::after {
   bottom: 0;
   opacity: .7;
   left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
   height: 100%;
   opacity: 0;
   width: 100%;
}


/*to align elements center*/
.center-block {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

/*Back To Top*/
.back-top {
   right: 20px;
   font-size: 26px;
   position: fixed;
   z-index: 1600;
   opacity: 0;
   visibility: hidden;
   bottom: 70px;
   background: #777982;
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 40px;
}
.back-top-visible {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   visibility: visible;
} 
.back-top:hover::before,
.back-top:focus::before {
   opacity: 1;
   visibility: visible;
}
.back-top,
.back-top:hover,
.back-top:focus {
   background: #f75799;
}
.back-top:hover,
.back-top:focus {
   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16),
      0 3px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16),
      0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

/* ----- Social Icons ----- */
ul.social-icons-simple li,
ul.social-icons li,
ul.social-icons.simple li a {
   display: inline-block;
}
ul.social-icons li a {
   height: 36px;
   line-height: 36px;
   width: 36px;
   font-size: 17px;
   margin: 0 0.1rem;
   text-align: center;
   display: block;
   color: #676767;
   position: relative;
   z-index: 1;
}
ul.social-icons.simple li a {
   height: 24px;
   line-height: 24px;
   width: 24px;
   font-size: 14px;
}
ul.social-icons.whitebg li a {
   background: #fff;
}
ul.social-icons li:last-child a {
   margin-right: 0;
}
ul.social-icons li:first-child a {
   margin-left: 0;
}
ul.social-icons li a::before {
   content: "";
   position: absolute;
   left: -1px;
   right: -1px;
   bottom: -1px;
   top: -1px;
   opacity: 0;
   visibility: hidden;
   background: #f75799;
   -webkit-border-radius: inherit;
   border-radius: inherit;
   z-index: -1;
   -webkit-transform: scale(.5);
   -moz-transform: scale(.5);
   -o-transform: scale(.5);
   transform: scale(.5);
}
.gradients ul.social-icons li a::before {
   background: -webkit-linear-gradient(90deg, #8579e0 31%, #d043ca 69%);
   background: -webkit-gradient(linear, left top, right top, color-stop(31%, #8579e0), color-stop(69%, #d043ca));
   background: -webkit-linear-gradient(left, #8579e0 31%, #d043ca 69%);
   background: -o-linear-gradient(left, #8579e0 31%, #d043ca 69%);
   background: linear-gradient(90deg, #8579e0 31%, #d043ca 69%);
}
ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.back-top,
.back-top:hover,
.back-top:focus,
ul.social-icons.white li a,
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
   color: #fff;
}

.mayusculas {
   text-transform: uppercase;
}


/*-----Buttons-----*/
.button {
   font-family: 'Qanelas', sans-serif;
   position: relative;
   display: inline-block;
   font-size: 24px;
   padding: 10px 30px;
   line-height: 1;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold;
   z-index: 1;
   border: 1px solid transparent;
   box-shadow: 5px 7px #b12248;
}
.button > i {
   vertical-align: middle;
   margin-top: -3px;
}
.button::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   box-shadow: 5px 7px #b12248;
}

.button-social {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


.button-social::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.button-social:hover,
.button-social:after {
   border-color: #D50057;
   background-color: #D50057;
   color: #fff;
}

.button-walmart {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
	background-color: #1A74CE;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


.button-walmart::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.button-walmart:hover,
.button-walmart:after {
   border-color: #1A74CE;
   background-color: #0D5C9E;
   color: #fff;
}

.button-amazon {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
	background-color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


.button-amazon::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.button-amazon:hover,
.button-amazon:after {
   border-color: #fff;
   background-color: #fff;
   color: #393636;
}

.button-comprar-il {
    position: relative;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1;
	background-color: #D50057;
	color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


.button-comprar-il::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.button-comprar-il:hover,
.button-comprar-il:after {
   border-color: #AD0551;
   background-color: #AD0551;
   color: #fff;
}

.button-comprar-ne {
    position: relative;
    display: inline-block;
	font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
	background-color: #000;
	color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


.button-comprar-ne::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.button-comprar-ne:hover,
.button-comprar-ne:after {
   border-color: #000;
   background-color: #000;
   color: #fff;
}

.button-gris-top {
    position: relative;
    display: inline-block;
	font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
	background-color: #D3D2D2;
	color: #636361;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


.button-gris-top::after {
   content: "";
   position: absolute;
   border-radius: inherit;
   top: -8px;
   left: -8px;
   right: -8px;
   bottom: -8px;
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.button-gris-top:hover,
.button-gris-top:after {
   border-color: #D3D2D2;
   background-color: #D3D2D2;
   color: #636361;
}

.linea
{
    display: inline-block;
}

.btnwhite-hole {
   background: transparent;
   border-color: #fff;
}
.btnsecondary,
.btnprimary::after {
   background: #f75799;
}

.btnnegro::after {
   background: #000;
}
.btnsecondary,
.btnprimary:hover,
.btnprimary:after {
   border-color: #f75799;
}

.btnnegro:hover,
.btnnegro:after {
   border-color: #302e2e;
}

.btnprimary,
.btnwhite::after,
.btnsecondary::after {
   background: #ee7699;
}
.btnnegro,
.btnnegro::after {
   background: #000;
}
.btnprimary,
.btnwhite:hover,
.btnwhite:focus,
.btnsecondary:hover,
.btnsecondary:focus {
   border-color: #ee7699;
}

.btnnegro:hover,
.btnwhite:focus,
.btnsecondary:hover,
.btnsecondary:focus {
   border-color: #000;
}
.btnwhite,
.btnwhite-hole::after,
.btnsecondary.hvrwhite::after,
.btnprimary.hvrwhite::after {
   background: #fff;
}
.btnwhite,
.btnwhite-hole:hover,
.btnwhite-hole:focus,
.btnsecondary.hvrwhite:hover,
.btnsecondary.hvrwhite:focus,
.btnprimary.hvrwhite:hover,
.btnprimary.hvrwhite:focus {
   border-color: #fff;
   color: #D50057;
}
.button.gradient_bg_one,
.button.gradient_bg_two,
.button.gradient_bg_three,
.button.gradient_bg_four,
.button.gradient_bg_five {
   border: none;
}
.button.gradient_bg_one,
.button.gradient_bg_two,
.button.gradient_bg_three,
.button.gradient_bg_four,
.button.gradient_bg_five,
.btnwhite-hole,
.btnwhite:hover, .btnwhite:focus,
.btnnegro,
.btnnegro:hover,
.btnnegro:focus,
.btnprimary, .btnsecondary,
.btnprimary:hover,
.btnprimary:focus,
.btnsecondary:hover,
.btnsecondary:focus {
   color: #fff;
}
.button.gradient_bg_one::after {
   background: #8579e0;
}
.button.gradient_bg_two::after {
   background: #f75799;
}
.button.gradient_bg_three::after {
   background: #00bcd4;
}
.button.gradient_bg_four::after {
   background: #3fd39f;
}
.button.gradient_bg_five::after {
   background: #f5c28a;
}
.button:hover::after,
.button:focus::after {
   opacity: 1;
   visibility: visible;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

/* transitions common*/
a, *::before, *::after,
img, span, input, button,
.navbar, .fixedmenu, .tp-bullet, .tparrows,
.owl-dot, .owl-prev, .owl-next,
.sidemenu_btn, .price-table, .price-table *,
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted,
.testimonial-quote {
   -webkit-transition: all .4s ease-in;
   -o-transition: all .4s ease-in;
   transition: all .4s ease-in;
}
i::before, i::after {
   -webkit-transition: all 0s !important;
   -o-transition: all 0s !important;
   transition: all 0s !important;
}
.back-top, ul.social-icons li a,
.owl-dots .owl-dot,
.owl-dots .owl-dot::after,
.owl-nav .owl-prev, .owl-nav .owl-next,
.tparrows, .tp-bullet, .tp-bullet::before,
.cbp-item .single_post .post > img,
.process-wrapp li > .pro-step,
.process-box .pro-step,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img,
.testimonial-wrapp .quoted,
ul.rounded li::before, .food-box .price,
.eny_profile .profile_photo > img,
.webcats li a::before, .side-menu .btn-close{
   -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.button::after,
.owl-dots .owl-dot::after,
.tp-bullet::before,
.side-menu .btn-close::before,
.side-menu .btn-close::after,
.side-nav .navbar-nav .nav-link::after,
.banner-overlay::after,
.process-wrapp li > .pro-step::after,
#portfolio_top::before, #portfolio_top::after,
.overlay > .plus::before, .overlay > .plus::after,
.pagination li > a::before, ul.rounded li::before,
.webcats li a::before, .form-check label::before  {
   content: "";
}

/* ---- Navigation Starts ----- */
.navbar {
   padding-bottom: 0;
   padding-top: 0;
   z-index: 1000;
	background-color: #fff;
}
.center-brand {
   padding-top: 1rem;
   padding-bottom: 1rem;
}
.center-brand,
.transparent-bg {
   left: 0;
   top: 0;
}
.center-brand, .fixed-bottom,
.transparent-bg {
   position: absolute;
   width: 100%;
}


/* SWITCH  */

.switch-field {
	display: flex;
	overflow: hidden;
   font-family: 'Qanelas', sans-serif;

}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
		
}

.switch-field label {
	background-color: #ee7597;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 10px 16px;
	margin-right: -1px;
	transition: all 0.1s ease-in-out;
   font-family: 'Qanelas', sans-serif;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #137a96;
	color: #fff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 20px 0 0 20px;
}

.switch-field label:last-of-type {
	border-radius: 0 20px 20px 0;
}


.multilingual-1 {
	font-weight: normal;
   font-family: 'Qanelas', sans-serif;
}

.multilingual-2 {
	font-weight: normal;
}


/* fin switch */



.fixedmenu {
   top: 0;
   left: 0;
   right: 0;
   position: fixed;
   margin: 0;
   padding-bottom: 0;
   padding-top: 0;
   z-index: 1002;
   -webkit-box-shadow: 0 3px 15px -6px rgba(0, 0, 0, 0.2);
   box-shadow: 0 3px 15px -6px rgba(0, 0, 0, 0.2);
}
.fixed-bottom, .fixedmenu,
.center-brand.fixedmenu {
   background: #fff;
}
.fixed-bottom.fixedmenu {
   bottom: auto;
   top: 0;
}
.navbar-brand,
.navbar-nav .nav-item,
.navbar-nav .nav-link,
.navbar-toggler, .navbar-toggler span,
.side-menu .inner-wrapper,
.side-nav .navbar-nav .nav-link {
   position: relative;
}
.navbar-brand {
   margin: 3px 0;
   padding: 0;
   width: 120px;
}

.center-brand .navbar-brand {
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   padding: 0;
}
.navbar-brand > img {
   width: 250px;  /* ILMAR   Antes 100%*/
}
.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
   display: none;
}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default,
.side-menu .btn-close {
   display: inline-block;
}
.navbar-nav .nav-item {
   margin: 16px 5px;
}
.navbar.sidebar-nav .navbar-nav .nav-item {
   margin: 10px 0;
}
.navbar-nav .nav-item:first-child {
   margin-left: 0;
}
.navbar-nav .nav-item:last-child {
   margin-right: 0;
}
.navbar-nav .nav-link {
   padding: 8px 13px !important;
   font-weight: 500;
   text-transform: capitalize;
   font-size: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   overflow: hidden;
}
.darknav .navbar-nav .nav-link,
.nav-whitecolor .navbar-nav .nav-link {
   color: #fff;
}
.navbar-nav .nav-link,
.fixedmenu .navbar-nav .nav-link {
   color: #177a96;
   font-family: 'poppinsmedium', sans-serif;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.sidebar-nav .navbar-nav .nav-link.active {
   color: #D50057;
}

.nav-link.active {
   color: #ee7699;
   font-weight: bold;
}


.fixedmenu .navbar-nav .nav-link.active,
.fixedmenu .navbar-nav .nav-link.active:hover,
.fixedmenu .navbar-nav .nav-link.active:focus,
.center-brand.fixedmenu .navbar-nav .nav-link.active {
   background: #D50057;
   color: #fff;
}

/*toggle responsive*/
.navbar-toggler {
   border: none;
   -webkit-border-radius: 0;
   border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
   outline: 0;
}
.navbar-toggler span {
   display: block;
   height: 2px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
   left: 0;
   opacity: 1;
   background: #D50057;
}
.gradients .navbar-toggler span {
   background: -webkit-linear-gradient(90deg, #D50057, #fd6687);
   background: -webkit-gradient(linear, left top, right top, color-stop(#D50057), color-stop(#fd6687));
   background: -webkit-linear-gradient(left, #D50057, #fd6687);
   background: -o-linear-gradient(left, #D50057, #fd6687);
   background: linear-gradient(90deg, #D50057, #fd6687);
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   -webkit-transition: -webkit-transform .35s ease-in-out;
   transition: -webkit-transform .35s ease-in-out;
   -o-transition: -o-transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1),
.navbar-toggler:not(.collapsed) span:nth-child(3) {
   position: absolute;
   left: 12px;
   top: 10px;
   opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
   -webkit-transform: rotate(135deg);
   -o-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
   height: 3px;
   visibility: hidden;
   background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
   -webkit-transform: rotate(-135deg);
   -o-transform: rotate(-135deg);
   -ms-transform: rotate(-135deg);
   transform: rotate(-135deg);
}


/*-----Side Menu----*/
.side-menu {
   width: 40%;
   position: fixed;
   right: 0;
   top: 0;
   background-color: #ee7697;
   background : url("../images/back-menu-mobi.png") no-repeat right;
   z-index: 1032;
   height: 100%;
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
   -webkit-transition: -webkit-transform .5s ease;
   transition: -webkit-transform .5s ease;
   -o-transition: -o-transform .5s ease;
   transition: transform .5s ease;
   transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
   transition: transform .5s ease, -webkit-transform .5s ease;
   overflow: hidden;
}
.gradients .side-menu {
   background: -webkit-linear-gradient(90deg, #ee7697, #fd6687);
   background: -webkit-gradient(linear, left top, right top, color-stop(#ee7697), color-stop(#fd6687));
   background: -webkit-linear-gradient(left, #ee7697, #fd6687);
   background: -o-linear-gradient(left, #ee7697, #fd6687);
   background: linear-gradient(90deg, #ee7697, #fd6687);
}
.side-menu.left {
   left: 0;
   right: auto;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
}
.side-menu.side-menu-active {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
   visibility: visible;
   opacity: 1;
}
.side-menu .navbar-brand {
   margin: 0 0 2.5rem 0;
}

/*========================================================================
4. Subscribe Style MODAL  ILMAR
=========================================================================*/
.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 1s cubic-bezier(0, 1.56, 0.86, 1.37);
  -o-transition: all 1s cubic-bezier(0, 1.56, 0.86, 1.37);
  transition: all 1s cubic-bezier(0, 1.56, 0.86, 1.37);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-dialog {
  max-width: 500px;
  padding: 0 15px;
}

.modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
}
.modal .modal-dialog .modal-content .modal-header button {
  font-size: 40px;
  font-weight: 300;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-header button:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 70px 80px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 15px;
  }
}
.modal .modal-dialog .modal-content .modal-body .notify-icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
  position: relative;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;

}
.modal .modal-dialog .modal-content .modal-body .item-title {
  font-size: 36px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .modal .modal-dialog .modal-content .modal-body .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .modal .modal-dialog .modal-content .modal-body .item-title {
    font-size: 24px;
  }
}
.modal .modal-dialog .modal-content .modal-body p {
  color: #646464;
  line-height: 20px;
  margin-bottom: 40px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .form-control {
  margin-bottom: 15px;
  border: 1px solid #d3d3d3;
  height: 50px;
  width: 100%;
  background-color: transparent;
  font-size: 17px;
  color: #111111;
  padding: 10px 20px;
  border-radius: 45px;
  font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .form-control {
    height: 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .form-control {
    height: 46px;
    font-size: 15px;
  }
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group input::-moz-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group input:-moz-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group input:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group-addon {
  display: block;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group-addon button {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  border: 2px solid #D50057;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 45px;
  background-color: #D50057;
  padding: 12px 50px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group-addon button {
    font-size: 18px;
    padding: 5px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group-addon button {
    font-size: 16px;
    padding: 6px 35px;
  }
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group-addon button:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group-addon button:hover {
  background-color: transparent;
  color: #111111;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form #subscribe-input-group {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form #subscribe-input-group.group-hidden {
  opacity: 0;
  visibility: hidden;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result {
    font-size: 14px;
    padding: 0.6rem;
  }
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result .content {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result .content span {
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result .content span {
    font-size: 30px;
  }
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result.alert-warning .content {
  color: #bba800;
}
.modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result.alert-success .content {
  color: #00b72d;
}
.modal-backdrop {
  z-index: -1;
}
@-webkit-keyframes iconAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes iconAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}





/*Side overlay*/
#close_side_menu {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000;
   -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
   -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
   transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
   display: none;
   z-index: 1031;
   opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
   height: 33px;
   width: 33px;
   -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
   box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
   text-align: center;
   top: -70px;
   right: 15px;
   cursor: pointer;
}
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after,
.sidemenu_btn,
.side-nav .navbar-nav .nav-link::after {
   position: absolute;
}
.side-menu.before-side .btn-close {
   display: none;
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
   left: 16px;
   height: 24px;
   width: 2px;
   background: #982948;
   top: 5px;
}
.side-menu .btn-close:before {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}
.side-menu .btn-close:after {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

/*side open btn*/
.side-menu .side-nav,
.side-nav .navbar-nav .nav-item,
.sidemenu_btn > span {
   display: block;
}

/*
@media (max-width: 700px) {  /*  ILMAR 17.05.2021 PARA ELIMINAR EL SIDEMENU en DESKTOP   
   .side-menu .side-nav,
   .side-nav .navbar-nav .nav-item,
   .sidemenu_btn > span {
      display: block;
   }
}
*/

.sidemenu_btn {
   width: 36px;
   padding: 6px;
   margin-right: 1rem;
   right: 15px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.just-sidemenu .sidemenu_btn  {
    position: fixed;
    z-index: 999;
    right: 1rem;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.sidemenu_btn:hover {
   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16),
      0 3px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16),
      0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
.sidemenu_btn.left {
   left: 15px;
   right: auto;
}
.sidemenu_btn > span {
   height: 2px;
   width: 100%;
   background: #212331;
}
.nav-whitecolor .sidemenu_btn > span {
   background: #fff;
} 
.nav-whitecolor.fixedmenu .sidemenu_btn > span {
   background: #212331;
} 
.gradients .center-brand .sidemenu_btn > span {
   background: -webkit-linear-gradient(90deg, #8579e0 31%, #d043ca 69%);
   background: -webkit-gradient(linear, left top, right top, color-stop(31%, #8579e0), color-stop(69%, #d043ca));
   background: -webkit-linear-gradient(left, #8579e0 31%, #d043ca 69%);
   background: -o-linear-gradient(left, #8579e0 31%, #d043ca 69%);
   background: linear-gradient(90deg, #8579e0 31%, #d043ca 69%);
}
.gradients .just-sidemenu .sidemenu_btn > span {
    background: -webkit-linear-gradient(90deg, #00bcd4, #5192e1);
    background: -webkit-gradient(linear, left top, right top, color-stop(#00bcd4), color-stop(#5192e1));
    background: -webkit-linear-gradient(left, #00bcd4, #5192e1);
    background: -o-linear-gradient(left, #00bcd4, #5192e1);
    background: linear-gradient(90deg, #00bcd4, #5192e1);
}
.sidemenu_btn > span:nth-child(2) {
   margin: 4px 0;
}
.side-menu .inner-wrapper {
   padding: 3.5rem 4rem;
   /*height: 50%;*/
   /*overflow-y: auto;*/
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: left;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.side-menu .side-nav {
   margin-bottom: 30px;
}
.side-nav .navbar-nav .nav-item {
   margin: 10px 0;
   padding: 0 !important;
   opacity: 0;
   -webkit-transition: all 0.8s ease 500ms;
   -o-transition: all 0.8s ease 500ms;
   transition: all 0.8s ease 500ms;
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
   -webkit-transition-delay: .1s;
   -o-transition-delay: .1s;
   transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
   -webkit-transition-delay: .3s;
   -o-transition-delay: .3s;
   transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
   -webkit-transition-delay: .4s;
   -o-transition-delay: .4s;
   transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
   -webkit-transition-delay: .5s;
   -o-transition-delay: .5s;
   transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
   -webkit-transition-delay: .6s;
   -o-transition-delay: .6s;
   transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
   -webkit-transition-delay: .7s;
   -o-transition-delay: .7s;
   transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
   -webkit-transition-delay: .8s;
   -o-transition-delay: .8s;
   transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
   -webkit-transition-delay: .9s;
   -o-transition-delay: .9s;
   transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.side-nav .navbar-nav .nav-link {
   display: inline-table;
   color: #fff;
   padding: 2px 0 3px 0 !important;
   font-size: 1.5rem;
   font-weight: 300;
   line-height: 2.5;
   -webkit-border-radius: 0;
   border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
   display: inline-block;
   color: #982948;
   width: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
   -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
   transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
   width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
   background: transparent;
   color: #982948;
   font-weight: bold;
}
.side-menu p {
   font-size: 13px;
   margin-top: .5rem;
   margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
   height: 28px;
   width: 28px;
   line-height: 28px;
   font-size: 14px;
}
.sidebar-nav .social-icons {
   position: absolute;
   bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
   color: #fff;
}

/*wrapper on opened sidebar*/
.wrapper {
   padding-left: 290px;
}
.wrapper .full-screen {
   width: 100% !important;
}

@media (max-width: 1400px) {
   .side-menu .inner-wrapper {
      padding: 2rem 4rem;
   }
}
@media (max-width: 1366px) {
   .center-brand .sidemenu_btn {
      right: 0;
   }
}
@media (max-width: 1200px) {
   .side-menu .inner-wrapper {
      padding: 2rem 3.5rem;
   }
}
@media (min-width: 1025px) and (max-width: 1091px) {
   .navbar-nav.ml-auto { 
      margin-right: 30px;
   }
   .nav-social .navbar-nav.ml-auto{
      margin-right: 0;
   }
   .sidemenu_btn {
      right: 0;
   }
}
@media (max-width: 1024px) {
   .boxed-nav .sidemenu_btn {
      display: none !important;
   }
   .center-brand .navbar-brand {
      width: 100px;
   }
   .navbar-nav .nav-link {
      font-size: 13px;
   }
}
@media (max-width: 1024px) {
   .sidemenu_btn {
      position: relative;
   }
}
@media (max-width: 992px) {
   .boxed-nav {
      background: #fff;
   }
   .center-brand .navbar-brand {
      position: relative;
      top: auto;
      margin: 16px 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
   }
   .navbar-nav .nav-item {
      margin: 5px 0;
   }
   .side-menu {
      width: 50%;
   }
   .side-menu .inner-wrapper {
      padding: 0 50px 0 50px;
   }
   .sidemenu_btn {
      margin-top: 4px;
      right: 0;
      position: absolute;
   }
   .side-nav .navbar-nav .nav-link {
      font-size: 2rem;
   }
}
@media (max-width: 768px) {
   .center-brand .navbar-brand {
      width: 100px;
   }
   .side-menu {
      width: 55%;
   }
   .side-nav .navbar-nav .nav-link {
      font-size: 22px;
   }
}
@media (max-width: 767px) {
   .wrapper {
      padding-left: 0;
   }
   .side-menu {
      width: 300px;
   }
   .side-nav .navbar-nav .nav-item {
      margin: 8px 0;
   }
   .side-nav p {
      display: none;
   }
   .sidebar-nav .social-icons {
      display: none;
   }
}

/*---- Navigation Ends ----*/


/*---- OWl Slider & Revolution ----*/
/*Dots*/
.owl-dots {
   margin-top: 2rem;
   text-align: center;
}
.vertical-dot .owl-dots,
.owl-dots .owl-dot::after,
.owl-nav .owl-prev,
.owl-nav .owl-next {
   position: absolute;
}
.vertical-dot .owl-dots,
.owl-nav .owl-prev,
.owl-nav .owl-next { 
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.vertical-dot .owl-dots {
   display: inline-table;
   width: 24px;
   top: 50%;
   right: 40px;
}
.owl-dots .owl-dot {
   height: 12px;
   width: 12px;
   background: transparent;
   margin: 2px 3px;
   position: relative;
   border: 1px solid #00bcd4;
   display: inline-block;
   cursor: pointer;
   padding: 0;
}
.vertical-dot .owl-dots .owl-dot {
   border: none;
   background: rgba(255, 255, 255, .5);
}
.vertical-dot .owl-dots .owl-dot.active,
#text-fading .owl-dots .owl-dot {
   background: #fff;
   border: none;
}
.owl-dots .owl-dot::after {
   background: #00bcd4;
   height: 100%;
   left: 0;
   top: 0;
   opacity: 0;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   visibility: hidden;
   width: 100%;
}
.vertical-dot .owl-dots .owl-dot::after {
   display: none;
}
.owl-dots .owl-dot.active::after,
.owl-dots .owl-dot:hover:after {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   visibility: visible;
}
.animate-out {
   -webkit-animation-delay: 0ms;
   -o-animation-delay: 0ms;
   animation-delay: 0ms;
}

/*Buttons*/
.owl-nav .owl-prev {
   left: 5px;
}
.owl-nav .owl-next {
   right: 5px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
   background: #00bcd4;
   font-size: 14px;
   width: 36px;
   height: 36px;
   line-height: 36px;
   text-align: center;
   top: 50%;
   color: #fff;
   opacity: 0;
   visibility: hidden;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
   opacity: 1;
   visibility: visible;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
   background: #f75799;
}
/*-----OWL Slider ends-----*/


/*-----Page Headers----- */
.page-header {
   background: url(../images/bg-page-header.jpg) no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   background-size: cover;
   background-attachment: fixed;
   width: 100%;
}
.page-header .page-titles {
   position: relative;
   margin-top: 5rem;
   text-transform: capitalize;
}
.breadcrumb {
   background: transparent;
   padding: 0;
}
.breadcrumb .breadcrumb-item {
   font-size: 14px;
}
.breadcrumb .breadcrumb-item:hover,
.breadcrumb .breadcrumb-item:focus,
.breadcrumb .breadcrumb-item.active {
   color: #00bcd4;
}
/*-----Page Headers -----*/




/*Img wrappers*/
.absolute-img-wrapp .absolute-img {
   width: auto;
   max-width: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.absolute-img-wrapp .right-img {
   right: 0;
}
.absolute-img-wrapp .left-img {
   left: 0;
}


.bottom-text {
   display: table;
}
.bottom-text > .cells {
   display: table-cell;
   vertical-align: middle;
   padding: 15px;
}
.bottom-text p {
   font-size: 15px;
   margin-bottom: 0;
}
.bottom-text .port_head {
   font-weight: bold;
   font-size: 5.625rem;
   line-height: 1;
   font-family: 'Qanelas', sans-serif;
}
.portfolio-cap {
   padding: 15px;
   text-align: center;
}
.border-portfolio .portfolio-cap {
   padding-top: 0;
}
.cbp-item .single_post .post {
    height: 100px;
    width: 100px;
}


/*instagram*/
.insta-social.row {
   margin-left: -3px;
   margin-right: -3px;
}
.insta-social.row li {
   padding: 3px;
}
.whitebox .widget {
   padding: 40px 20px;
   background: #fff;
   -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/*----- Blog ends -----*/




/*Contact Form*/
.getin_form .form-control,
.form-group label, .checkbox label {
   color: #636361;

	
}
.getin_form .form-control,
.form-check label::before {
   background: #fff;
}
.getin_form .form-control {
   border: none;
   border-bottom: 1px solid #a5a5a5;
   padding: 12px 0;
   padding-top: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   height: 44px;
   font-size: 14px;
   -webkit-transition: border .9s ease;
   -o-transition: border .9s ease;
   transition: border .9s ease;
   background: rgba(255, 255, 255, .8);
}
textarea {
   min-height: 175px;
   resize: none;
}
button {
   border: none;
   cursor: pointer;
}
.border-form .form-control {
   padding-left: 15px;
   padding-right: 15px;
   -webkit-border-radius: 24px;
   border-radius: 24px;
   padding-top: 12px;
}
.border-form .form-control,
.form-check label::before {
   border: 1px solid #a5a5a5;
}
.getin_form .button {
   width: 100%;
}
.logincontainer {
   padding: 3.5rem 1.5rem;
}
.getin_form .form-control:focus,
.border-form .form-control:focus {
   border-color: #212331;
}

/*CheckBox*/
.form-check {
   display: block;
   font-size: 22px;
}

label {
    /* display: inline-block; */
    margin-bottom: 2px;
}

.form-group label, .checkbox label {
   font-family: 'poppinsmedium', sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: #0c4454;
   min-height: 20px;
   cursor: pointer;
   float: left;
   padding-left: 35px;
}

.form-check label::before {
   width: 17px;
   height: 17px;
   left: 0;
   margin-left: -20px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
   -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
   -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
   transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-check input[type="checkbox"]:checked + label::before {
   font: normal normal normal 12px/1 FontAwesome;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f00c";
   text-align: center;
   line-height: 16px;
   font-weight: 300;
}
.form-check input[type="checkbox"]:checked + label::before {
   background-color: #177a96;
   border-color: #177a96;
   color: #fff;
}



/* custom checkbox ILMAR RODRIGUEZ 15.05.2021  */
.checkbox {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   cursor: pointer;
   font-size: 22px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

/* hide the browser's default checkbox */
.checkbox input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}

/* create custom checkbox */
.check {
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   background-color: transparent;
   border: 4px solid #177a96;
}

/* on mouse-over, add border color */
.checkbox:hover input ~ .check {
   border: 2px solid #2489C5;
}

/* add background color when the checkbox is checked */
.checkbox input:checked ~ .check {
   background-color: #177a96; 
   border:none;
}

/* create the checkmark and hide when not checked */
.check:after {
   content: "";
   position: absolute;
   display: none;
}

/* show the checkmark when checked */
.checkbox input:checked ~ .check:after {
   display: block;
}

/* checkmark style */
.checkbox .check:after {
   left: 9px;
   top: 5px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}


.subir-archivos{
  /* background-color: rgba(255, 255, 255, 0.8);*/
   padding-top: 10px;
   padding-bottom:10px;
   border-radius: 5px;
}


.carga-archivo-input {
   position: relative;
   overflow: hidden;
   margin: 0;    
   color: #177a96 !important;
   background : url("../images/subir-archivo.svg") no-repeat right;
   height: 100%;
   
}
.carga-archivo-input input[type=file] {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer !important;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}
.carga-archivo-input-title {
   margin-left:-60px;
   font-size: 13px;
}



input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control, select.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #177a96 !important;
  outline: none !important;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  height: inherit !important;
}


select.customDropdown::-ms-expand {
    display: none;
}

select.customDropdown {
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    background : url("../images/icon-down.png") no-repeat right;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #177a96;
    font-family: 'poppinsmedium', sans-serif;
}


input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus, select.form-control:active, select.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #177a96;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover, select.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
	border-color: #177a96;
}

form.has-background {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
}
form.submitted .status {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
form.submitted .form-group, form.submitted .input-group {
  pointer-events: none;
}
form .status {
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: -20px;
  right: -20px;
  position: absolute;
}
form .status .status-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  background-color: grey;
  color: #636361;
  text-align: center;
  line-height: 40px;
}
form .status .status-icon.valid {
  background-color: #50aa8d;
}
form .status .status-icon.invalid {
  background-color: #e45544;
}
form .status i {
  font-size: 18px;
}

.form ::-webkit-input-placeholder {
  color: #177a96;
  font-family: 'poppinsmedium', sans-serif;
  font-size: 11px !important;
  
}
.form :-moz-placeholder {
  color: #177a96;
  font-family: 'poppinsmedium', sans-serif;
  font-size: 11px !important;
}
.form ::-moz-placeholder {
  color: #177a96;
  font-family: 'poppinsmedium', sans-serif;
  font-size: 11px !important;
}
.form :-ms-input-placeholder {
  color: #177a96;
  font-family: 'poppinsmedium', sans-serif;
  font-size: 11px !important;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
   font-size: 12px;
   color: #177a96;
}

.input-group {
  width: 100%;
}
.input-group .input-group-btn {
  position: absolute;
  height: 100%;
  right: 0;
  width: auto;
  z-index: 5;
}
.input-group .input-group-btn .btn {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
  background-color: transparent;
}

.form-group .btn {
  padding-top: 14px;
  padding-bottom: 13px;
}

.contenedorformulario:before {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px dashed #ccc;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.contenedorformulario:before {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px dashed #ccc;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.contenedorformulario {
    background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  height: auto;
  width: 400px;
  padding: 30px;
  position: absolute;
  z-index: 0;
   -webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
  
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 rgba(255, 255, 255, 1), 4px 4px 0 rgba(0, 0, 0, .1), 6px 6px 0 rgba(255, 255, 255, 1), 7px 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
}

.grupo {
  clear:both;
}


.form-group > i {
  width:25px;
  color:#9b9b9b;
  position: absolute;
  left: 42px;
  margin-top:16px;
}

.button-social > i {
    width: 25px;
    left: 22px;
}



/*----- Contact US -----*/


/*----- Footer -----*/
footer .copyrights {
   font-size: 10px;
}
.footer-logo {
   display: inline-block;
   max-width: 230px;
}
footer ul.social-icons:not(.small) li a {
   height: 58px;
   width: 58px;
   line-height: 58px;
   font-size: 20px;
   border: none;
   background: transparent;
}
footer ul.social-icons li a {
   background: #f5f5f5;
}
footer .copyrights > a:hover, footer .copyrights > a:focus {
   color: #00bcd4;
}
/*----- Footer ends -----*/


@media (min-width: 992px) {
   .d-lg-inline-block {
      display: none !important;
   }
}

.premios {
	width: 115%;
}

.premios-mobi {
	width: 100%;
}

.img-home-vacunados {
	width: 89%;
}


.logo-premios-cica {
	width: 85%;
}


.sinpadding [class*="col-"] {
   padding: 0;
}

.padding-0{bottom
   padding-right:0;
   padding-left:0;
   }

.bg-cuadrado {
	background-color: #fff;
	border-radius: 35px;
    background-position: center; 
}


.bg-kit-re {
   background: url(../images/background-kit-rejuvenecimiento3.jpg) no-repeat top center;
   width: 100%;
}


.bg-promo-1-mobi {
   background: url(../images/back-promo-1.jpg) no-repeat top center;
   width: 100%;
   background-size: cover;
}

.bg-promo-2-mobi {
   background: url(../images/back-promo-2.jpg) no-repeat top center;
   width: 100%;
   background-size: cover;
}

.bg-promo-3-mobi {
   background: url(../images/back-promo-3.jpg) no-repeat top center;
   width: 100%;
   background-size: cover;
}

.padding-logo-m {
   padding: 20px;
}



/*   For desktop devices:*/
@media (min-width: 1025px) {
   .bg-home {
      background: url(../images/back-home-desktop.jpg) no-repeat top center;
      width: 100%;
      background-size: cover;
      height: auto;
   }

   .back-premios {
      background: url(../images/back-premios-desktop.jpg) no-repeat center fixed;
      width: 100%;
      justify-content: center;
      background-size: cover;
   }

   .single-comprar {
      width: 100%;
 /* NUEVO ILMAR */
   }

   .back-donde-comprar {
      background: url(../images/back-donde-comprar.jpg) no-repeat top center;
      width: 100%;
      background-size: cover;
      height: 620px;
   }

   .boxed-nav .sidemenu_btn {
      display: none !important;
      }

   .img-logos-comprar {
      width: 62%;
      }


}

/*  For tablets:    */
@media (min-width: 481px) and (max-width: 1024px) {
   .bg-home {
      background: url(../images/back-home-tablet.jpg) no-repeat top center;
      width: 100%;
   }

   .back-premios {
      background: url(../images/back-premios-tablet.jpg) no-repeat top center;
      width: 100%;
   }

   .back-donde-comprar {
      background: url(../images/back-donde-comprar-768.jpg) no-repeat top center;
      width: 100%;
      height: 700px;
   }

   .single-comprar {
      width: 100%;
      background-size: cover; /* NUEVO ILMAR */
   }

   .titulos {
      border-color: #ee7699;
      background: #ee7699;
      color: #fff;
      position: relative;
      display: inline-block;
      font-size: 15px;
      padding: 10px;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid transparent;
      box-shadow: 5px 7px #b12248;
   }

   .top-80tab{
      margin-top: 80px;
   }
   .img-logos-comprar {
      width: 70%;
      }
   
      
}

/*  For mobile    */
@media (max-width: 480px) {
   .bg-home {
      background: url(../images/back-home-mobi.jpg) no-repeat top center;
      width: 100%;
   }

   .single-comprar {
      width: 100%;
      background-size: cover; /* NUEVO ILMAR */
      height: auto; /* NUEVO ILMAR */
   }

   .back-donde-comprar {
      background: url(../images/back-donde-comprar-mobi.jpg) no-repeat top center;
      width: 100%;
      height: 460px;
   }

   .titulos {
      border-color: #ee7699;
      background: #ee7699;
      color: #fff;
      position: relative;
      display: inline-block;
      font-size: 14px;
      padding: 10px;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid transparent;
      box-shadow: 5px 7px #b12248;
   }

   .top-100m{
      margin-top: 100px;
   }
   .img-logos-comprar {
      width: 100%;
      }

   /* SWITCH  */

   .switch-field {
      display: flex;
      overflow: hidden;
      font-family: 'Qanelas', sans-serif;

   }

   .switch-field input {
      position: absolute !important;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      width: 1px;
      border: 0;
      overflow: hidden;
         
   }

   .switch-field label {
      background: rgba(255, 255, 255, .8);
      color: #982948;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      padding: 10px 16px;
      margin-right: -1px;
      transition: all 0.1s ease-in-out;
      font-family: 'Qanelas', sans-serif;
   }

   .switch-field label:hover {
      cursor: pointer;
   }

   .switch-field input:checked + label {
      background-color: #982948;
      color: #fff;
      box-shadow: none;
   }

   .switch-field label:first-of-type {
      border-radius: 20px 0 0 20px;
   }

   .switch-field label:last-of-type {
      border-radius: 0 20px 20px 0;
   }

   .img-logo-mobile {
      width: 70%;
   }

   .navbar-brand {
      margin: 3px 0 0 -30px;
      width: 120px;
  }


   }

/*FIN MOBILE*/



   .bg-kit-fir {
      background: url(../images/background-kit-firmeza.jpg) no-repeat top center;
      width: 100%;
   }

   .back-home-registro {
      background: url(../images/back-home-registro.jpg) no-repeat top center;
      width: 100%;
   }
   .back-reglas {
      background: url(../images/back-reglas.jpg) no-repeat top center;
      width: 100%;
   }


   .boton-amazon {
      position: absolute;
      margin-left: -60px;
   }

   .boton-walmart {
      position: absolute;
      margin-left: 50px;
      z-index: -1;
   }

   @media (max-width: 768px) {
      .top100 {
         margin-top: 80px;
      }
      .top180 {
         margin-top: 120px;
      }
      .top170 {
         margin-top: 20px;
      }

}

.single-cover {
   /* height: 89vh; ILMAR*/
   width: 100%;
}




/* Large screens ----------- */  
@media only screen and (min-width : 1550px) {  
   .single-cover {
      width: 100%;
      background-size: cover; /* NUEVO ILMAR */
      height: auto; /* NUEVO ILMAR */
   }

   .home-alto {
      width: 100%;
      background-size: cover; /* NUEVO ILMAR */
      height: 1000px; /* NUEVO ILMAR */

   }
      .img-kit-re {
      width: 100%;
   }
      .img-kit-fir {
      width: 100%;
   }
   .premios {
      width: 130%;
   }

   .img-home-vacunados {
      width: 100%;
   }

   .img-fotos-vacunados {
      width: 120%;
   }

   .single-comprar {
      width: 100%;
      background-size: cover; /* NUEVO ILMAR */
      height: 1080px; /* NUEVO ILMAR */
   }

   .top90-l {
      margin-top: 90px;
   }
   .top100-l {
      margin-top: 100px;
   }
   .top120-l {
      margin-top: 120px;
   }
   .top130-l {
      margin-top: 130px;
   }
   .top140-l {
      margin-top: 140px;
   }

   .img-logos-comprar {
      width: 100%;
   }

   .back-donde-comprar {
      background: url(../images/back-donde-comprar-g.jpg) no-repeat top center;
      width: 100%;
      background-size: cover;
      height: 1000px;
   }
	
}  


/*Large devices, GRANDES (desktops, less than 1200px)*/
@media (max-width: 1224px) {
   html { font-size: 15px; }
	}


/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
   .navbar-expand-lg > .container,
   .navbar-expand-lg > .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
   }
	.single-cover {
       width: 100%;
}

}
@media (max-width: 992px) {
   .container { max-width: 90%; }
   h2 { font-size: 28px; text-align: center; }
   h3 { font-size: 18px; text-align: center; }
   h4 { font-size: 15px; text-align: center; }
   p { font-size: 8px; }
   .heading-title h2 {
      line-height: normal;
   }
   .heading-title > span {
      font-size: 1rem;
   }
	footer .copyrights {
     font-size: 8px;
  }
	.single-cover {
       width: 100%;
   }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
   html { font-size: 14px; }
   .container {
      width: 92%;
      max-width: 98%;
   }
   
   
   footer ul.social-icons:not(.small) li a {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 18px;
   }
	.navbar-brand > img {
       width: 160%;  /* ILMAR*/
   }
	.form-group label, .checkbox label {
	   font-size: 12px;
	   font-weight: 500;
	   padding-left: 10px;
	   min-height: 20px;
	   cursor: pointer;
	   float: left;
		color: #fff;
   }
	.boton-amazon {
	  position: absolute;
	  margin-left: -65px;
   }
	.button {
	  font-size: 16px;
	}
	.relajate h2 {
      font-size: 28px;
   }
	.bg-kit-re {
       background: url(../images/back-kit-rejuvenecimiento-mobi.jpg) no-repeat top center;
       width: 100%;
   }
	.bg-kit-fir {
	  background: url(../images/background-kit-firmeza-mobi.jpg) no-repeat top center;
     width: 100%;
    }

	.back-premios {
		background: url(../images/back-premios-mobi.jpg) no-repeat top center;
      width: 100%;
	}

	.back-home-registro {
		background: url(../images/back-home-registro-mobi.jpg) no-repeat top center;
      width: 100%;
	}

   .back-donde-comprar {
      background: url(../images/back-donde-comprar-768.jpg) no-repeat top center;
      width: 100%;
      background-size: cover;
      /*min-height: 600px;*/
   }

	.back-reglas {
		background: url(../images/back-reglas-mobi.jpg) no-repeat top center;
      width: 100%;
	}
	.bottom50 {
       margin-bottom: 0;
    }

}

@media (max-width: 580px) {
   footer ul.social-icons:not(.small) li a {
       height: 34px;
       width: 34px;
       line-height: 34px;          
       font-size: 15px;
   }
	.navbar-brand > img {
       width: 160%;  /* ILMAR*/
   }
	.form-group label, .checkbox label {
	   font-size: 12px;
	   font-weight: 500;
	   padding-left: 40px;
	   min-height: 20px;
	   cursor: pointer;
	   float: left;
		color: #fff;
   }
	.boton-amazon {
	  position: absolute;
	  margin-left: -65px;
   }
	.button {
	  font-size: 16px;
	}
	.relajate h2 {
      font-size: 28px;
   }
	.bg-kit-re {
       background: url(../images/back-kit-rejuvenecimiento-mobi.jpg) no-repeat top center;
       width: 100%;
   }
	.bg-kit-fir {
	  background: url(../images/background-kit-firmeza-mobi.jpg) no-repeat top center;
     width: 100%;
    }

	.back-donde-comprar {
	  background: url(../images/back-donde-comprar-mobi.jpg) no-repeat top center;
     width: 100%;
   }
	.back-premios {
		background: url(../images/back-premios-mobi.jpg) no-repeat top center;
      width: 100%;
	}

	.back-home-registro {
		background: url(../images/back-home-registro-mobi.jpg) no-repeat top center;
      width: 100%;
	}
	.back-reglas {
		background: url(../images/back-reglas-mobi.jpg) no-repeat top center;
      width: 100%;
	}
	.bottom50 {
       margin-bottom: 0;
    }

}
