@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap");
@import "fontawesome.css";
@import "brands.css";
@import "light.css";

a { color: #CC0033 }
a:hover { color: #711611; }
/*
body {
    font-family: 'Roboto', sans-serif;
}*/

/* Menú superior */
.profile-photo .profile-photo-small {
  height: 40px;
  width: 40px; }

.dropdown-item img {
    width: 28px;
    margin-right: 10px; }

.nav-shadow { box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12); }

.navbar-brand img { width: 140px; }
.dropdown-toggle::after { margin-top: 17px; }
.navbar-nav li:last-child a::after { color: #6c757d; display: none; }
.navbar-nav li:last-child { margin-left: 0rem; }

.nav-link.active { color: #CC0033 !important; }

li a.nav-link {
  border-right: 1px solid #ccc;
  padding: 0px 20px !important;
  margin-top: 8px }

li:nth-child(4) a.nav-link {
  border-right: 0px;
}

.dropdown-item img {
  width: 28px !important;
  margin-right: 10px; }
/* Menú superior */

/* Hero */
.fondo { background: url(../images/hero-bg.webp) top center no-repeat #930210; }

.flotante {
  padding-top: 79px;
  margin-top: -175px;
}

.flotante .container{ border-radius: 8px 8px 0px 0px; }
.ajuste { padding-bottom: 96px; }
/* Hero */

.years { padding-top: 30px; }
.iconos { text-align: center; }
.thumbs img { padding: 10px; }

.servicios { 
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
              0 2px 2px rgba(0,0,0,0.05), 
              0 4px 4px rgba(0,0,0,0.05), 
              0 8px 8px rgba(0,0,0,0.05); }
.fc-border-rad {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.fc-border-top {
    border-radius: 10px 10px 0px 0px; 
    -webkit-border-radius: 10px 10px 0px 0px; 
}

.fc-border-bottom {
    border-radius:0px 0px 10px 10px; 
    -webkit-border-radius:0px 0px 10px 10px;
}

.bg-light { text-align: center; padding-top: 20px; }
.bg-im-shapes { 
    background-image: url("../images/bg-shapes.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 38% 29%;
}

.mask {
  min-height: 280px;
  background: url(../images/bg-footer.webp) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.fina {
  box-shadow: 0 1px 1px rgba(0,0,0,0.12),
              0 2px 2px rgba(0,0,0,0.12),
              0 4px 4px rgba(0,0,0,0.12),
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
  margin-top: -110px; }

.mn-mobile { margin-left: -16%; }
.im-sinergia { max-width: 100%; }
.b-fullcarga{ color: #711611; }
.p-fullcarga-color { color: #CC0033; }
.title-color { color: #CC0033; }
.bg-full-carga { background: #711611; }
.list-style-decimal {
    list-style-type: decimal;
}
.list-style-decimal li {
    padding: 10px 0px; 
    font-size: 18px;
}
.im-logo-bancos {
    max-width: 95px;
}

.fc-box-shadow {
  box-shadow: 0 1px 1px rgba(0,0,0,0.04),
          0 2px 2px rgba(0,0,0,0.04),
          0 4px 4px rgba(0,0,0,0.04),
          0 8px 8px rgba(0,0,0,0.04),
          0 16px 16px rgba(0,0,0,0.04);
}

.btn-hero-color { background: #CC0033;} 
.text-hero-1{ font-size:2.3175em; letter-spacing: 1px; }
.text-hero-3 {font-size: 1.675em; letter-spacing: 1px; }
.list-hero { list-style-image: url(../images/vineta.png); }
.list-hero li { font-size: 1.2375em; padding-bottom: 10px; }
.p-color-general { color:#5B6770; }  
.p-general-section { color: #5B6770; font-size: 1.275em; }
.bg-table-top { background: #CC0033; }
.sec-table {
    background: #f8f9fa;
    margin: -88px 0px 0px;
    padding: 114px 0px 123px;
    
}

.fc-contacto {
    min-height: 80vh;
}
.p-features {
    color: #5B6770;
    font-size: 1.175em;
    line-height: 1.4;
}
.im-check {width: 60px;}

/* Quienes Somos */
.caja { padding-bottom: 130px; }
.pais i { font-size: 25px; }

.pais {
  border: 2px dashed #EEEEEE;
  border-radius: 6px; }

.pais > .row > div { border-right: none; }
.pais > .row > div:last-child { border-right: none; }

img.afiliados {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .3s ease-in-out;
  opacity: 0.3; }

img.afiliados:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
  opacity: 1; }

.fs-info-marca {
    color: #5B6770;
    font-size: 1.3em
}

.lg-yganaste {
    width: 44px;
}
.lg-yganaste-rp { width: 124px;}
/* Quienes Somos */

/* Ayuda */
.accordion .btn-light { font-weight: 700 !important; }

.accordion .card { margin-bottom: 15px; }

.accordion .card button::before {
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 10px;
  color: #dc3545; }

.accordion .card button.collapsed::before { content: '\f078'; }
.accordion .card button:not(.collapsed) { color: #dc3545; }
.accordion .card button:not(.collapsed)::before { content: '\f077'; }
button.btn-light { background-color: #FEFEFE; color: #505356; padding: 10px 15px !important; }
button.btn-light:hover { background-color: #f8f9fa; }
.faqs { width: 80%; }
/* Ayuda */


/* CONTACTO */
.bg-sucursales { background:#F5F5F5; }
.btn-bg-contacto { background:#CC0033; }
.txt-color-fc { color:#CC0033; }
.im-contac img { width: 100%; max-width: 15em; }
/* /CONTACTO */


/* Footer */
footer {
  background-color: #CC0033;
  color: #FFF; }

.info {
  background-color: #711611;
  color: #FFF; }

.spacer > div {
  border-right: none;
  margin-top: 15px;
  margin-bottom: 15px; }

.spacer > div:last-child { border-right: none; }

.spacer a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.spacer a:hover {
  color: #FFF;
  text-decoration: underline; }

.info i.fal { margin-right: 10px; }
.info i.fab { margin-left:  10px; }
.info .fal.fa-envelope { display: none; }

.copyright {
  background-color: #63110C;
  color: #FFF;
  font-size: 14px; }

.copyright a { font-weight: bold; }
/* Footer */

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; 
  border-radius: 15px;
    -webkit-border-radius: 15px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  padding: 9px;
  width: 100% !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  .navbar-nav li:last-child { margin-left: 1.7rem; }
  .pais > .row > div { border-right: 1px solid #dc3545; }
  .faqs { width: 60%; }
  .lg-yganaste { width: 70px;}
  .lg-yganaste-rp { width: 187px;}
  .mn-mobile { margin-left: 0px; }
  .im-logo-bancos { max-width: 95px; }
  .im-sinergia { max-width: 445px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-nav li:last-child { margin-left: 1.9rem; }
  .bg-light img:first-child { width: 75%; }
  .spacer > div { border-right: 1px solid #DDD; }
  .faqs { width: 50%; }
  .p-features { font-size: 	1.25em; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .navbar-nav li:last-child { margin-left: 1.9rem; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }
  .iconos { text-align: left; }
  .years { padding-top: 10px; }
  .fina { margin-top: -85px; }
  .bg-light { text-align: left; padding-top: 20px; }
  .bg-light { padding-top: 0px; }
  .bg-light img:first-child { width: 100%; }
  .info > .fal.fa-envelope { display: inline-block; }
  .faqs { width: 20%; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .navbar-nav li:last-child { margin-left: 1.9rem; }
  .fina { margin-top: -95px; }
  .im-contac img { width: 100%; max-width: 100%;}
  .text-hero-1{ font-size: 2.6875em; }
  .text-hero-3 {font-size: 1.475em;}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
     .navbar-nav li:last-child { margin-left: 2.1rem; }
    .fina { margin-top: -90px;}
}