@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@600&display=swap');

body {
  font-family: 'Lato', sans-serif;
}
#sac-principal p {
  font-size: 16px;
  color: #375b6b;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
#sac-principal strong {
  color: #002C58;
}
.top-header-row {
    background-color: #f7f7f7;
    height: 30px;
}

.main-nav-row {
    background-color: #fff;
}

.header{
	background-color: #fff;
}

.js-log-in {
  background-color: #213681;
  color: #fff;
  border: none;
  border-radius: 20px;
}
.js-quickview, .js-quickview-apply, .js-view-offer:hover, .js-apply-offer-btn, .btn-return:hover {
    color: #fff;
    background-color: #00AFD2;
    border-color: #00AFD2;
    border-radius: 20px;
  }
.js-view-offer, .btn-return {
  color: #fff;
  background-color: #005ca9;
  border-color: #005ca9;
  border-radius: 20px;
}
.js-log-in:hover, .js-btn-confirm-send:hover, .js-quickview:hover, .js-apply-offer-btn:hover  {
  color: #fff;
  background-color: #002C58;
}

.middle-header-row .col-sm-3 a {
	height: 60px;
	display: block;
	padding: 0;
	background: url('../images/logo-bg.png') no-repeat center;
  background-size: contain;
}
.middle-header-row .col-sm-3 img {
    display: none;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.main-nav-row .item-inner-main-nav a {
    color: #002C58;
    padding: 9px 15px;
    border-right: none;
    border-radius: 0;
    background-color: #FFF;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.input-group.search-box-container .twitter-typeahead, .input-group.search-box-container .twitter-typeahead input.form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  border-left: #fff;
}
.input-group-btn .fa-search {
  color: #213681;
}
.social-media-text-top-header {
  display: none;
}
.col-links-inner-top-header {
  width: 100%;
  border-right: none;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #00AFD2;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}

/* ICONS TOP */

.top-header-row .item-inner-top-header a {
    background-color: transparent;
    color: #00AFD2;
    font-family: "Geomanist",Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
}

.top-header-row .item-inner-top-header a:hover, .top-header-row .item-inner-top-header a:focus {
    background-color: transparent;
    color: #002C58;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f16d";
}

.top-header-row .item-inner-top-header:nth-child(3) a {
    content: url("../images/x-twitter.svg");
    width: 40px;
}
.top-header-row .item-inner-top-header:nth-child(3) a:hover {
    content: url("../images/x-twitter-hover.svg");
    width: 40px;
}
.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f08c";
}
.top-header-row .item-inner-top-header:nth-child(5) a:before {
    content: "\f245";
}

div[itemtype="http://schema.org/Organization"] + div.container{
  	width: 100%;
  	margin:0;
  	padding: 0;
}

.img-slide {
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.carousel-inner>.item>img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1700px) {
  .img-slide {
    height: 510px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 1024px) {
  .img-slide {
    height: 255px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 768px) {
  .img-slide {
    height: 175px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 428px) {
  .img-slide {
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 1024px) {
  #sac-principal .sac-inner {
      height: 90vh;
  }
}
.spacer {
  margin-top: 3%;
  margin-bottom: 3%;
}
.mt-3 {
  margin-top: 3%;
}
.mb-3 {
  margin-bottom: 3%;
}
.p-3 {
  padding: 3%;
}
.js-btn-confirm-send {
  color: #fff;
  background-color: #00AFD2;
  border-color: #00AFD2;
  border-radius: 20px;
  
}
.main-nav-row .navbar-header .icon-bar {
    background-color: #00AFD2;
}
.main-nav-row .ee-navbar-toggle-search, .visible-xs-block a {
  color: #00AFD2;
}

#sac-principal h1 {
  color: #002C58;
    font-weight: bold;
    font-size: 3em;
    text-shadow: none;
    letter-spacing: -3px;
}
#sac-principal h2 {
  padding: 25px 0px;
    display: inline-block;
    color: #62358C;
}
#sac-principal h3 {
  color: #002C58;
}
.line-tittle {
  width: 60px;
    height: 1px;
    background-color: #62358C;
    clear: both;
    margin: 0 0 25px 0px;
}
.sac-destacado {
  font-family: 'Poppins', sans-serif;
  color: #00AFD2;
  margin: 3% 0;
  font-size: 2em;
  background: #f7f7f7;
  padding: 2% 0;
}
.bg-tittle {
  background-color: #002C58;
  padding: 5%;
}
.sac-box-1 {
  background-color: #002C58;
  padding: 5%;
  height: 190px;
  border-radius: 0 0 50px 0;
}
.sac-box-1 h5 {
  color: #f2f2f2;
  font-size: 1.2em;
  font-weight: 700;
}
.sac-box-1 p {
  color: #f2f2f2 !important;
}
.sac-box-2 {
  background-color: #00AFD2;
  padding: 5%;
  height: 190px;
  border-radius: 0 0 50px 0;
}
.sac-box-2 h5 {
  color: #002C58;
  font-size: 1.2em;
  font-weight: 700;
}
.sac-box-2 p {
  color: #002C58 !important;
}
.color-overlay {
    width: 100%;
    height: 100%;
    background: #002C58;
    opacity: .7;
    position: absolute;
    border-radius: 0 0 50px 0;
}
.bg-tittle {
  background: #002C58 url('../images/bg-valores.png') no-repeat;
  background-position: center;
    background-size: cover;
    height: 190px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0 0 50px 0;
}
.bg-tittle h3 {
  color: #f2f2f2 !important;
  z-index: 100;
  font-size: 30px;
}
.eesites-fixed-buttons.affix-bottom {
    position: inherit !important;
    bottom: auto;
    top: 0;
}
.eesites-fixed-buttons {
    position: inherit !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: -110px;
    background-color: #fff;
}
	.navbar-nav {
    display: table;
    float: none !important;
    margin: auto !important;
}
	.affix {
		position: inherit !important;
}