@charset "UTF-8";
/* CSS Document */
.juntcol {
  padding: 0px !important
}
.card {
  margin: 20px;
}
.fondo-mascotas {
  background-image: url(/wp-content/themes/masasegurados/img/bgmascotas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.segmas {
margin-top: 50px;
  margin-bottom: 50px;
}

.sombra {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.btn-cotizarver {
  background-color: #9cd063;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
}
.btn-cotizarver:hover {
  background-color: #c8efa8;
}
.btn-cotizarver:focus {
  background-color: #9cd063;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn-cotizarblu {
  background-color: #232272;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 75%;
  padding: 11px;
}
.btn-cotizarblu:hover {
  background-color: #3C3B89;
}
.btn-cotizarblu:focus {
  background-color: #232272;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.seguros a {
  margin-top: 0px;
}
.sinbor .itemsec {
  border-right: none;
}
.itemsec {
  border: solid 1px #eeeeee;
  FONT-SIZE: 13PX;
  text-transform: uppercase;
  height: 61px;
  border-bottom: none;
  border-left: none;
}
.itemsecgris {
  border: solid 1px #eeeeee;
  padding: 10px;
  FONT-SIZE: 13PX;
  text-transform: uppercase;
  height: 61px;
  border-bottom: none;
  background: #f5f5f5;
  color: #232272;
  font-weight: 700;
}
.itemsecblanc {
  border: solid 1px #eeeeee;
  padding: 10px;
  FONT-SIZE: 13PX;
  text-transform: uppercase;
  height: 61px;
  border-bottom: none;
  background: #fff;
  color: #232272;
  font-weight: 700;     border-right: none;
    border-left: none;
}
.itemsecbci {
  border: solid 1px #eeeeee;
  padding: 10px;
  FONT-SIZE: 13PX;
  text-transform: uppercase;
  height: 61px;
  border-bottom: none;
  background: #9cd063;
  color: #FFFFFF;
  font-weight: 700;
}
.downicon {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.itemscontcent {
  text-align: center;
}
.plantaf {
  margin-top: 15px;
}
.plantaf p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.plantaf strong {
  color: #232272;
  font-size: 18px;
  width: 100%;
  display: block;
}
.plantaf span {
  color: #232272;
  font-size: 18px;
  width: 100%;
  display: block;
}
.plantaf a {
  color: #727272;
  text-decoration: underline;
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
.plantaf a:hover {
  text-decoration: none;
}
.plantaf .ico-btn {
  background-position: 95% 15px;
}
/*MEDIA 1366*/
@media (max-width: 1400px) {
  .segmas {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}
/*MEDIA 1024*/
@media (max-width: 1200px) {
  .segmas {
    margin-top: 87px;
    margin-bottom: 87px;
  }
}
/*MEDIA 990*/
@media (max-width: 991px) {
  .segmas {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .itemsec {
    font-size: 10px;
  }
}
/*MEDIA 768*/
@media (max-width: 768px) {
  .itemsec {
    border: solid 1px #eeeeee !important;
    padding: 5px;
  }
  .segmasmob .itemsec {
    text-align: center;
    justify-content: center !important;
    border-left: solid 1px #eeeeee !important;
  }
  .segmasmob .itemsecgris {
    text-align: center;
    justify-content: center !important;
    border-left: solid 1px #eeeeee !important;
  }
  .segmasmob .itemsecblanc {
    text-align: center;
    justify-content: center !important;
    border: solid 1px #eeeeee !important;
  }
  .juntcol {
    margin-top: 50px;
  }
  .itemscont, .itemscontcent {
    margin-left: 5%;
    margin-right: 5%;
  }
  .itemsec {
    font-size: 12px;
  }
}