@charset "UTF-8";
/*
Theme Name: Tu seguro ya
*/
/*-------------------------------------------------------------------
							RESET
-------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  /*font: inherit;	*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 /* display: block;*/
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
*:focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow: initial !important;
  margin-right: 0 !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 14px;
}
.bar {
  display: none;
  font-size: 16px;
  background: #206990;
  color: #fff;
  padding: 16px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2222;
  font-weight: 700;
  letter-spacing: 0.5px;
}
/*-------------------------------------------------------------------
							LOADING
-------------------------------------------------------------------*/
@keyframes lds-ripple {
  0% {
    top: 92px;
    left: 92px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 16px;
    width: 152px;
    height: 152px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 92px;
    left: 92px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 16px;
    width: 152px;
    height: 152px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
}
.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 8px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
  border-color: #26a8b6;
}
.lds-ripple div:nth-child(2) {
  border-color: #206990;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-ripple {
  width: 120px !important;
  height: 120px !important;
  -webkit-transform: translate(-60px, -60px) scale(0.6) translate(60px, 60px);
  transform: translate(-60px, -60px) scale(0.6) translate(60px, 60px);
}
.lds-css {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.loading .lds-css {
  opacity: 1;
}
/*-------------------------------------------------------------------
							ROBOT
-------------------------------------------------------------------*/
.robot-wrapper {
  width: 40%;
  text-align: right;
}
.robot-wrapper img {
  position: absolute;
  max-width: 300px;
  right: 24%;
  z-index: 2;
  top: 20%;
}
#robot {
  position: absolute;
  top: 50%;
  right: -8%;
  width: 50%;
  animation: float 4s ease-in-out infinite;
}
#capa {
  transform-origin: center center;
  animation: capa 4s ease-in-out infinite reverse;
}
#cabeza {
  transform-origin: center center;
  animation: cabeza 7s ease-in-out infinite reverse;
}
#mano-izq {
  transform-origin: 30%;
  animation: manoizq 4s ease-in-out infinite reverse;
}
#brazo-izq {
  transform-origin: 30%;
  animation: brazoizq 4s ease-in-out infinite reverse;
}
.ojos {
  animation: ojos 6s ease-in-out infinite reverse;
  transform-origin: 0px 340px;
}
.cejas {
  animation: cejas 3s ease-in-out infinite reverse;
  transform-origin: 0px 340px;
}
.pie-der {
  animation: pieder 6s ease-in-out infinite reverse;
  transform-origin: 50% 50%;
}
.pie-izq {
  animation: pieizq 6s ease-in-out infinite reverse;
  transform-origin: 50% 50%;
}
@keyframes capa {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1, 1);
  }
  50% {
    transform: translateY(0.5%) rotate(2deg) scale(0.99, 0.94);
  }
  100% {
    transform: translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes float {
  0% {
    transform: translateY(-48%);
  }
  50% {
    transform: translateY(-52%);
  }
  100% {
    transform: translateY(-48%);
  }
}
@keyframes cabeza {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg) translateX(0);
  }
  75% {
    transform: rotate(-2deg) translateX(-0.7%);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
@keyframes brazoizq {
  0% {
    transform: translate(0.5%, 0%);
  }
  20% {
    transform: translate(0.5%, -0.5%) rotate(3deg);
  }
  50% {
    transform: translate(0.5%, 0%);
  }
  70% {
    transform: translate(0.5%, -0.5%) rotate(3deg);
  }
  100% {
    transform: translate(0.5%, 0%);
  }
}
@keyframes manoizq {
  0% {
    transform: rotate(0deg) translate(0%, 0%) scale(1);
  }
  25% {
    transform: rotate(-25deg) translate(-2%, 0%);
  }
  50% {
    transform: rotate(0deg) translate(0%, 0%) scale(1);
  }
  70% {
    transform: rotate(-30deg) translate(-3%, 0%) scale(0.98);
  }
  100% {
    transform: rotate(0deg) translate(0%, 0%) scale(1);
  }
}
@keyframes pieder {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes pieizq {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ojos {
  24% {
    transform: scaleY(1);
  }
  26% {
    transform: scaleY(0.2);
  }
  30% {
    transform: scaleY(1);
  }
  84% {
    transform: scaleY(1);
  }
  86% {
    transform: scaleY(0.2);
  }
  90% {
    transform: scaleY(1);
  }
}
@keyframes cejas {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(-0.8%);
  }
  40% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*-------------------------------------------------------------------
							HEADER
-------------------------------------------------------------------*/
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.8s ease;
  transform: translateY(0);
}
header.header.cotizar {
  height: auto;
  top: 0;
}
header.header.cotizar .navbar-brand {
  margin: 0;
  text-align: center;
  width: 100%;
}
header.header.cotizar .navbar-brand .logo svg {
  max-width: 220px;
  height: auto;
}
.loading header.header {
  transform: translateY(-100%);
}
section.head {
  position: relative;
  width: 100%;
  height: 900px;
  max-height: 100%;
}
section.head:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('trama.png');
  background-repeat: repeat;
  opacity: 0.7;
  background-size: 560px;
  background-position: bottom center;
}
section.head .background {
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 551px;
  height: 100%;
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.8s ease;
}
section.head .center h2 {
  display: block;
  margin-top: 90px;
  font-size: 77px;
  font-weight: 700;
  color: #206990;
  text-transform: uppercase;
}
section.head .center .text {
  display: block;
  font-size: 41px;
  color: #545454;
  font-weight: 700;
  margin-top: 40px;
}
section.head .center .btn {
  margin-top: 80px;
}
section.head .center {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 140px 140px;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: all 0.8s ease;
}
.loading section.head .background {
  opacity: 0;
  transform: translate(10%, 0%);
}
.loading section.head .center {
  opacity: 0;
  transform: translate(-50%, 40px);
}
header.header .center {
  width: 100%;
  max-width: 1700px;
  padding: 0 100px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.main-menu {
  height: 100%;
}
nav.main-menu ul {
  height: 100%;
  display: flex;
  align-items: center;
}
nav.main-menu ul li {
  align-items: center;
  display: flex;
  height: 100%;
}
nav.main-menu ul li a span {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}
nav.main-menu ul li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 25px;
  font-family: 'Dosis';
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #357C9C;
}
nav.main-menu ul li:first-child a:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('android-chrome-192x192.png');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.sticky nav.main-menu ul li:first-child a span {
  opacity: 0;
  transform: translateY(-100px);
}
.sticky nav.main-menu ul li:first-child a:after {
  opacity: 1;
  transform: translateY(0px);
}
nav.main-menu ul li:last-child a {
  height: 50px;
  border: 1px solid #357C9C;
  border-radius: 40px;
  padding: 5px 25px;
  margin-left: 20px;
  transition: all 0.15s ease;
}
nav.main-menu ul li:last-child a:hover {
  background: #357C9C;
  color: #fff;
}
nav.main-menu ul li.active a {
  font-weight: 700;
}
nav.main-menu ul li:hover a {
  background: #f2f2f2;
}
.btn-2:after,
.btn:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transform: translateX(-105%);
  transition: all 0.2s ease;
  opacity: 0;
}
.btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 4px;
  background: #206990;
  color: #fff;
  border-radius: 40px;
  padding: 24px 80px;
  text-transform: uppercase;
}
.btn-2 span,
.btn span {
  position: relative;
  z-index: 2;
}
.btn-2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 4px;
  background: #26A8B6;
  color: #fff;
  border-radius: 40px;
  padding: 22px 45px;
  text-transform: uppercase;
}
.btn-2:hover:after,
.btn:hover:after {
  transform: translateX(0%);
  opacity: 1;
}
/*-------------------------------------------------------------------
							LOGOS
-------------------------------------------------------------------*/
section.logos {
  text-align: center;
  padding: 80px 0;
 /* background: #F8F8F8;*/
 background: #FFFFFF;
}
section.logos .center {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 100px;
}
section.logos h2 {
  color: #206990;
  font-weight: 700;
  font-size: 45px;
}
ul.logos {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
ul.logos li {
  position: relative;
  width: 21%;
  padding-top: 13%;
}
ul.logos li a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s ease;
}
ul.logos li a:hover {
  filter: invert(100%);
}
ul.logos li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*-------------------------------------------------------------------
							PARALLAX
-------------------------------------------------------------------*/
section.parallax {
  width: 100%;
  height: 450px;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*-------------------------------------------------------------------
							ICONS
-------------------------------------------------------------------*/
.icon {
  display: inline-block;
}
.icon-whatsapp {
  width: 60.5px;
  height: 60.5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-truck {
  width: 60.5px;
  height: 60.5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-insurance {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-clock {
  width: 60.5px;
  height: 60.5px;
  background-image: url('images/icon-truck.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
/*-------------------------------------------------------------------
							APP
-------------------------------------------------------------------*/
section.app {
  position: relative;
  background: #F8F8F8;
  padding: 125px 0;
}
section.app .center {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 140px;
  display: flex;
  align-items: center;
}
section.app .center .col {
  width: 48%;
}
section.app .center .col:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
section.app .center .col .phone {
  width: 747px;
  height: auto;
  margin-top: -11%;
  margin-bottom: -30%;
}
section.app h2 {
  font-size: 50px;
  line-height: 120%;
  color: #206990;
  text-transform: uppercase;
  font-weight: 700;
}
section.app .text {
  margin-top: 25px;
  font-size: 35px;
  color: #206990;
  font-weight: 500;
}
section.app ul {
  margin-top: 40px;
  color: #716F6F;
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
}
section.app ul li {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
section.app ul li span {
  margin-left: 20px;
  font-weight: 500;
}
section.app .btn-2 {
  margin-top: 40px;
}
.store-links {
  display: flex;
  align-items: center;
}
.store-links a {
  display: block;
  margin: 40px 10px 0 0;
}
.store-links img {
  width: 100%;
  max-width: 194.5px;
  height: auto;
  display: block;
}
section.stats {
  position: relative;
  background: #357c9c;
  background: linear-gradient(180deg, #357c9c 0%, #206990 100%);
  color: #fff;
  z-index: -1;
  padding: 40px 0;
}
section.stats .center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  align-items: center;
}
section.stats .center ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.stats .center ul li:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  height: 140px;
  transform: translateY(-50%);
  width: 2px;
  opacity: 0.6;
}
section.stats .center ul li:last-child:after {
  display: none;
}
section.stats .center ul li {
  position: relative;
  text-align: center;
  width: 25%;
}
section.stats .center h3 {
  margin-top: 25px;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
}
section.stats:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('trama.png');
  background-repeat: repeat;
  opacity: 0.4;
  background-size: 560px;
  background-position: bottom center;
}
/*-------------------------------------------------------------------
							CONTACTO
-------------------------------------------------------------------*/
section.contacto {
  position: relative;
  padding: 80px 0;
}
section.contacto:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('trama.png');
  background-repeat: repeat;
  opacity: 0.7;
  background-size: 560px;
  background-position: bottom center;
}
section.contacto .center {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 100px;
  margin: 0 auto;
}
section.contacto h2 {
  color: #206990;
  font-size: 45px;
  line-height: 138%;
  text-align: center;
  display: block;
  font-weight: 700;
}
section.contacto .text {
  color: #716F6F;
  font-size: 25px;
  line-height: 138%;
  text-align: center;
  margin-top: 20px;
}
section.contacto form {
  margin-top: 30px;
}
section.contacto label {
  position: relative;
  padding-top: 20px;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
}
section.contacto input[type="submit"] {
  border: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Dosis';
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 30px auto 0 auto;
  background: #26A8B6;
  border-radius: 40px;
  color: #fff;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
section.contacto input[type="submit"]:hover {
  background: #21929E;
}
section.contacto input[type="text"],
section.contacto input[type="email"],
section.contacto textarea {
  width: 100%;
  font-family: 'Poppins';
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 20px;
  margin-top: 5px;
}
section.contacto .wpcf7-form-control-wrap {
  display: block;
}
section.contacto .cols {
  display: flex;
  justify-content: space-between;
}
section.contacto .cols label {
  width: 48%;
}
section.contacto .wpcf7-response-output {
  color: red;
  font-size: 16px;
  text-align: center;
  border: 0 !important;
  font-weight: 700;
}
section.contacto .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
  font-size: 18px;
}
section.contacto .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}
section.contacto div.wpcf7 .ajax-loader {
  margin: 10px auto;
  display: block;
}
section.contacto .wpcf7-not-valid-tip:after {
  content: ' ';
  position: absolute;
  top: 100%;
  right: 10px;
  border-top: 3px solid red;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/*-------------------------------------------------------------------
							COTIZAR
-------------------------------------------------------------------*/
body.cotizar {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url('trama.png');
  background-repeat: repeat;
  background-size: 560px;
  background-position: bottom center;
}
body.cotizar ol.breadcrumb {
  line-height: 1.7em;
  font-family: 'Poppins';
}
body.cotizar ol.breadcrumb .breadcrumb-item::before {
  color: #26A8B6;
}
body.cotizar .contenido {
  margin-top: 80px;
  margin-bottom: 80px;
}
body.cotizar .contenido h2 {
  color: #206990;
  line-height: 1.4;
  font-weight: 700;
}
body.cotizar .contenido h2 small {
  font-size: 0.7em;
  font-weight: 400;
  font-family: 'Poppins';
}
body.cotizar .contenido h3 {
  font-family: 'Poppins';
}
body.cotizar .contenido .text {
  color: #716F6F;
  font-size: 25px;
  line-height: 138%;
  text-align: center;
  margin-top: 20px;
}
body.cotizar .contenido .btn {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  background: none;
  color: inherit;
}
body.cotizar .contenido .btn.btn-primary {
  border-color: #206990;
  background: #206990;
  color: #fff;
}
body.cotizar .contenido .btn.btn-link {
  color: #206990;
  text-decoration: none;
}
body.cotizar .contenido p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: 1.2;
}
body.cotizar .contenido .list-group .list-group-item {
  font-family: 'Poppins';
  border-color: #000;
  font-size: 16px;
  padding: 15px 20px;
}
body.cotizar .contenido .list-group .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body.cotizar .contenido .list-group .list-group-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.cotizar .contenido .brand-button {
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 0px;
  min-height: 168px;
}
body.cotizar .contenido form {
  margin-top: 30px;
}
body.cotizar .contenido form label {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
}
body.cotizar .contenido form input[type="submit"] {
  border: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Dosis';
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 30px auto 0 auto;
  background: #26A8B6;
  border-radius: 40px;
  color: #fff;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
body.cotizar .contenido form input[type="submit"]:hover {
  background: #21929E;
}
body.cotizar .contenido form select,
body.cotizar .contenido form input[type="text"],
body.cotizar .contenido form input[type="email"],
body.cotizar .contenido form input,
body.cotizar .contenido form textarea {
  font-family: 'Poppins';
  border: 1px solid #000;
  border-radius: 10px;
}
body.cotizar .contenido form .input-group-text {
  font-family: 'Poppins';
  border-color: #000;
  background-color: #206990;
  color: #fff;
}
body.cotizar .contenido .card {
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(12, 32, 114, 0.1);
}
body.cotizar .contenido .card .card-body {
  padding: 60px 40px;
}
body.cotizar .velo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
}
body.cotizar .velo .content {
  width: 100%;
}
body.cotizar .accordion {
  font-family: 'Poppins';
}
body.cotizar .accordion .accordion-header button {
  font-weight: 700;
}
body.cotizar .accordion .accordion-body {
  overflow: scroll hidden;
  white-space: nowrap;
}
body.cotizar .accordion .accordion-body .seguro {
  margin-right: 1em;
}
body.cotizar .accordion .accordion-body .seguro .content {
  width: 240px;
}
body.cotizar .accordion .accordion-body .seguro .content .btn {
  padding: 1em;
  font-family: 'Dosis';
  font-size: 0.8rem;
  color: initial;
}
body.cotizar .accordion .accordion-body .seguro .content .btn.btn-outline-info {
  border-color: #206990;
  color: #206990;
}
body.cotizar .accordion .accordion-body .seguro .content .head img {
  height: 50px;
  width: auto;
}
body.cotizar .accordion .accordion-body .seguro.mercantil .head {
  background: #00358e;
}

body.cotizar .accordion .accordion-body .seguro.coop .head {
  background: #195287;
}
body.cotizar .accordion .accordion-body .seguro.provincia .head {
  background: #033d7c;
}
body.cotizar .accordion .accordion-body .seguro.zurich .head {
  background: #1b0082;
}
body.cotizar .accordion .accordion-body .seguro.experta .head {
  background: #6e97d0;
}
body.cotizar .accordion .accordion-body .seguro.allianz .head {
  background: #013e8c;
}
body.cotizar .accordion .accordion-body .seguro.mapfre .head {
  background: #ff0400;
}
body.cotizar .accordion .accordion-body .seguro.sura .head {
  background: #203d7c;
}

body.cotizar .accordion .accordion-body .seguro.rio .head {
  background: #00358e;
}
/*
body.cotizar .accordion .accordion-body .seguro.sura .head {
  background: #02bfdd;
}*/
body.cotizar .accordion .accordion-body .seguro.sancor .head {
  background: #b4016d;
}
body.cotizar .accordion .accordion-body .seguro.rivadavia .head {
  background: #CCCCCC;
}

/*-------------------------------------------------------------------
							FOOTER
-------------------------------------------------------------------*/
footer.footer {
  color: #fff;
  /*background: #206990;*/
  background: linear-gradient(180deg, #357c9c 0%, #206990 100%);
  padding-bottom: 60px;
  margin-top: auto;
}
footer.footer .center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}
footer.footer .tsy {
  text-align: right;
  font-size: 18px;
}
footer.footer .tsy strong {
  font-weight: 700;
}

footer.footer .tsy2 {
  text-align: center;
  font-size: 18px;
}
footer.footer .tsy2 strong {
  font-weight: 700;
}
footer.footer .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
footer.footer ul.redes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer.footer ul.redes li:first-child {
  margin-left: 0;
}
footer.footer ul.redes li {
  padding: 5px;
  display: block;
  font-size: 17px;
  margin: 0 10px;
}
footer.footer ul.redes li a {
  display: block;
  white-space: nowrap;
}
footer.footer ul.redes li a:hover {
  opacity: 0.8;
}
footer.footer ul.redes li i {
  /*width: 20px;*/
}
footer.footer ul.redes li span {
  padding-left: 15px;
  font-weight: 700;
}
.ssn {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
}
.ssn .text {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
}
.ssn a:hover {
  opacity: 0.8;
}
.ssn a {
  font-weight: 700;
}
.ssn img {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
}
/*-------------------------------------------------------------------
							ABOUT
-------------------------------------------------------------------*/
section.about {
  position: relative;
  padding: 120px 0 0 0;
  color: #fff;
  background: #26A8B6;
  text-align: center;
}
section.about .center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 100px;
}
section.about:after {
 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('trama.png');
  background-repeat: repeat;
  opacity: 0.6;
  background-size: 560px;
  background-position: top center;
}
section.about h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
section.about h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 25px;
  display: block;
}
section.about h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  margin-top: 25px;
  display: block;
  color: #357C9C;
  text-transform: uppercase;
}
section.about .items {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 100px;
}
section.about .items-wrap {
  position: relative;
  margin-top: 80px;
}
section.about .items-wrap:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  background: #f8f8f8;
  width: 100%;
  z-index: 0;
}

section.logos .items-wrap {
  position: relative;
  margin-top: 80px;
}
section.about .items-wrap:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  background: #f8f8f8;
  width: 100%;
  z-index: 0;
}
section.about .items .item {
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  width: 30%;
  box-shadow: 0px 0px 40px 0px rgba(12, 32, 114, 0.1);
}

section.about .items .item2 {
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  width: 40%;
  box-shadow: 0px 0px 40px 0px rgba(12, 32, 114, 0.1);
}











section.about .items .item2 .text {
  margin-top: 25px;
  font-size: 23px;
  font-weight: 300;
  line-height: 140%;
  color: #000;
}

section.about .items .item .text {
  margin-top: 25px;
  font-size: 23px;
  font-weight: 300;
  line-height: 140%;
  color: #000;
}
/*-------------------------------------------------------------------
							FAQ
-------------------------------------------------------------------*/
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.faq {
  background: #f8f8f8;
  padding: 120px 0;
  text-align: center;
}
section.faq .center {
  margin: 0 auto;
  padding: 0 100px;
  width: 100%;
  max-width: 980px;
}
section.faq h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  color: #206990;
}
section.faq h3 strong {
  font-weight: 700;
}
section.faq h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 25px;
  display: block;
  color: #716F6F;
}
section.faq .btn {
  margin-top: 80px;
}
section.faq .accordion {
  margin-top: 60px;
}
section.faq .btn {
  transition: all 0.3s ease;
}
section.faq .btn.hide {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.faq-wrap {
  display: none;
  animation: fadein 0.8s;
}
.faq-wrap.active {
  display: block;
}
/* accordion */
ul.accordion {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  padding-top: 20px;
  max-width: 970px;
  width: 100%;
}
ul.accordion .inner p {
  margin: 0;
}
ul.accordion li div.inner {
  overflow: hidden;
  display: none;
  padding: 30px;
  line-height: 180%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
}
ul.accordion li ol {
  list-style: initial;
  padding-left: 20px;
}
ul.accordion li {
  margin: 15px 0;
}
ul.accordion li a .chevron {
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
}
ul.accordion li.show a .chevron {
  transform: rotate(180deg);
}
ul.accordion > li > a.toggle span {
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid #000;
}
ul.accordion > li > a.toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  font-family: 'Poppins';
  padding: 18px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.chevron {
  position: relative;
  display: block;
  width: 24px;
  height: 12px;
  /*height should be double border*/
}
.chevron::before,
.chevron::after {
  position: absolute;
  display: block;
  content: "";
  border: 12px solid transparent;
  /*adjust size*/
}
/*Change the four instances of 'top' below to rotate (top/right/bottom/left)*/
.chevron::before {
  top: 0;
  border-top-color: #000;
  /*chevron Color*/
}
.chevron::after {
  top: -2px;
  /*adjust thickness*/
  border-top-color: #f8f8f8;
  /*Match background colour*/
}
@media (max-width: 1800px) {
  nav.main-menu ul li a {
    font-size: 17px;
  }
  section.head .center h2 {
    font-size: 67px;
  }
  section.head .center .text {
    font-size: 35px;
  }
  section.app .text {
    font-size: 28px;
  }
  section.contacto .text,
  section.faq h3,
  section.app ul {
    font-size: 22px;
  }
  section.stats .center h3 {
    font-size: 26px;
  }
  section.contacto h2,
  section.logos h2 {
    font-size: 42px;
  }
  section.app h2,
  section.faq h2,
  section.about h2 {
    font-size: 45px;
  }
  section.about h3 {
    font-size: 30px;
  }
  section.about h4 {
    font-size: 27px;
  }
  section.about .items .item .text {
    font-size: 21px;
  }
  .btn {
    font-size: 22px;
    padding: 22px 65px;
  }
}
@media (max-width: 1400px) {
  section.head .logo svg {
    max-width: 450px;
    width: 100%;
  }
  section.head .center h2 {
    margin-top: 50px;
    font-size: 62px;
  }
  section.head .center .text {
    font-size: 33px;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .robot-wrapper img {
    max-width: 220px;
    right: 20%;
    top: 23%;
  }
  section.about .items .item2 {
    width: 32%;
}
  header.header .center,
  section.about .items,
  section.head .center,
  section.app .center,
  section.stats .center,
  section.about .center,
  section.faq .center,
  section.logos .center,
  section.contacto .center,
  footer.footer .center {
    padding: 0 40px;
  }
  section.head .background {
    display: none;
  }
  section.app .center .col .phone {
    width: 100%;
    margin: -15% auto;
  }
  section.app .center .col:last-child {
    position: relative;
  }
  section.app .center .col {
    width: 50%;
  }
  section.app {
    padding: 100px 0;
  }
  section.stats {
    padding: 100px 0;
  }
  section.about {
    padding: 100px 0 0 0;
  }
  section.about .items .item {
    width: 32%;
  }
  section.about .items .item .text {
    font-size: 18px;
  }
  section.stats .center h3 {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .robot-wrapper img {
    display: none;
  }
  header.header {
    top: 48px;
  }
  .bar {
    display: block;
    font-size: 14px;
    padding: 10px;
  }
  header.header {
    top: 34px;
  }
  ul.accordion li div.inner,
  ul.accordion > li > a.toggle {
    font-size: 14px;
  }
  section.contacto h2,
  section.logos h2,
  section.app h2,
  section.faq h2,
  section.about h2 {
    font-size: 37px;
  }
  section.head .logo svg {
    max-width: 400px;
  }
  nav.main-menu ul li a {
    font-size: 16px;
    padding: 5px 20px;
  }
  section.stats .center ul {
    flex-wrap: wrap;
  }
  section.stats .center {
    max-width: 800px;
  }
  section.stats {
    padding: 30px 0;
  }
  section.stats .center ul li:after {
    display: none;
  }
  section.stats .center ul li {
    width: 50%;
    margin: 40px 0;
  }
  section.about h4 {
    font-size: 22px;
  }
  section.about .items .item .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.cotizar .contenido .brand-button {
    min-height: auto;
  }
  footer.footer ul.redes li:first-child {
    margin-left: 5px;
  }
  
  
  section.about .items .item2 {
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
}

  .ssn {
    justify-content: center;
  }
  .ssn .text {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .bar {
    font-size: 12px;
  }
  header.header {
    top: 32px;
  }
  section.head .center {
    justify-content: center;
    text-align: center;
  }
  ul.accordion li div.inner,
  ul.accordion > li > a.toggle {
    font-size: 12px;
  }
  section.contacto .cols {
    flex-wrap: wrap;
  }
  section.contacto label {
    font-size: 14px;
  }
  section.contacto .cols label {
    width: 100%;
  }
  ul.logos {
    margin: 30px auto 0 auto;
    max-width: 320px;
  }
  ul.logos li {
    width: 45%;
    padding-top: 25%;
  }
  section.faq {
    padding: 60px 0;
  }
  section.faq .btn {
    margin-top: 50px;
  }
  section.about {
    padding: 60px 0;
  }
  section.about .items-wrap {
    margin-top: 50px;
  }
  section.stats .center h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  section.stats .center ul li {
    margin: 20px 0;
  }
  section.stats .center ul li svg {
    max-width: 80px;
  }
  section.about .items {
    flex-wrap: wrap;
  }
  section.about .items .item {
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
  }
  section.about .items-wrap:after {
    display: none;
  }
  section.parallax {
    height: 300px;
  }
  .btn-2,
  .btn {
    font-size: 18px;
    padding: 18px 40px;
  }
  header.header {
    height: 50px;
  }
  section.head {
    max-height: none;
    height: auto;
  }
  section.head .center {
    position: relative;
    padding: 70px 15px;
  }
  section.head .center h2 {
    margin-top: 20px;
    font-size: 36px;
  }
  section.head .center .btn {
    margin-top: 50px;
  }
  section.about h3,
  section.head .center .text {
    font-size: 18px;
    line-height: 130%;
  }
  header.header .center,
  section.about .items,
  section.app .center,
  section.stats .center,
  section.about .center,
  section.faq .center,
  section.logos .center,
  section.contacto .center,
  footer.footer .center {
    padding: 0 15px;
  }
  nav.main-menu ul li a {
    font-size: 10px;
    padding: 5px 10px;
  }
  nav.main-menu ul li:last-child a {
    white-space: nowrap;
    height: 30px;
    padding: 5px 10px;
    margin-left: 5px;
  }
  section.head .logo svg {
    max-width: 250px;
  }
  section.app {
    padding: 60px 0;
  }
  section.app .center {
    flex-wrap: wrap;
    text-align: center;
  }
  section.app ul {
    display: inline-block;
  }
  .store-links {
    justify-content: center;
  }
  section.app .center .col:first-child {
    order: 2;
  }
  section.app .center .col .phone {
    max-width: 360px;
    margin: -140px auto 0 auto;
  }
  section.app .center .col {
    width: 100%;
  }
  section.contacto h2,
  section.logos h2,
  section.app h2,
  section.faq h2,
  section.about h2 {
    font-size: 32px;
  }
  section.app .text {
    font-size: 22px;
    margin-top: 15px;
  }
  section.contacto .text,
  section.faq h3,
  section.app ul {
    font-size: 18px;
  }
  .icon-truck,
  .icon-whatsapp,
  .icon-insurance {
    width: 42px;
    height: 42px;
  }
  footer.footer .cols .col {
    width: 100%;
  }
  footer.footer .tsy {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  section.head .center {
    padding-bottom: 250px;
  }
  .robot-wrapper {
    position: absolute;
    bottom: 140px;
    width: 100%;
    right: 0;
    z-index: 5000;
    text-align: center;
  }
  #robot {
    position: absolute;
    top: initial;
    right: 25%;
  }
  footer.footer ul.redes li {
    font-size: 25px;
  }
  footer.footer ul.redes li span {
    display: none;
  }
}
.sticky-btn {
  position: fixed;
  z-index: 7000;
  bottom: 35px;
  left: 25px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.float-floatingButton {
  z-index: 7000 !important;
}
.gauge-loader:not(:required) {
  background: #00D0D0 !important;
}
#clgo {
  z-index: 7000 !important;
}
.sticky-btn a {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #FFF;
}
.float-right {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4) !important;
}
/*-------------------------------------------------------------------
							WHATSAPP
-------------------------------------------------------------------*/
.whatsapp_1.float-right {
  bottom: -100px;
}
