.loader-cont {
    top: 50%;
    left: 48%;
}

.ball-pulse > div {
    background-color: #ffffff;
}

.title-xlg {
  font-size: 100px !important;
}

.title-lg {
  font-size: 75px !important;
}

.title-md {
  font-size: 50px !important;
}

.title-sm {
  font-size: 35px !important;
  line-height: 35px;
}

.normal {
  font-weight: 400 !important;
}
/*margenes y paddings*/
.mt-none{
  margin-top: 0px !important;
}

.p-none {
  padding: none !important;
}

.pt-none {
  padding-top: none !important;
}

.pb-none {
  padding-bottom: none !important;
}

.mt-xlg {
    margin-top: 100px !important;
}

.mt-lg {
    margin-top: 75px !important;
}

.mt-md {
    margin-top: 50px !important;
}

.mt-sm {
    margin-top: 25px !important;
}

.mb-xlg {
    margin-bottom: 100px !important;
}

.mb-lg {
    margin-bottom: 75px !important;
}

.mb-md {
    margin-bottom: 50px !important;
}

.mb-sm {
    margin-bottom: 25px !important;
}
/*margenes y paddings*/

.top-bar.top-bar-black {
    background: #0e467e !important;
}


.menu-contact-info {
    background-color: #146db6;
    padding: 0;
    color: #fff;
}

#main-menu .sub {
    background: #0e467e !important;
}

.menu-contact-info .contact-list .a-mail:hover {
    color: rgba(255, 255, 255, 0.5) !important;

}


.header-1 #main-menu .navbar .nav > li.current > a {
    padding: 38px 3px 5px 3px;
    margin: 0 12px 17px 12px;
    border-bottom: 2px solid #146db6;
    color: #0E467E;
}

::-moz-selection {
    background-color: #0E467E;
    color: #ffffff;
}

.logo-img {
    height: auto;
    min-width: 200px;
}


.font-poppins, #main-menu.font-poppins .navbar .nav li a, #main-menu.font-poppins .megamenu .title {
    font-family: 'PT Serif',Arial,Helvetica,sans-serif !important;
}


.quote p {
    font-family: 'PT Serif',Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif',Arial,Helvetica,sans-serif;
}

.section-title2 {
    font-family: 'PT Serif',Arial, Helvetica, sans-serif;
}

.fes13-title-cont h3, .title-18 {
    font-family: 'PT Serif',Arial, Helvetica, sans-serif;
    color: #115e9b;
    font-weight: bold;
}

.button.white:hover {
    color: #fff !important;
    background-color: #00578E !important;
    cursor: pointer;
}

.comercio-sg-azul-oscuro {
  color: #0e467e !important;
}

.comercio-sg-azul-medio {
  color: #115e9b !important;
}

.comercio-sg-azul-claro {
  color: #146db6 !important;
}

.comercio-sg-blanco {
  color: #ffffff !important;
}

.texto-bold {
  font-weight: bold !important;
}


.bg-comercio-sg-azul-oscuro {
    background-color: #0e467e !important;
}

.bg-comercio-sg-azul-medio {
    background-color: #115e9b !important;
}

.bg-comercio-sg-azul-claro {
    background-color: #146db6 !important;
}

.zoom {
  transition: all 0.5s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1,1.1);
}

#loader-overflow {
   background: linear-gradient(180deg, #146db6, #0e467e);
   color: #ffffff !important;
}

.button.gray {
    color: #fff;
    background-color: #0e467e;
}

.button.gray:hover {
    color: #fff;
    background-color: #146db6;
}


.logo-footer {
    max-height: 100px;

}


.footer2-black, .footer-black {
    background: #1f3141;
    color: rgba(255,255,255, .5);
}

.texto-tel {
  font-size: 20px;
}

.comerciosg-blanco {
  color: #ffffff !important;
}

.comerciosg-blanco-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.a-inv {
    color: rgba(255, 255, 255, 0.5) !important;
}

.cis-text h3 {
    color: #323336;
    font-weight: normal;
    font-size: 23px;
    line-height: 26px;
    margin: 0;
}

.cis-text p {
    margin: 0;
    font-size: 18px;
}

.justificar {
  text-align: justify !important;
}

.iframe-rwd  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }
    .iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
