/*
Theme Name: Theme Seguros
Text Domain: twentysixteen
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}

body {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  color: #000;
  font-size: 18px;
}
@media only screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  color: #000;
}

h1,
.h1,
.text-block__title,
.h1 p,
.text-block__title p {
  font-size: 36px;
}
@media only screen and (max-width: 1050px) {
  h1,
.h1,
.text-block__title,
.h1 p,
.text-block__title p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
.h1,
.text-block__title,
.h1 p,
.text-block__title p {
    font-size: 28px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 25px;
}
@media only screen and (max-width: 1050px) {
  h2,
.h2,
.h2 p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
.h2,
.h2 p {
    font-size: 18px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 25px;
}
@media only screen and (max-width: 1050px) {
  h3,
.h3,
.h3 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
.h3,
.h3 p {
    font-size: 18px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  h4,
.h4,
.h4 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
.h4,
.h4 p {
    font-size: 18px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 16px;
}
@media only screen and (max-width: 1050px) {
  h5,
.h5,
.h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
.h5,
.h5 p {
    font-size: 16px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 16px;
}
@media only screen and (max-width: 1050px) {
  h6,
.h6,
.h6 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
  }
}

a {
  color: #000;
}

p,
figure,
li,
h5 {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1300px) {
  p,
figure,
li,
h5 {
    font-size: 16px;
  }
}
p a,
figure a,
li a,
h5 a {
  color: #000;
  position: relative;
}
p a:hover,
figure a:hover,
li a:hover,
h5 a:hover {
  color: #b8d1e3;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  width: 23px;
  height: 14px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: 0;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 140px;
}
@media only screen and (max-width: 1700px) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .container {
    padding: 0 36px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  max-width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #000;
  color: #000;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .button {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .button {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.button:hover {
  background: #000;
  color: #ffffff;
}

.button--solid {
  background: #000;
  border: 1px solid #000;
  color: #ffffff;
}
.button--solid:hover {
  color: #000;
  background: none;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.btn-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #25d366;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  -webkit-box-shadow: #333 0 0 10px;
          box-shadow: #333 0 0 10px;
  z-index: 1000;
}

@media all and (max-width: 1090px) {
  .btn-whatsapp {
    bottom: 10px;
    left: 10px;
  }
}
.header {
  position: relative;
}
.header__logos {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logos img {
  max-width: 300px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 600px) {
  .header__logos {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logos img {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .header {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header img {
    width: 50%;
  }
}
.header__text {
  max-width: 50%;
  text-align: right;
  padding: 15px 0;
}
.header__text p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.site-inner {
  float: left;
  width: 100%;
  overflow: hidden;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  position: relative;
  background-color: #212121;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo {
  float: left;
  width: 50%;
  max-width: 200px;
}
@media only screen and (max-width: 600px) {
  .footer__logo {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .footer__logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .footer__logo {
    width: 100%;
  }
}
.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  color: #f5f5f5;
  font-size: 15px;
  width: 50%;
  height: 150px;
  line-height: 20px;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.footer__text a {
  color: #f5f5f5;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .footer__text a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .footer__text {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    width: 100%;
    height: auto;
  }
}

.parallax-1,
.parallax-2,
.parallax-3,
.parallax-4,
.relative {
  position: relative;
}

.home__hero {
  background-attachment: fixed;
}

.formBox .gform_wrapper {
  margin: 0 !important;
}
.formBox .gform_wrapper ul li.gfield {
  margin-bottom: 0 !important;
}
.formBox .gform_wrapper .top_label .gfield_label, .formBox .gform_wrapper legend.gfield_label {
  display: none;
}
.formBox .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox select {
  border: 1px solid #707070;
  height: 70px;
  line-height: 70px;
  padding: 0 15px !important;
}
@media only screen and (max-width: 900px) {
  .formBox .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox select {
    height: 70px;
    line-height: 70px;
  }
}
.formBox .gform_wrapper textarea {
  border: 1px solid #707070;
  height: 195px !important;
  padding: 15px;
}

.page-404 {
  float: left;
  width: 100%;
  text-align: center;
}

section:not(.banner) {
  padding: 50px 0;
}

section.copyright {
  padding: 20px 0;
  text-align: center;
}
section.copyright p {
  margin: 0;
  font-size: 12px;
}

section.telefonos .container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  section.telefonos .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.telefonos .container div {
  float: left;
  padding: 0 50px;
  font-size: 20px;
  color: #666;
}
section.telefonos .container div .fa {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #999;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  section.telefonos .container div.tel {
    margin-bottom: 20px;
  }
}
section.telefonos .container div.whatsapp .fa {
  background: #25d366;
}

.banner {
  display: block;
  width: 100%;
}
.banner__image {
  position: relative;
  width: 100%;
}
.banner__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.carrousel-image {
  text-align: center;
}
.carrousel-image__title {
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.carrousel-image__element {
  text-align: center;
}
.carrousel-image__element img {
  max-height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.carrousel-image .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 2000px;
  z-index: 10;
}
.carrousel-image .slick-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 0;
  left: auto;
}

.text-block {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .text-block {
    height: auto;
  }
}
.text-block__title {
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.text-block__subtitle {
  padding-bottom: 30px;
  font-size: 17px;
}
.text-block__text {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-block__text p {
  font-size: 25px;
}
@media only screen and (max-width: 900px) {
  .text-block__text {
    width: 100%;
  }
}
.text-block .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  .text-block .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.text-block .cards .card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;
  border-radius: 12px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 20px;
  max-width: 300px;
}
.text-block .cards .card img {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 20px;
}
.text-block .cards .card p {
  margin: 0;
}

.formulario {
  min-height: 580px;
}
@media only screen and (max-width: 900px) {
  .formulario {
    padding-top: 0;
  }
}
.formulario iframe {
  width: 100%;
  min-height: 580px;
}
@media only screen and (max-width: 900px) {
  .formulario iframe {
    min-height: 60vh;
  }
}
.formulario__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .formulario__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.formulario__buttons .button {
  border-radius: 12px;
  background-color: #999;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  max-width: 200px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 0;
  line-height: 2;
  height: auto;
  border: 2px solid #fff;
}
.formulario__buttons .button.active, .formulario__buttons .button:hover {
  background-color: #999;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
}
.formulario .formulario-tabs__title {
  display: none;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 20px 0;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  height: auto;
  border: 2px solid #fff;
}
@media only screen and (max-width: 900px) {
  .formulario .formulario-tabs__title {
    display: block;
  }
}
.formulario .formulario-tabs__title.active {
  background-color: #999;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
}
.formulario .formulario-tabs__tab {
  display: none;
}

.text-image {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 600px) {
  .text-image {
    display: block;
  }
}
.text-image__text {
  width: 20%;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .text-image__text {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .text-image__text {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-image__image {
  display: block;
  position: relative;
  height: auto;
  float: left;
  max-width: 600px;
}
@media only screen and (max-width: 600px) {
  .text-image__image {
    width: 100%;
    text-align: center;
  }
}

.ventajas {
  position: relative;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 900px) {
  .ventajas {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .ventajas {
    margin-bottom: 50px;
  }
}
.ventajas__title {
  padding-bottom: 20px;
  font-weight: bold;
}
.ventajas ul {
  padding-left: 17px;
}
/*# sourceMappingURL=style.css.map */