body,
html {
  height: 100%;
}

body {
  color: #343434;
  color: rgba(52, 52, 52, 0.82);
  /*font-family: 'Playfair Display', serif, Arial, Helvetica;*/
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Barlow", "Roboto Condensed", sans-serif;
}

header {
  background: lightgray;
  background: radial-gradient(
    rgb(242, 232, 228, 0.1),
    rgb(242, 232, 228, 0.3),
    rgb(242, 222, 213, 0.3)
  );
  background: linear-gradient(
    180deg,
    rgba(112, 217, 211, 1) 0%,
    rgba(112, 192, 217, 1) 100%
  );

  background: linear-gradient(
      to right,
      rgba(112, 217, 211, 0.93) 0%,
      rgba(112, 192, 217, 0.95) 100%
    ),
    url(/img/header-bg.jpg) no-repeat;
  min-height: 100%;
  min-height: 92%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  position: relative;
  top: 0;
  width: 100%;

  padding-top: 180px;
  padding-top: 235px;
}

@media only screen and (max-device-width: 1366px) {
  header {
    background-attachment: scroll;
  }
}

@media (max-height: 400px) {
  header {
    min-height: 200%;
  }

  .navbar-custom {
    display: none !important;
  }
}

@media (max-height: 848px) and (min-width: 767px) {
  header {
    padding-top: 198px;
    min-height: 96%;
  }
}

@media (max-height: 820px) and (min-width: 767px) {
  header {
    padding-top: 170px;
    min-height: 98%;
  }
  .navbar-custom-transparent .navbar-brand {
    height: 162px !important;
    max-width: 37% !important;
  }
}
@media (max-height: 685px) and (min-width: 767px) {
  header {
    padding-top: 100px;
    min-height: 98%;
  }
}
@media (max-height: 630px) and (min-width: 767px) {
  header {
    padding-top: 40px;
    min-height: 100%;
  }
}

@media (max-height: 400px) and (min-width: 767px) {
  header .title {
    width: 50% !important;
    left: 5% !important;
    font-size: 0.9em !important;
    top: 10% !important;
  }
}

header .header-subtitle {
  bottom: 10%;
  color: white;
  font-family: "Roboto", sans-serif;
  font-family: "Barlow", "Roboto", sans-serif;
  font-size: 40px;
  left: 0;
  margin: auto;
  opacity: 0.85;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 2px 7px black;
}

header .title {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 30%;
}

@media (min-width: 768px) {
  header .title {
    width: 35%;
    left: 18%;
  }
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  .navbar-custom-transparent .navbar-brand {
    margin: auto !important;
    height: 200px !important;
    max-width: 155px !important;
  }
}

h1 {
  font-size: 65px;
  color: rgba(0, 0, 0, 0.8);
  color: #282828;
  font-weight: 600;
}

.svg {
  width: 100%;
  fill: currentColor;
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 21111;
}

.svg-white {
  color: white;
}

.navbar-custom {
  background: #1a3446;
  background: linear-gradient(to right, #1a3446, #133852);
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12),
    0 7px 10px -5px rgba(0, 0, 0, 0.15);
  color: #fff;
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  height: 8rem;
  letter-spacing: 0.6px;
  /*opacity: .95;*/
  padding: 0.625rem 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: white;
  /*background: #A6192E;
    color: white;*/
  z-index: 9999999;
}

.navbar-custom img {
  padding-right: 10px;
}

.navbar-custom .logo-ekrium-initial {
  background-color: #073a7c;
  padding: 7% 0 7% 25%;
}

.navbar-custom .logo-ekrium img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-custom .navbar-brand {
  /*padding: 7px 7px 7px 12px;*/
  background-image: url("../img/francaballero-horizontal.svg");
  background-repeat: no-repeat;
  width: 220px;
  margin-top: 7px;
}

.navbar-custom .navbar-collapse {
  border: none;
}

.navbar-custom .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
  color: #d5d5d5;
  color: #132735;
  color: dimgray;
  color: #7a7a7a;
  color: #282828;
  font-weight: 600;
  padding: 10px;
}

.navbar-custom .navbar-nav > li > a:visited,
.navbar-custom .navbar-nav > li > a:active {
  /*color: #d5d5d5;
      color: #132735;*/
  color: #282828;
  opacity: 0.9;
}

.navbar-custom .navbar-nav > li > a:hover {
  /*color: #d5d5d5;
      color: #132735;*/
  color: gray;
  color: white;
  opacity: 0.9;
}

.navbar-custom-transparent {
  background: transparent;
  box-shadow: none;
}

.navbar-custom-transparent .navbar-nav > li > a:hover,
.navbar-custom-transparent .navbar-nav > li > a:visited,
.navbar-custom-transparent .navbar-nav > li > a:active {
  color: #282828;
  color: white;
  text-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.navbar-custom-transparent .navbar-nav > li > a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);

  text-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.25);

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);

  font-weight: 500;
  font-family: sans-serif;

  font-size: 14.5px;
  font-size: 13.75px;
  color: rgba(255, 255, 255, 0.88);
  color: white;
}

.navbar-custom-transparent .navbar-nav {
  font-family: sans-serif;
}

.navbar-custom-transparent .navbar-brand {
  background-image: url("../img/ojs-francaballero-white.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  width: 160px;
  height: 120px;

  width: 125px;
  height: 100px;
  /*max-width: 75%;*/
  opacity: 0.82;

  width: 105px;
  height: 78px;
}

@media (max-width: 767px) {
  .navbar-custom-transparent .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 125px;
    height: 91px;
  }
}

.navbar-custom-transparent .navbar-collapse {
  background: transparent;
}

.navbar-custom .navbar-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}

.navbar-custom .dropdown-menu {
  background-color: #133852;
  background: rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu > li > a:hover {
  background-color: #0d2638;
  background: #282828;
  color: white;
  background-image: none;
}

.navbar-custom .dropdown-menu > li > a {
  color: white;
  color: rgba(255, 255, 255, 0.89);
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.navbar-custom-transparent .dropdown-menu > li > a {
  color: #282828;
}

.navbar-custom .glyphicon {
  padding-right: 10px;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:hover {
  background: transparent;
  color: white;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 680px) {
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:focus,
  .navbar-custom .navbar-nav > .active > a:hover {
    border-bottom: 2px solid white;
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-collapse {
    background: #1a3446;
  }
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:hover {
  background: transparent;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.navbar-custom .navbar-nav > .open > a {
  height: 40px;
}

.flag {
  width: 30px;
  margin-top: -4px;
}

.flags-wrapper {
  position: absolute;
  top: 52px;
  right: 32px;
  z-index: 999999999;
  display: none;
}

.flag {
  width: 30px;
  margin-top: -4px;
}

header .flags-wrapper .btn-flag img {
  width: 31px;
}

header .flags-wrapper .btn-flag {
  opacity: 0.4 !important;
  padding: 0 2px;
}

header .flags-wrapper .active {
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .flags-wrapper {
    display: inline;
  }
}

@media (max-width: 767px) {
  .flags-wrapper {
    top: 6px;
    right: 6px;
  }
}

header .header-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 105px;
  z-index: 255;
  text-align: center;
  opacity: 0.98;
}

.navbar-custom-transparent .navbar-brand {
  background-image: url(/img/cookadhoc-white.png);
  width: 475px;
  width: 325px;
  width: 275px;
  width: 400px;
  width: 340px;
  height: 155px;
  height: 178px;
  border-radius: 0;
  border-radius: 17px;
  max-width: 41%;
  margin-left: 10%;
}

header h1 {
  color: white;
  font-size: 40px;
  font-size: 33px;
  font-size: 35px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 3px 4px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.4);
}

header h1 span {
  font-size: 40px;
}

header h2 {
  color: white;
  font-size: 21px;
  margin-bottom: 50px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
  header h2 {
    margin-bottom: 20px;
  }
}

header h2 strong {
  font-weight: bolder;
  opacity: 1;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.btn-header,
.btn-header:link {
  font-size: 18px;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  border-color: transparent;
  padding-top: 5.5px;
}

.btn-header:hover,
.btn-header:active,
.btn-header:visited {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  opacity: 0.7;
}

.btn-header,
.store-img {
  height: 40px;
  margin-right: 6px;
  margin-top: 6px;
}

.store-img:hover {
  opacity: 0.7;
}
.phone-animation {
  position: absolute;
  top: 2.5%;
  z-index: 99999;
  width: 33.5%;
  left: 37.25%;
  border-radius: 20px;
  border-top: 2px solid #92d2d4;
}

@media (min-width: 1280px) {
  .container {
    width: 1270px;
  }
  .phone-animation {
    top: 3.5%;
  }
}
@media (max-width: 991px) {
  .phone-animation {
    top: 2.5%;
    width: 32.5%;
    left: 37.65%;
  }
}

@media (max-width: 768px) {
  header {
    min-height: 98%;
  }
  header h1 {
    font-size: 35px;
  }
  header h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

@media (max-width: 390px) {
  .navbar-custom-transparent .navbar-brand {
    margin: auto !important;
    height: 135px !important;
    max-width: 105px !important;
  }
  header {
    padding-top: 155px;
  }
}

@media (max-width: 864px) {
  .navbar-right {
    display: none;
  }
}

.header-left-column,
.header-right-column,
.fade,
.fade2 {
  opacity: 0;
  transition: all 1s;
}

.copyright {
  margin-left: -5px;
  margin-right: 0;
}

.links {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .links {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .links {
    margin-top: 20px;
  }
  .links a {
    font-size: 17px;
  }
}

.links a {
  font-size: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
}

.links a,
.links a:visited,
.links a:active {
  color: rgba(255, 255, 255, 0.88);
}

.links a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.redes-sociales {
  margin-left: 23px;
}
@media (max-width: 768px) {
  .redes-sociales {
    margin-left: 8px;
  }
}
.red-social-img-link img {
  width: 60px;
  width: 36px;
  margin: 0 0 0 8px;
}
.red-social-img-link:hover {
  opacity: 0.7;
}
