@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap');
* {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
}
  
a{transition: all ease 500ms;}
.mobile{display: none!important;}
.desktop{display: inline-block !important;}
main {
  z-index: 2;
  position: relative;
  height: auto;
  /*background-color: #2D3142;*/
  background-color: #f3f3f3;
  line-height: 1.5;

  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}
.isotipo{display: none;}
.p5{  padding:5%;}
.pt-5{padding: 5% 0;}
.px-5{padding: 0 5%;}
.f-title{   color:#213a53;font-weight: 600; }
.t-white{color:white;}
.t-deepblue{color: #213a53;}
.bg-darkblue{  background-color: #213a53;}
.bg-blue{  background-color:#1f6eb6;}
.bg-light{  background-color:#fff;}
.t-high{
  padding:5px 10px;
  font-weight: bold;
  color: #ed472d;
  display: inline-block;
  margin-bottom: 10px;

}
.o-hidden{overflow: hidden;}
.t-high-white{
  background-color: rgba(255, 255, 255, 0.8);

}
.d-none{display: none;}
.fancybox__container {
  --fancybox-bg: #efc54e!important;
}
.fancybox__content{
  border-radius: 20px!important;
  padding: 2em 1em!important;
}
.fancybox__content>.f-button.is-close-btn {
  --f-button-bg: black!important;
  --f-button-hover-bg: #797979!important;
  right: 5px!important;
}
/* BOTONES */
.btn{
  background-color: #29dd8a;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  display: inline-block;
  border:1px solid transparent;
}
.btn:hover{
  background-color: transparent;
  color: black;
  border:1px solid black;
}
.btn-highlight{
    font-size: 1.5em;
    font-weight: bold;
  }
.btn-blue{
  color: white;
  background-color: #1e73b9;

}
.btn-blue:hover{
  color: #1e73b9;
  background-color: white;
  border:1px solid #1e73b9;
}
.high-blue{
  color: white;
  background-color: #1e73b9;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
}
.btn-link{
  color:black;
  text-decoration: none;
}
.btn-link:hover{
  color: #29dd8a;
}
.tsmall{
  font-size: .8em;
}


@media (min-width: 10px) { 

  /* ---------------------------------- */
  /* ------------- NAVBAR ------------- */
  /* ---------------------------------- */
  header{
    background-color: transparent;
    position:sticky;
    top: 0px;
    z-index: 999;
    left: 0;
    transition: all ease 500ms;

  }
  .logo{
    max-width: 350px;
    padding: 10px 0;
    margin-left: 5%;
  }
  .hdr-info {
    display: none;
    position: absolute;
    top:10px;
    right:5%;
    justify-content: center;
  }
  
  .hdr-info a {
    margin-left:20px;
   color:black ;
   text-decoration: none;
   transition: all ease 500ms;
  }
  .hdr-info a:hover {
    color:#1f6eb6 ;
    padding-top: -15px;
   }
  }

.sidebar {
  height: 100vh;
  width: 400px;
  position: fixed;
  top: 0px;
  right:0;
  z-index: 1;
  background-color: #5BBEBF;

}

.bar {
  display: block;
  height: 5px;
  width: 40px;
  background-color: #414C6C;
  margin: 10px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right {
  position: fixed;
  right: 20vh;
  top: 7vh;
}

.nav-right.visible-xs {
  z-index: 3;
}
/*
.hidden-xs {
  display: none;
}
*/
.middle {
  margin: 0 auto;
}
.nav-right span{
  position: absolute;
  left: 103%;
  top: -25px;
  color: #414C6C;
  vertical-align: middle;
  text-align: center;
  padding: 40px 20px;
  /*
  min-height: 100px;
  min-width: 100px;
  */
  font-size: 1.5em;
  font-weight: 800;
  border-radius: 5em;
  background-color:#29dd8a;
}
/* THIS IS FOR THE BAR ICON */
.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.nav-right.visible-xs .active span{
  background-color:#ed472d;
  color:white;
}
.nav-right.visible-xs .active .bar {
  background-color: #ed472d;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;/*
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  z-index: 100;*/
}

.button.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
  width: 0;
}
/* END THIS IS FOR THE BAR ICON */

.move-to-left {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
}

nav {
  padding-top: 30px;
}

.sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 180px;
  text-align: center;
}

.sidebar-item {
  margin: 30px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sidebar-item:first-child {
  -webkit-transition: all .7s .2s ease-in-out;
  -moz-transition: all .7s .2s ease-in-out;
  -ms-transition: all .7s .2s ease-in-out;
  -o-transition: all .7s .2s ease-in-out;
  transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
  -webkit-transition: all .7s .4s ease-in-out;
  -moz-transition: all .7s .4s ease-in-out;
  -ms-transition: all .7s .4s ease-in-out;
  -o-transition: all .7s .4s ease-in-out;
  transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
  -webkit-transition: all .7s .6s ease-in-out;
  -moz-transition: all .7s .6s ease-in-out;
  -ms-transition: all .7s .6s ease-in-out;
  -o-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}
.sidebar-item:nth-child(4) {
  -webkit-transition: all .7s .8s ease-in-out;
  -moz-transition: all .7s .8s ease-in-out;
  -ms-transition: all .7s .8s ease-in-out;
  -o-transition: all .7s .8s ease-in-out;
  transition: all .7s .8s ease-in-out;
}

.sidebar-item:nth-child(5) {
  -webkit-transition: all .7s .10s ease-in-out;
  -moz-transition: all .7s .10s ease-in-out;
  -ms-transition: all .7s .10s ease-in-out;
  -o-transition: all .7s .10s ease-in-out;
  transition: all .7s .10s ease-in-out;
}


.sidebar-item:last-child {
  -webkit-transition: all .7s .12s ease-in-out;
  -moz-transition: all .7s .12s ease-in-out;
  -ms-transition: all .7s .12s ease-in-out;
  -o-transition: all .7s .12s ease-in-out;
  transition: all .7s .12s ease-in-out;
}

.sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar-anchor {
  color: #FFF;
  text-decoration: none;
  font-size: 1.6em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}

.sidebar-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
  width: 100%;
}
.scrolled-nav header{
  background-color: #ffffff;
  transition: all ease 900ms;
  position: fixed;
  width: 100%;
  top: 0px;
  height: 80px;
}
.scrolled-nav .logo{
  max-width: 150px;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.scrolled-nav .nav-right {
  right: 130px;
  top: 50px;
}

  /* DESKTOP 
  .sidebar {
    height: auto;
    max-width: 90%;
    position: fixed;
    top: 85px;
    z-index: 5;
    right: 5%;
  }
  
  nav {
    padding-top: 0px;
  }
  
  .sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 0px;
    text-align: center;
  }
  
  .sidebar-item {
    margin:  0 0 0 20px;
  opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    display: inline-block;
  }
  
  
  .sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .sidebar-anchor {
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
  }
  
  .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1e73b9;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
  }
  
  .sidebar-anchor:hover:before {
    width: 100%;
  }
  

.scrolled-nav .logo{
  display: none;
}
.scrolled-nav .isotipo{
  display: block;
  width: 70px;
}
.scrolled-nav .hdr-info {
  position: relative;
  background-color: white;
  justify-content: center;
  right: 0;
  top:-90px;
  padding: 7px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}
.scrolled-nav .sidebar {
  height: auto;
  max-width: 90%;
  position: fixed;
  top: 70px;
  z-index: 5;
  right: 5%;
}

.scrolled-nav .sidebar-anchor {
  color: #fff;
}
.scrolled-nav .sidebar-anchor:before {
  background-color: #fff;
}
}
MEDIA QUERIES DESKTOP*/


/* LAYOUT */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
   /* padding: 15px;*/
  }
  
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .col-img{
    width: 100%;
    display: block;
  }
.va-top{vertical-align: top;}
.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}
.right{
  text-align: right;

}
.highlight{
  font-size: 2.3em;
  line-height: 1.5;
  padding: 5% 200px 200px 200px ;
  text-align: center;
  text-transform: uppercase;

}
.bn-main{
  height: 100vh;
  /*background-color:#1f6eb6 ;*/
  margin-top: -160px;
	background-image: url("../images/bg-mainbanner.png"), url("../images/asset-elipse.svg");
  background-repeat: no-repeat;
  background-size: 75vh, 170vh;
  background-position: right calc(46vh - 334px) bottom 30px, bottom 10vh left -60vh;
  position: relative;
  overflow: hidden;

}
.bn-main .divider-left{
  position: absolute;
  transform: scale(.4);
  right: -70%;
  bottom: -35px;

}
.bn-title{
  position: absolute;
  top: 35vh;
  left: 15vh;
  color: white;
  max-width: 100%;

}
.bn-title span{
  padding:5px 10px;
  font-weight: bold;

  font-size: 1.7em;
  color: #ed472d;
  display: inline-block;
  margin-bottom: 10px;

}
.main-services{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding:2em 0 3em 0;

}
.main-services a{
    position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-flex: 0 1 33%;
  flex: 0 1 33%;

  padding: 2em 10px;
  font-size: .8em;
  background-color: rgba(255, 255, 255, 0);
  color:#222222;
  text-decoration: none;
  min-height: 100%;
  border: 2px solid white;
  border-radius: 5px;
}

.main-services a:nth-child(2){
    transform: scale(1.2);
    background-color: #e4bf40;
    z-index: 1;
}
.main-services a:nth-child(2) .fa-paw{
    font-size: 5em;
}

.main-services a i{
  font-size: 3em;
  margin-bottom: 10px;

}



.main-services a:hover{
  background-color: rgba(255, 255, 255, 1);
  color:#81bebe;
  text-decoration: none;

}
.main-services .t-high{
  position: absolute;
  font-size: 2em;
  bottom:-35px;
  left: 38%;
  display: none;
}
.main-services a:hover > .t-high{
  display: block!important;
}

.flecha{
  position: absolute;
  width: 100px;
  bottom: -5px;
  left: 235px;
}
.bn-title p{
  margin: 20px 0 40px 0;
  line-height: 1.5;

}
.bn-title h1{
  font-size: 2.3em;
}
.bn-title .btn{
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}
.section-title h2{
  font-size: 3em;
}

/* SECCIONES */
/* ABOUT */
.about-container{
  position: relative;
  overflow: visible!important;
  margin-top: 5em;
  

}
.imgabout{
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 7%;
}
.imgabout img{
  height: 85vh;
  max-height: 900px;
}
.about{
  vertical-align: bottom;
  background-color: white;
  border-radius: 1em;
  padding-left: 250px;
margin-left: 30vh;
  width: 95vh;
  min-height: 500px;

}
.about h2{
  font-size: 2.5em;
  color:#81bebe;
  font-weight: bolder;
}
.about p{
  line-height: 2;
}

/*.parallax { 
	
	background-image: url("../images/bn-home.jpg");
  
	
	height: 50vh; 
  

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }*/
  .content{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.2;

  }

.bg-difer{
	background-image: url("../images/bg-difer.png");
  background-repeat: no-repeat;
  background-size:cover;
  background-position:left bottom;
  background-attachment: fixed;
}
  /* BENEFICIOS */
  .razones-contrato{
    list-style:none;
    counter-reset: any-name;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap:1em;

  }
  .razones-contrato li{
    counter-increment: any-name;
    display: flex;
    width: 30%;
    gap:.5em;
    margin-bottom: 2em;
    overflow: hidden;
    /*
    flex-wrap: wrap;
    justify-content: flex-start;
    */

  }
  .razones-contrato li b{
    color:#5BBEBF;
    font-weight: bold;
    font-size: 1.2em;

  }
  .razones-contrato li img{
    margin-top: 10px;
    max-width: 150px;
    
    align-self: flex-start;
    /*
    position: absolute;
    display: block!important;
    margin-bottom: -50px;
    */
  }

/*.razones-contrato li:nth-child(even){
   background-color: white;
   border-radius: 10px;

}*/
  .razones-contrato li:nth-child(even)::before{
    color:#ed472d;
 
   }
  .razones-contrato li::before{
    content:"" counter(any-name);
    font-weight: bold;
    vertical-align: top;
    font-size: 3em;
    margin-top: -10px;
    
    /*position: absolute;
    top:0;
    left:0;
*/
  }
  .ben-otros-seguros{
    background-color: white;
    border-radius: 1em;
    padding:5rem;
    }
  .f-title-otros-seg{
    font-size: 1.5em;
    margin-bottom:20px ;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ben-otros-seguros .razones-contrato li{
    counter-increment: any-name;
    display: flex;
    width: 100%;
    gap:.5em;
    margin-bottom: 2em;
    overflow: hidden;
    /*
    flex-wrap: wrap;
    justify-content: flex-start;
    */

  }
.ben-otros-seguros .razones-contrato li::before{
    content:"✔";
    font-weight: bold;
    vertical-align: top;
    font-size: 1.5em;
    margin-top: 0px;
    font-family: 'Font Awesome 6 Free';


  }

  .side-beneficios{
    padding: 3% 0;
  }
  .side-beneficios .section-title, .side-beneficios p{
    padding:0 5%;
    text-align: center;
  }
  
  #bene-mascota, #bene-gastos{
    display: none;
  }
  .cont-btns-bene{
    margin-top: 30px;
    
  }
  .btn-bene{
    padding: 20px 5%;
   /* display: block;
    position: relative;*/
    font-size:1.2em;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#3f3f3f;
    text-decoration: none;
  }
   .btn-bene .icn-bn{
    font-size: 1.5em;
    margin-right: 15px;
  }
   .btn-bene .btn-bene-arrow{
    display: none;
    /*position: absolute;
    right:5%;
    top: 30px;*/
    line-height: 0;
  }
  .btn-bene:hover{
    background-color:#f3f3f3;
    color:#81bebe;
  }
  .active-bene{
    background-color:#f3f3f3;
    color:#81bebe;
  }
  .btn-bene:hover .btn-bene-arrow{
    display: inline-block;
  }
  .beneficios-container {
    display:flex;
    flex-wrap: wrap;
  }
  .beneficio {
    /*background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    min-height: 200px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    color:#222222;
  }
  .beneficio a{
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-decoration:none;
    color:black;
    font-size:.7em;
  }
  .beneficio a:hover {
    opacity: 1;
    color:#29dd8a;	
  }
  .beneficio i {
    color: #464c6a;
    letter-spacing: 1px;
    font-size: 3em;
    margin-bottom: 20px;
  }
  .beneficio.ben-otros-seguros i {
    color: #464c6a;
    letter-spacing: 1px;
    font-size: 1em;
    margin-bottom: 20px;
  }

  .beneficio p {
    line-height: 1.5;
  }
  .beneficio-preview h3{
    font-size: .8em;
  }
  .beneficio-info {
    padding: 20px;
    width: 100%;
  }

.bg-servicio{
}
.bg-autos {  background: url("../images/bg-autos.jpg");}
.bg-danos {  background-image: url("../images/bg-daños.jpg");}
.bg-fianzas {  background: url("../images/bg-fianza.jpg");}
.bg-salud {  background: url("../images/bg-salud.jpg");}
.bg-vida {  background: url("../images/bg-vida.jpg");}
.bg-credito {  background: url("../images/bg-credito.jpg");}




/*jhajhajhajhajhajhajha*/



.sel-box{
  display: none;
}
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 2em auto 3em;

}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
  padding-bottom: 2em;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: 'Barlow', sans-serif;
  cursor: default;
  color: #707070;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
.pricing-item .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: #5bbebf;
  padding: 2em 0 4.1em;
  position: relative;
    -webkit-transition: -webkit-all 0.5s;
  transition: all 0.5s;

}
.pricing-item:hover > .pricing-deco{
  background: #f0c642!important;
}

.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 4em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0.25em 0 0 0;
  line-height: 0.75;
}
.pricing-pick {
  font-size:.8em;
  padding: 0;
  color: #fff;
  margin: 0.25em 0 0 0;
  padding:.5em;
}
#paquete-choose{
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    min-width: 300px;
    width:100%;
    border-bottom: 2px solid #5BBFBF;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50px;
}
.pricing-palden .pricing-currency {
  font-size: 0.5em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.25em;
  padding: 0;
  margin-left:-.9em;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em ;
  list-style: none;
  margin-bottom: 2em;
}
.pricing-palden .pricing-feature {
  padding: .5em 2em;
  font-size: .75em;
  border-top: 1px solid #e8e8e8;
  text-transform: uppercase;
  vertical-align: middle;}
.pricing-feature .fa-check{
  font-size: .8em;
  color:#29dd8a;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em .2em 3em;
  padding: .7em 2em;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 30px;
  background: #29dd8a;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
  background-color: #100a13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}


/*END TEST FLIP CARD*/

/* PAQUETES Y COBERTURAS */
#paquetes{
  margin-top: 200px;
  padding-top: 150px;
}
#paquetes h1{
  font-size: 2.3em;
}

/* TABLA COMPARATIVA */
.tabla-comparativa article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  min-height:1000px;
  position:relative;
}
.tabla-comparativa ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.tabla-comparativa li {
  list-style:none;
  flex:1;
}
.tabla-comparativa li:last-child {
  border-right:1px solid #DDD;
}
.tabla-comparativa button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-weight:bold;
  height:60px;
  color:#999
}
.tabla-comparativa li.active button {
  background:#F5F5F5;
  color:#000;
}
.tabla-comparativa table { border-collapse:collapse; table-layout:fixed; width:100%;}
.tabla-comparativa th { background:#F5F5F5; display:none; }
.tabla-comparativa th small { font-size:.8em;display:block;margin-top:0;}
.tabla-comparativa small { font-size:.75em;}

.tabla-comparativa td, th {
  min-height:53px;
}
.tabla-comparativa td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.tabla-comparativa td,th {
  text-align:left;
}
.tabla-comparativa td+td, th+th {
  text-align:center;
  display:none;
}
.tabla-comparativa td.default {
  display:table-cell;
}
.tabla-comparativa .bg-purple {
  border-top:3px solid #5bbebf;
}
.tabla-comparativa .bg-blue {
  border-top:3px solid #ed472d;
}
.tabla-comparativa .sep {
  background:#5bbebf;
  font-weight:bold;
  text-transform:uppercase;
}
.tabla-comparativa .txt-l { font-size:3em; font-weight:bold;line-height:1; }
.tabla-comparativa .txt-top { position:relative; top:-9px; left:-2px; }
.tabla-comparativa .tick { font-size:1.2em; color:#2CA01C; }
.tabla-comparativa .hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {
  .tabla-comparativa ul {
    display:none;
  }
  .tabla-comparativa td,th {
    display:table-cell !important;
  }
  .tabla-comparativa td,th {
    width: 330px;
  
  }
  .tabla-comparativa td+td, th+th {
    width: auto;
  }
}
/* END TABLA COMPARATIVA */

.bg-paquetes{
	background-image: url("../images/bg-mascotas-half.svg");
  background-size:cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  
}
.bg-pets{
  position: absolute;
  top: -23vh;
  z-index: 10;
  /*
  background-color: grey;
    background-image: url("../images/bg-mascotas.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
*/
}
.bg-pets img{  width:100%;}

/* END PAQUETES Y COBERTURA*/

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */

footer{
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#cotizadorFrm .inw{
  margin-bottom: 0px!important;
}
.shape{
  height: 120vh;
  width: 120vh;
  background-color: #f0c642;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top:50px;
  right: 0;
  left:0;
  z-index: -1;

}
.img-dude{
  display: block;
  position: absolute;
  text-align: center;
}

.social{
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.social .icn-sn{
  font-size: 3em;
  padding: 0 20px;
  color:#1d364d;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); 


}
.social .icn-sn:hover{
  font-size: 3em;
  padding: -10px 0 0 0;
  color:#1f6eb6;
  margin-bottom:-15px;
  -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5); 
}


.social ul li {
  list-style: none;
  display: inline-block;
}

.social a {
  margin: 0 10px;
  display: block;
  color:black;
  text-decoration: none;

}


.social a .icon {
  position: relative;
  color: #ed472d;
  transition: .5s;
  z-index: 3;
}

.social a:hover .icon {
  color: #000;
}

.social ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.social ul li a:hover:before {
  top: 0;
}

.social ul li:nth-child(1) a:before{
  background: #3b5999;
}

.social ul li:nth-child(2) a:before{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social ul li:nth-child(3) a:before {
  background: #25d366;
}

.social ul li:nth-child(4) a:before {
  background: #1f6eb6;
}

/* MEDIA QUERIES MOBILE*/

@media (max-width: 900px) {
.mobile{display: inline-block!important;}
.desktop{display: none!important;}
main{  padding-top:78px;}
/* ---------------------------------- */
/* ------------- NAVBAR ------------- */
/* ---------------------------------- */
header{
  background-color: #ffffff;
  position:fixed;
  top: 0px;
  z-index: 90;
  left: 0;
  width: 100%;
  height: 80px;
}
.callto{
	padding:15px 15px 21px 15px;
	background: linear-gradient(to bottom, #25d366, #1ac358);
	/*background: linear-gradient(to bottom, #56bd4d, #109006);*/
	left:0;
  font-size: 30px;
  color: white;
	position:absolute;
}
.logo{
  max-width: 150px;
  padding: 5px 0;
  margin-left: 25%;
}
.hdr-info {
  top:0px;
  right:10px;
  text-align: center;
  background-color: #213a53;
}

.hdr-info a {
 margin:0 10px;
 color:white ;
 padding:5px;
}
.nav-right, .scrolled-nav .nav-right  {
  right: 20px;
  top: 5px;
}


.nav-right span{
  left: -22px;
  top: 10px;
  font-size: 1em;
  background-color:transparent;
}

.nav-right.visible-xs .active span{
  background-color:transparent;
}


.px-5{padding: 0 2%;}
.p5{padding: 4%;}

.col-1 {width: 46%;}
.col-2 {width: 33.3%;}
.col-3 {width: 100%;}
.col-4 {width: 100%;}
.col-5 {width: 100%;}
.col-6 {width: 100%;}
.col-7 {width: 100%;}
.col-8 {width: 100%;}
.col-9 {width: 100%;}
.col-10 {width: 100%;}
.col-11 {width: 100%;}
.col-12 {width: 100%;}

.highlight{  font-size: 2em;  line-height: 1;  padding: 2% 2% 50px ;}
.bn-main{
  height: auto;
  min-height: 110vh;
  margin-top: -100px;
  background-size: 38vh, 170vh;
  background-position: right calc(5vh - 0px) bottom 0px, bottom 10vh left -55vh;

}
.bn-main .divider-left{
  transform: scale(2);
  right: 0;
  bottom: 0px;
}
.bn-title{
  top: 18vh;
  left: 0vh;
}
.bn-title span{
  margin-bottom: 0px;
}

.section-title h2{
  font-size: 1.7em;
}
.main-services{padding:2em 10px;}

.main-services a{padding: 1em 10px;}
.main-services a i{
  font-size: 2em;

}
/* SECCIONES */
/* ABOUT */
.about-container{  margin-top: 2em;}
.imgabout{  display: none;}
.about{border-radius: 5px;margin-left: 0vh;  width: 100%;}
.about h2{  font-size: 2em;}
.pricing-item:nth-of-type(2) {  order: -1;}

/* RAZONES PARA CONTRATAR / BENEFICIOS */
.razones-contrato{  gap:0em;}
.razones-contrato li{  width: 100%!important;}
.razones-contrato li img{   max-width: 100px; align-self: center;}
.razones-contrato li::before{ font-size: 2em;}
#paquetes{  margin-top: 200px;  padding-top: 50px;}
#paquetes h1{  font-size: 2em;  line-height: 1;}
.bg-pets{  overflow: hidden;  top:-20px;}
.bg-pets img{  width:210%;margin-left: -20px;}
.divider-yw{overflow: hidden;}
.divider-yw img{width: 200%;}
/* FOOTER */
.img-dude{display: none;}
.social ul li a {
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 25px;
}


}
@media (min-width: 80px) {
  .nav-list {    display: block;  }
}

@media (min-width: 68px) {
  /*.nav-right {
    position: absolute;
  }*/
  .hidden-xs {
    display: block;
  }
  /*
  .visible-xs {
    display: none;
  }*/
}

/* ---------------------------------- */
/* ---------- end NAVBAR ------------ */
/* ---------------------------------- */

/* ------------------------------------------------ */
/* ---------- end MEDIAQUERIES MOBILE ------------ */
/* ------------------------------------------------ */
@media (min-width: 1900px) {/* DESKTOP */
  #paquetes{    margin-top: 400px;    }
  .bg-pets{    position: absolute;    top: -28.5vh;
  }
}
@media (max-width: 1400px) { /* TABLET */
  .razones-contrato li{    width: 46%;  }
  .bg-pets{top: -18vh;  }
  .img-dude{    right:-20%;    z-index: -1;  }
  .ben-otros-seguros{
    padding: 2rem;
  }
    
}
@media (max-width: 385px) {}
.contacto h3{
  font-size: 2.5em;
  color: #213a53;
  margin-bottom: 20px;
}
.contactFrm .btn{
  width: 100%;
  text-align: center;
  
}
.inw, textarea{
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 1em;
  min-width: 300px;
  width:100%;
  border-bottom: 2px solid #5BBFBF;
  background-color: rgba(255, 255, 255, 1);
}
.statusMsg {
  padding: 20px;
  background-color: #4CAF50;
  color: white;
  opacity: 0.83;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}
.errordiv{
  background-color: #e85952;
}
.ftr-bot{
  padding: 15px 10px;
  font-size: .8em;
  text-align: center;
}
.anchor{
  color:#000;
  margin-top: 10px;
}
.anchor:hover{
  color:#CE5956;
}
.tab-wp{
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index:99;
	
}
.tab-wp img{
	width: 60px;
	border-radius: 10px;
	
}
.tab-wp span{
	font-size:10px;
	color:black;
	display:block;
	margin-bottom:-5px;
}
/* animation icon whatsapp */
.tab-wp {
	animation-name: tab-wp;
	animation-duration: 1s;
	animation-delay: 1s;
	-ms-transform: scale(0,0); /* IE 9 */
	transform: scale(0,0); /* Standard syntax */
	-webkit-animation-fill-mode: forwards;
	transform-origin: left bottom;	
	transition: all 0.5s ease-out;
}
  @keyframes tab-wp {
	0%   {
	-ms-transform: scale(0); /* IE 9 */
	transform: scale(0); /* Standard syntax */
	}
	90% {
	-ms-transform: scale(1.15); /* IE 9 */
	transform: scale(1.15); /* Standard syntax */
	}
	95% {
	-ms-transform: scale(1.1); /* IE 9 */
	transform: scale(1.); /* Standard syntax */
	}
	100% {
	-ms-transform: scale(1); /* IE 9 */
	transform: scale(1); /* Standard syntax */
	}
  }
/* END animation icon whatsapp */

/* ALIANZAS SLIDER */
.shop{
  margin-bottom: 50px;
}
@media only screen and (min-width: 401px) {
  .shop .sy-box .sy-slides-wrap {
    min-width: 200px;
    max-width: 390px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.shop .sy-box .sy-slides-crop {
  overflow: visible;
  
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-controls li {
    min-width: 2.4em;
  }
  .shop .sy-box .sy-controls li a:after {
    line-height: 1.4em;
    height: 1.4em;
    width: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
  .shop .sy-box .sy-slide .image-content .product-image {
    padding: 20px 30px;

  }
}
@media only screen and (min-width: 501px) {
  .shop{margin-top: 20px;}
  .shop .sy-box .sy-controls li {
    width: 100%;
  }
  .shop .sy-box .sy-controls li.sy-prev {
    left: -100%;
  }
  .shop .sy-box .sy-controls li.sy-next {
    right: -100%;
  }
  .shop .sy-box .sy-controls li a:after {
    background: none;
  }
}
.shop .sy-box .sy-slide {
  opacity: 0.6;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.shop .sy-box .sy-slide .image-content {
  line-height: 0;
}
.shop .sy-box .sy-slide .image-content .product-image {
  max-width: 100%;
}
.shop .sy-box .sy-slide.sy-active {
  opacity: 1;
}
.shop .sy-box .sy-slide.sy-active:hover .product-image {
  opacity: 0.2;
}
.shop .sy-box .sy-slide .product-info p,
.shop .sy-box .sy-slide .product-info .button-link,
.shop .sy-box .sy-slide .product-image, .shop .sy-box .sy-slide.sy-active, .shop .sy-box .sy-slide.sy-active .buy-now, .shop .sy-box .sy-slide.sy-active:hover .product-image, .shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link, .shop .sy-box .sy-slide.sy-active.transition {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.product-name,
.shop-slider .slide_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 401px) {
  .product-name,
  .shop-slider .slide_box {
    min-width: 200px;
    max-width: 390px;
    width: 50%;
    
  }
}
/* /. ALIANZAS SLIDER */

