body{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none!important;
}
.modal{
    font-family: 'Roboto', sans-serif!important;
    color: #2F2E41;
}
.modal-header{
    margin-left: 2rem;
}
.btn-close{
    color:#C83737 ;
}
.btn{
    font-size: 1.2rem !important;
    height: auto!important;
}
.btn-fix {
    color: #fff;
    background-color: #2D349E!important;
    border-radius:0!important;
    height: auto!important;
}
.btn-fix:active{
    outline: none;
    box-shadow: none;
    color: #fff !important;
    background-color: #2D349E;
    border-radius:0!important;
}
.btn-fix:hover{
    color: #fff !important;
    background-color: #2D349E;
    border-radius:0!important;
}
.btn-fix:focus {
    outline: none;
    box-shadow: none;
    background-color: #2D349E;
    border-radius:0!important;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.container-fluid{
    padding: 20px 3rem;
}
.titulo-fino{
    font-weight: 300;
    font-family: 'Roboto', sans-serif!important;
}
.titulo-grossa{
    font-weight: 900;
    font-family: 'Roboto', sans-serif!important;
}
.bg-video{
    background-color: #FBBA3C;
}
.whatsapp {
    color: #25D366;
    text-decoration: none;
}
.btn-responsivo{
    display:none;
}
.btn-no-responsivo{
    display: block;
}
.btn-pulsa {
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    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);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding:10px;
  }
  
  
  /* Comment-out to have the button continue to pulse on mouseover */
  
  a.btn-pulsa:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
  }
  
  
  /* Animation */
  
  @-webkit-keyframes pulsing {
    to {
      box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
  }
  
  @-moz-keyframes pulsing {
    to {
      box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
  }
  
  @-ms-keyframes pulsing {
    to {
      box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
  }
  
@media screen and (max-width: 600px) {
    .container-fluid{
        padding: 20px 1rem;
    }
    .flex-column {
        flex-direction: row!important;
    }
    .btn{
        font-size: 0.8rem;
    }
    .bg-video{
        margin: auto;
        width: 90%;
    }
}
@media screen and (max-width: 1240px) {
    .btn-responsivo{
        display:block;
    }
    .btn-no-responsivo{
        display: none;
    }
}
  