@font-face {
  font-family: 'GalanoGrotesque';
  src: url('../fonts/GalanoGrotesque-Medium.woff2') format('woff2'),
      url('../fonts/GalanoGrotesque-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GalanoGrotesque';
  src: url('../fonts/GalanoGrotesque-Bold.woff2') format('woff2'),
      url('../fonts/GalanoGrotesque-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-Medium.woff2') format('woff2'),
      url('../fonts/FuturaStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std Book';
  src: url('../fonts/FuturaStd-Book.woff2') format('woff2'),
      url('../fonts/FuturaStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/********GENERAL********/

body, section, h1, h2, h3, h4, p, ul, li, img {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Futura Std';
  font-weight: 500;
  font-style: normal;
  line-height: 1.5rem;
  font-size: .9rem;
  scroll-behavior: smooth;
  position: relative;
}

h1, h2, h3, h4, h5 {
  font-family: 'GalanoGrotesque';
}

h2 {
  color: #0fac8d;
  font-size: 1.5rem;
  border-left: 3px solid #0fac8d;
  padding-left: 10px;
  padding: 10px 0 0px 10px;
  margin: 20px 0 20px 0;
}

h3 {
  color: #0fac8d;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

/*******NAV******/

.bg-dark {
  background: #49c5b1 !important;
}

.navbar-dark .navbar-brand {
  max-height: 105px;
  margin-top: -42px;
  margin-bottom: -13px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: 'GalanoGrotesque';
  font-weight: bold;
  padding: 5px 9px 9px;
  color: white;
  border-bottom: 2px solid transparent;
}

.navbar-dark .navbar-nav .nav-link.cotiza {
  background: #01446c;
  border-radius: 18px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  border-bottom: 2px solid #f6f6f6;
}

.navbar-dark .navbar-nav .social {
  font-family: 'GalanoGrotesque';
  font-weight: bold;
  padding: 5px 14px 9px;
  color: white;
  border-bottom: 2px solid transparent;
}

.navbar-dark .navbar-nav .social i {
  color: white;
  padding: 0 5px;
}

nav .logo {
  max-width: 135px;
  height: -webkit-fill-available;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/********SLIDER*******/

h1 {
  font-size: 3rem;
  max-width: 100%;
  margin-bottom: 40px;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 11;
  top: 300px;
  color: white;
  text-align: center;
}

.slide button {
  font-family: 'GalanoGrotesque';
  border: 3px solid #0a446c;
  background: #0a446c;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  font-size: 1.9rem;
  padding: 4px 40px;
  margin-bottom: 190px;
  text-shadow: 1px 1px 51px black;
}

.slide button:hover {
  background: #6fffe9;
  color: white;
  border: 3px solid #6fffe9;
}

.slide .slider-1 {
  background: url(../img/slider-1.jpg);
  background-position: center center;
  background-size: cover;
  height: 680px;
}

.slide .slider-2 {
  background: url(../img/slider-2.jpg);
  background-position: center bottom;
  background-size: cover;
  height: 680px;
}

.slide .slider-3 {
  background: url(../img/slider-3.jpg);
  background-position: center bottom;
  background-size: cover;
  height: 680px;
}

.slide .slider-4 {
  background: url(../img/slider-4.jpg);
  background-position: center bottom;
  background-size: cover;
  height: 680px;
}

.slide .slider-5 {
  background: url(../img/slider-5.jpg);
  background-position: center bottom;
  background-size: cover;
  height: 680px;
}

.slide .slider-6 {
  background: url(../img/slider-6.jpg);
  background-position: center bottom;
  background-size: cover;
  height: 680px;
}

/*******SEGUROS******/

#seguros {
  padding: 40px 10px;
}

#seguros h2 {
  color: #b6b6b6;
  border: none;
}

#seguros hr {
  border-bottom: 2px solid #49c5b1;
  max-width: 110px;
  margin-top: 30px;
}

#seguros .servicios {
  background: #f7f6f6;
  padding-bottom: 30px;
  border-right: 13px solid white;
}

#seguros .servicios:nth-child(1),
#seguros .servicios:nth-child(2),
#seguros .servicios:nth-child(3),
#seguros .servicios:nth-child(4),
#seguros .servicios:nth-child(5),
#seguros .servicios:nth-child(6) {
  cursor: pointer;
}

#seguros .servicios:nth-child(1) h3,
#seguros .servicios:nth-child(1) ul li {
  color: #f44a4a;
}

#seguros .servicios:nth-child(2) h3,
#seguros .servicios:nth-child(2) ul li {
  color: #444493;
}

#seguros .servicios:nth-child(3) h3,
#seguros .servicios:nth-child(3) ul li {
  color: #f79256;
}

#seguros .servicios:nth-child(4) h3,
#seguros .servicios:nth-child(4) ul li {
  color: #ffbe0b;
}

#seguros .servicios:nth-child(5) h3,
#seguros .servicios:nth-child(5) ul li {
  color: #833a8e;
}

#seguros .servicios:nth-child(6) h3,
#seguros .servicios:nth-child(6) ul li {
  color: #068d9d;
}

#seguros .servicios ul li {
  list-style: none;
  text-transform: uppercase;
}

#seguros .servicios h3 {
  text-transform: initial;
  margin-bottom: 20px;
}

#seguros .servicios img {
  max-height: 85px;
  margin-bottom: 3px;
  margin-top: 30px;
}

#seguros .servicios:nth-child(1):hover,
#seguros .servicios:nth-child(1):hover h3 {
  background: #f44a4a;
  color: white;
}

#seguros .servicios:nth-child(2):hover,
#seguros .servicios:nth-child(2):hover h3,
#seguros .servicios:nth-child(2):hover ul li {
  background: #444493;
  color: white;
}

#seguros .servicios:nth-child(3):hover,
#seguros .servicios:nth-child(3):hover h3 {
  background: #f79256;
  color: white;
}

#seguros .servicios:nth-child(4):hover,
#seguros .servicios:nth-child(4):hover h3,
#seguros .servicios:nth-child(4):hover ul li {
  background: #ffbe0b;
  color: white;
}

#seguros .servicios:nth-child(5):hover,
#seguros .servicios:nth-child(5):hover h3 {
  background: #833a8e;
  color: white;
}

#seguros .servicios:nth-child(6):hover,
#seguros .servicios:nth-child(6):hover h3 {
  background: #068d9d;
  color: white;
}


#seguros .servicios:hover img {
  filter: brightness(10) saturate(0) contrast(4);
}

/*******ESTAMOS CONTIGO*******/

#estamos-contigo {
  background: linear-gradient(#49c5b1, #0baa8b);
  color: white;
  padding: 30px 10px;
  font-size: 1.5rem;
}

#estamos-contigo .uber {
  background: url(../img/uber.jpg);
  background-size: cover;
  background-position: center center;
  height: 291px;
  width: 100%;
  margin-top: -30px;
}

#estamos-contigo .text1 {
  text-align: left;
  max-width: 330px;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 25px;
}

#estamos-contigo .text2 {
  text-align: left;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 90px;
  border-bottom: 1px solid white;
  width: max-content;
}

#estamos-contigo .app {
  max-height: 34px;
  padding: 0 40px 0 0;
  float: left;
  filter: grayscale(1) brightness(12);
}

#estamos-contigo button {
  background: #023358;
  color: white;
  border: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 21px;
  float: left;
  margin-top: 20px;
  margin-left: -15px;
}

/*********ZOI SEGUROS / PROMOTORIA*********/

#zoi-seguros-promotoria .despacho {
  background: linear-gradient(#013358, #004870);
  color: white;
  padding: 30px;
  padding-left: 13%;
}

#zoi-seguros-promotoria .domino {
  background: url(../img/domino.jpg);
  background-size: cover;
  width: 80%;
  height: 210px;
}

#zoi-seguros-promotoria ul {
  padding-left: 20px;
}

#zoi-seguros-promotoria .primero {
  max-width: 220px;
}

@media screen and (max-width:767px) {
  #zoi-seguros-promotoria .espacio-lados {
    padding: 0 40px 20px;;
  }
}

/********NUESTROS SERVICIOS*******/

#nuestros-servicios h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

#nuestros-servicios .box {
  background: #f5f5f5;
  color: #555555;
  padding: 15px;
  margin-bottom: 20px;
}

#nuestros-servicios .box ul {
  padding-left: 25px;
}

/*********NUESTROS CLIENTES********/

#nuestros-clientes {
  padding-bottom: 70px;
}

#nuestros-clientes h2 {
  border: none;
  text-transform: uppercase;
}

#nuestros-clientes .cliente {
  display: inline-block;
  width: 14%;
  text-align: center;
}

#nuestros-clientes hr {
  border-top: 1px solid #4f8e9d;
  width: 87%;
  margin-top: 50px;
}

/*********CONTACTANOS********/

#contactanos {
  background: #35bca5;
  border-top: 60px solid white;
}

#contactanos .contacto-bg {
  position: absolute;
  transform: translateY(-25px);
  height: 528px;
}

#contactanos h2 {
  text-transform: uppercase;
}

#contactanos .form {
  background: #f6f6f6;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contactanos .form label {
  color: #35bca5;
}

#contactanos .form input,
#contactanos .form textarea {
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 0;
}

#contactanos .form input[type="submit"] {
  background: #35bca5;
  color: white;
  border: none;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 30px;
}

/********VISITANOS******/

#visitanos {
  background: linear-gradient(#00375e, #026282);
  color: white;
  padding: 40px 10px;
}

#visitanos h2 {
  text-transform: uppercase;
  border-color: white;
  padding: 0px 15px 7px;
}

#visitanos .icon {
  margin: 5px 0 10px;
}

#visitanos iframe {
  margin-bottom: -80px;
}

/********FOOTER********/

footer {
  background: #d5d3d3;
  color: #555555;
  padding: 50px 0 20px;
  border-top: 7px solid white;
}

footer hr {
  border-top: 1px solid #9d9c9c;
  width: 80%;
}

/*******FAQ*******/

#faqs .header {
  background: url("../img/faq-bg.jpg");
  background-size: cover;
  height: 400px;
}

#faqs .header h1 {
  color: white;
  font-size: 4.7rem;
  top: 290px;
  position: absolute;
  font-weight: bold;
}

#faqs .faq h2 {
  text-transform: uppercase;
  border: none;
  padding: 0;
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 15px;
}

/******MODAL******/

.modal h2 {
  text-transform: uppercase;
}

.modal form label {
  color: #35bca5;
}

.modal form input {
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 0;
}

.modal form input[type="submit"] {
  background: #35bca5;
  color: white;
  border: none;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 30px;
}

.model-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-content {
  background: #f6f6f6;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

.modal form .form-control {
  background: #f6f6f6;
  border-radius: 0;
  font-size: .8rem;
}

.modal-backdrop {
  background: #35bca5 !important;
}

.modal-backdrop.show {
  opacity: .6 !important;
}

@media screen and (max-width:767px) {
  #nuestros-clientes .cliente {
    width: 33%;
  }
}

@media screen and (max-width:576px) {
  #nuestros-clientes .cliente {
    width: 49%;
  }

  h1 {
    font-size: 2rem;
  }

  .slide button {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

}

/*.navbar-brand {
  opacity: 0;
}

.show {
  opacity: 1;
}

.transition {    
  -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}*/

#agente .logo {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 20px;
}

.carousel-item h2 {
  position: absolute;
  z-index: 1111;
  top: 271px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: none;
  color: white;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.75);
  font-size: 3rem;
  max-width: 70%;
}