:root {
  --color-primary: #F83348;
  --color-gradient-start: #F83348;
  --color-gradient-stop: #F83348;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  letter-spacing: 0.01em;
  font-size: 1em;
  color: #3e3e42;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Rubik', sans-serif;
  color: #1a1c26;
}

.h1,
h1 {
  font-weight: 300;
  line-height: 1.244em;
  font-size: 45px;
}

.h2,
h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.285em;
}

.h3,
h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.342em;
}

.h4,
h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35em;
}

.h5,
h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35em;
}

.h6,
h6 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
}

.navbar-brand {
  padding: 30px 30px 30px 0;
}

.main-header .btn-underlined {
  color: #fff;
}

.main-header .btn-underlined:after {
  background-color: currentColor;
}

.main-header .btn-bordered {
  border-color: #fff;
  color: #fff;
}

.main-header .btn-bordered:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.main-header.megamenu-scheme-light .btn {
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.main-nav > li > a {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-footer {
  padding-top: 70px;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.down-elements {
  padding-top: 8rem !important;
}

.color-feature {
  color: #F83348;
}
.h1-hero {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}

span.hero-destacado {
  font-weight: 700;
  letter-spacing: 0px;
  color: #F83348;
}

.p-hero {
  color: #e0dbda;
  padding-right: 20px;
  margin-bottom: 40px;
  text-align: justify;
  max-width: 90%;
}

h3.headlights {
  font-size: 25px;
  font-weight: 600;
}

.btn-solid {
  background: #FFFFFF;
  color: #fff;
}

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 0;
  position: relative;
  /*border: 1px solid #F83348;*/
  border-radius: 0;
  font-size: 1em;
  white-space: nowrap;
  color: var(--color-primary);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
}

.btn-naked {
	border: none !important;
}

.btn-solid-alt {
  background: #F83348;
  color: #fff;
  border: none;
}

.text-hover-primary-alt:hover {
  color: #F83348;
}

h3.special-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.3em;
}

.special-width {
  max-width: 90%;
}

.txt-cliente {
  font-weight: 700;
  color: #e23b3b;
}

#cookie-law-info-bar {
  top: 15%;
  right: 2%;
  position: fixed;
  z-index: 9999;
}

a.special-link {
  color: #fff;
  cursor: default;
}

.link-index {
  color: #F83348;
  font-weight: 500;
}

/* social media icon style */
.extra-large-icon {list-style: none; padding: 0;}
.extra-large-icon li {display: inline-block;}
.extra-large-icon li {margin: 0 12px}
.extra-large-icon a {font-size: 30px; width: 70px; height: 70px;line-height: 68px;}


.social-icon-style-1 a.whatsapp,.social-icon-style-2 a.whatsapp,.social-icon-style-3 a.whatsapp,.social-icon-style-4 a.whatsapp span,.social-icon-style-10 a.whatsapp span {background-color: #25d366}



/* icon hover effect style 2 */
.social-icon-style-2 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; border-radius: 100%; color: #fff}
.social-icon-style-2 a:hover {border-radius: 0;}

.color-feature-2 {
  border-bottom: 2px solid #F83348;
}

.fancy-title p {
  margin-bottom: 0.3em;
  line-height: 23px;
}



@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important;
  }
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }
  .is-stuck .btn-underlined {
    color: #3d3d3d;
  }
  .is-stuck .btn-underlined:after {
    background-color: #000;
  }
  .is-stuck .btn-underlined:hover {
    color: #000;
  }
  .is-stuck .btn-bordered {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .is-stuck .btn-bordered:hover {
    border-color: #3d3d3d;
    background-color: #3d3d3d;
    color: #fff;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
}

@media screen and (max-width: 1199px) {
.logo-default {
display: none;
}
}

#porquenosotros-img {
	padding-top: 10%;
	padding-left: 5%;
}

#tarjetacomunitaria-img {
	float: left;
	padding-top: 8%;
}

#tarjetacomunitaria-txt {
	float: right;
}

#scroll {
  position:fixed;
  right:20px;
  bottom:20px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#252627;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  z-index: 9999;
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#F83348;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}

.label-policy, .label-policy-2 {
  display: inline-block;
}