body{
    overflow-x: hidden;
}

.bg-simulador {
    background: url(/img/bg-ua-pumin.jpg) center no-repeat #000;
    background-size: cover;
    width: 100%;
   /*height: 100vh;
 min-height: 100%; */
    transition: background 0.5s linear;
}

.bg-trans {
    background: rgb(54 54 54 / 70%);
}

.w-40 {
    width: 40%!important;
}

.w-15 {
    width: 15%!important;
}

.select2-selection {
    border: 1px solid #bdbdbd;
    line-height: 35px;
    border-radius: 5px;
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.container-footer{
    max-width: 1200px;
}
footer{
   background-color: #353535;
   color: #fff;
}

footer a{
    color: #fff;
    font-weight: 800;
 }

 footer a:hover{
    color: #E2231A;
 }

 .red-icon {
    color: #E2231B;
}
/*
.carousel-control-prev-icon {
    background: #E2231B;
    border-radius: 50%;
    height: 40px !important;
}

.carousel-control-next-icon {
    background: #E2231B;
    border-radius: 50%;
    height: 40px !important;
}*/


.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #E2231B;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #E2231B;
}

.bg-grey{
    background-color: #F5F5F5 !important;
}


.pulse-button {
    width: 220px;
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: 50px auto;
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 10px;
    background-color: #FF0000;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 22px;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
  }
  
  
  /* Comment-out to have the button continue to pulse on mouseover */
  
  a.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
  }
  
  
  /* Animation */
  
  @-webkit-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  @-moz-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  @-ms-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  

.p-xs-25 {
    padding: 25px !important;
}

.bg-green{
  background-color: #eaffe2;
}

.caluga {
    width: 200px;
}
