@font-face{
  font-family: "Metropolis-Regular";
  src:url("../fonts/Metropolis-Regular.otf");
}

@font-face{
  font-family: "Metropolis-ExtraLight";
  src:url("../fonts/Metropolis-ExtraLight.otf");
}

@font-face{
  font-family: "Metropolis-Bold";
  src:url("../fonts/Metropolis-Bold.otf");
}

body{
  font-family: 'Metropolis-Regular';
  background: #f8f9fa;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #005cb9;
    border: 2px solid #005cb9;
}

.font-el{
  font-family: "Metropolis-ExtraLight";
}

.bg-red{ background: #E1251B; }

.bg-blue{ background: #005CB9; }

.bg-blue-dark{ background: #002554; }

.bg-yellow{ background: #FEE600; }


.text-red{ color: #E1251B; }

.text-blue{ color: #005CB9; }

.text-blue-dark{ color: #002554; }

.text-yellow{ color: #FEE600; }

.text-gray{ color: #939393; }

.desk{
  display: block;
}

.movil{
  display: none;
}

.btn-blanco{
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e1251b;
  color: #002554;
  padding: 7px 30px;
}

.btn-rojo{
  background: #E1251B;
  border-radius: 24px;
  border: 1px solid #e1251b;
  color: #fff;
  padding: 7px 30px;
}

.titlebig{
  font-size: 40px;
  font-weight: 900;
}

/*MENU NAVBAR*/
.nav-link{
  font-family: 'Metropolis-Regular';
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

/*BANNER*/
.title-slide{
  font-size: 5rem;
  color: #f0eadd;
  /*text-shadow: 1px 1px 5px #333;*/
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
}
.slide-1{
  background: url('../img/bg-banner.png') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.carousel-caption {
  right: 3%;
  left: 3%;
  bottom: -4%;
  top: 30%;
}

.carousel-caption-seg {
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 20%;
}

.text-slide{
  font-weight: 600;
  line-height: 1.2;
}

/******* carousel-fade **********/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 0.50s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/***************************************************/

/**************CARD PLANS***************/


.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background: #fff;
    margin-top: 5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}


.card-title {
  margin: 0.5rem 0;
  font-family: 'Metropolis-Bold';
  letter-spacing: .1rem;
  font-weight: 900;
}

.card-price {
  font-size: 1.4rem;
  color: #002554;
  font-family: 'Metropolis-Bold';
}

.card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 0.8rem;
}


.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #e86909;
    border: none;
    outline: none;
    background: #495057;
    border-radius: 50%;
}

.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
  /*content: '→';*/
  content: '\f054';
}
.slick-prev:before {
  /*content: '→';*/
  content: '\f053'
}

.slick-next {
    right: -10px;
}

.slick-prev {
    left: -6px;
    z-index: 100;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #005cb9;
    outline: none;
    background: #005cb9;
}
/* Hover Effects on Card */

@media (min-width: 992px) {
  /*.pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }*/
}
/***************************************/

/**********card seguro**************/
.card {
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 1.25rem;
  box-shadow: 2px 2px 10px #ccc;
}

.seg{
    width: 95%;
  }

/**************footer***********/
.icon{
  color: #fff;
  background: #E1251B;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

/************lista seguros************/
ul {
  list-style: none;
  /*padding: 50px;*/
  padding-left: 0;
}

ul li.orange::before {
  content: "\2022";
  color: #f48e28;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

i.triang{
  background: url(../img/candadito-i.png) no-repeat;
  background-size: 60%;
  padding: 20px;
  margin-bottom: 8px;
  position: relative;
  top: 50px;
}

li.list{
  font-size: 17px;padding-left: 45px;margin-bottom: 30px;
}

/*responsive*/
@media (max-width: 767.98px) {
  .desk{
    display: none;
  }

  .movil{
    display: block;
  }

  .carousel-caption {
    right: 10%;
    left: 10%;
    bottom: -3%;
    top: 15%;
  }

  .txt-slide{
    font-size: 17px;
  }

  .text-slide{
    font-size: 23px;
  }

  .subtitle {
    font-size: 1rem;
  }

  .seg{
    width: 85%;
  }
}