/* Font */

@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-Light_2.ttf);
}

@font-face {
    font-family: 'Bellerose';
    src: url(font/Bellerose.ttf);
}

body {
    font-family: Roboto, "Encode Sans", sans-serif;
}

p {

    color: #333;

}

/*------------------------------------
  Colores
------------------------------------*/

/* 
Blue-light: #4495D1;
Blue: #005486;
Blue-dark: #0D436A;
Green-light: #62AC46;
Green: #369044;
Yellow: #F9EC00;
Gray: #;
Rosa: #F2A0CB; ## Para Octubre Rosa
*/

/*------------------------------------
  Fonts Colors
------------------------------------*/

.g-color-gray {
    color: #414042 !important;
}

.g-color-blue {
    color: #005486 !important;
}

.g-color-blue-light {
    color: #4495D1 !important;
}

.g-color-green {
    color: #369044 !important;
}

.g-color-green-light {
    color: #62AC46 !important;
}

.g-color-yellow {
    color: #F9EC00 !important;
}

.g-color-blue-dark {

    color: #0D436A !important;
}

.g-color-pink {
    color: #F2A0CB !important;
}

/*------------------------------------
  Background Colors
------------------------------------*/

.g-bg-pink {

    background-color: #F2A0CB !important;
}

.g-bg-gray {

    background-color: #414042 !important;
}

.g-bg-blue {
    background-color: #005486 !important;
}

.g-bg-blue-light {
    background-color: #4495D1 !important;
}

.g-bg-green {
    background-color: #369044 !important;
}

.g-bg-green-light {
    background-color: #62AC46 !important;
}

.g-bg-yellow {
    background-color: #F9EC00 !important;
}

.g-bg-blue-dark {

    background-color: #0D436A !important;
}

.g-bg-main {
    background-color: #052c52 !important;
}

.g-bg-main--hover:hover {
    /*color:#4495D1 !important;*/
    background-color: #62AC46 !important;
}

/* Main Colors */
.g-bg-main {
    background-color: #005486 !important;
}

/* Main Secondary */
.g-bg-secondary {
    background-color: #fafafa !important;
}

/* Primary Colors */
.g-bg-primary {
    background-color: #efb225 !important;
}

.g-brd-green--active.active,
.active .g-brd-green--active {
    border-color: #efb225 !important;
}

.g-brd-yellow--active.active,
.active .g-brd-yellow--active {
    border-color: #F9EC00 !important;
}

/**/

.g-bg-primary--hover:hover {
    background-color: #4495D1 !important;
}

.g-bg-blue-light-opacity-0_9--after::after {
    background-color: rgba(68, 149, 202, 0.9) !important;
}

.g-bg-yellow-opacity-0_9--after::after {
    background-color: rgba(249, 236, 0, 0.9) !important;
}

.g-bg-green-light-opacity-0_9--after::after {
    background-color: rgba(98, 172, 70, 0.9) !important;
}

/* Servicios */

/* .g-bg-black-opacity-0_6--after::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-servicios
{
    background-image: url(../../assets/img/servicios.jpg);
    position:relative;
} */


/* Borders */

.g-border-2 {
    border: 2px solid transparent;
}

.g-border-1 {
    border: 1px solid transparent;
}

/* Primary Colors */
.g-brd-primary {
    border-color: #0D436A !important;
}

.g-brd-blue-light {
    border-color: #4495D1 !important;
}

.g-brd-green-light {
    border-color: #62AC46 !important;
}

.g-brd-primary--hover:hover,
.g-brd-primary--active.active {
    border-color: #62AC46 !important;
}

/* Texts Styles */

.u-txt-shadow-gray {
    text-shadow: 0 0px 1px #999;
}

.u-txt-shadow-white-v1 {
    text-shadow: 0 0px 1px #fff;
}

.g-color-yellow--hover:hover {
    color: #F9EC00 !important;
}

/* Listas */

.u-list {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


/*------------------------------------
  Headers
------------------------------------*/

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #4B4B4D;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open>.nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active>.nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open>.nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active>.nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #4495D1;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {

    color: #62AC46;
    /* padding-top: 5px;
    position: relative;
    text-shadow: 0 0 3px darkgrey;*/

}


/*------------------------------------
  Checkboxes Blue
------------------------------------*/
.u-check-icon-checkbox-blue,
.u-check-icon-radio-blue {
    width: 18px;
    height: 18px;
    font-size: 12px;
    border: solid 1px #ccc;
}

.u-check-icon-checkbox-blue i::before,
.u-check-icon-radio-blue i::before {
    content: attr(data-uncheck-icon);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-check-icon-radio-blue {
    border-radius: 50%;
}

.u-check-icon-radio-blue i {
    border-radius: 50%;
}

.u-check input[type="checkbox"]:checked+.u-check-icon-checkbox-blue,
.u-check input[type="checkbox"]:checked+.u-check-icon-radio-blue,
.u-check input[type="checkbox"]:checked+* .u-check-icon-checkbox-blue,
.u-check input[type="checkbox"]:checked+* .u-check-icon-radio-blue,
.u-check input[type="radio"]:checked+.u-check-icon-checkbox-blue,
.u-check input[type="radio"]:checked+.u-check-icon-radio-blue,
.u-check input[type="radio"]:checked+* .u-check-icon-checkbox-blue,
.u-check input[type="radio"]:checked+* .u-check-icon-radio-blue {
    color: #005486;
    border-color: #005486;
}

.u-check input[type="checkbox"]:checked+.u-check-icon-checkbox-blue i::before,
.u-check input[type="checkbox"]:checked+.u-check-icon-radio-blue i::before,
.u-check input[type="checkbox"]:checked+* .u-check-icon-checkbox-blue i::before,
.u-check input[type="checkbox"]:checked+* .u-check-icon-radio-blue i::before,
.u-check input[type="radio"]:checked+.u-check-icon-checkbox-blue i::before,
.u-check input[type="radio"]:checked+.u-check-icon-radio-blue i::before,
.u-check input[type="radio"]:checked+* .u-check-icon-checkbox-blue i::before,
.u-check input[type="radio"]:checked+* .u-check-icon-radio-blue i::before {
    content: attr(data-check-icon);
}

/* Parallax */

.parallax {
    /* The image used */
    background-image: url("../img/fachada.jpg");

    /* Set a specific height */
    min-height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Custom Card */
/*
@media (min-width: 0) {

    .card {
        display: none;
    }

}

@media (min-width: 1023px) {

    .card {
        display: block;
    }


}
*/
/* Custom Padding */

@media (min-width: 0) {

    .g-pt-160 {
        padding-top: 95px !important;
    }

}

@media (min-width: 799px) {

    .g-pt-160 {
        padding-top: 9rem !important;
    }


}

/* Buttons */

.btn-brd-rd-8 {
    border-radius: 8px;
}

/* Margin */

@media (min-width: 0) {

    .g-mt-155 {
        margin-top: 120px !important;
    }

}

@media (min-width: 799px) {

    .g-mt-155 {
        margin-top: 9rem !important;
    }

}

/* MasterSlider */

.msp-preset-btn-171 {
    text-decoration: none;
    background-color: #62AC46;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
}

.msp-preset-btn-171:hover {
    text-decoration: none;
    color: #fff;
    background-color: #369044;
    border: 1px solid #fff;
}

.msp-preset-btn-171:active {
    text-decoration: none;
    top: 1px
}

.msp-cn-118-1 {
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #e8e8e8;
}

.msp-cn-118-2 {
    font-weight: normal;
    font-size: 58px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-118-3 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-118-4 {

    font-weight: 600;
    font-size: 29px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-118-5 {
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
}

.msp-cn-118-9 {
    font-weight: normal;
    font-size: 39px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-118-10 {

    font-weight: normal;
    font-size: 39px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-118-11 {
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
}

.msp-cn-118-13 {
    font-weight: bold;
    font-size: 39px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
    text-shadow: 0 0 4px #000;
}

.msp-cn-118-15 {
    font-weight: bold;
    font-size: 39px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
    text-shadow: 0 0 4px #000;
}

/* Pop Up */

.popup {
    background-color: #ffffff;
    color: #888888;
    height: 245px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 550px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
}

a.close {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

/*--------------------------------------------------------------
# Beneficios y Promociones
--------------------------------------------------------------*/

.promociones .swiper-slide img,
.beneficios .swiper-slide img {
  width: 100%;
  height: 100%;
}

.promociones .swiper-pagination,
.beneficios .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.promociones .swiper-pagination .swiper-pagination-bullet,
.beneficios .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.promociones .swiper-pagination .swiper-pagination-bullet-active,
.beneficios .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0D436A;
}

.promociones .swiper-button-next,
.promociones .swiper-button-prev,
.beneficios .swiper-button-next,
.beneficios .swiper-button-prev{
  color: #fff;
}

@media (max-width: 1023px) {

  .promociones .swiper-button-next,
  .promociones .swiper-button-prev,
  .beneficios .swiper-button-next,
  .beneficios .swiper-button-prev{
    opacity: 0;
  }

}