
body {
    color: #212322;
    font-family: 'Montserrat-Regular', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
body .message.info {
    background: #1D6960;
    color: white;
}
body .message.info > *:first-child:before {
    color: white;
}
input:-internal-autofill-selected {
    background-color: #fff !important;
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.colorred {
    color: #c8202f !important;
}
/* START CAROUSEL */
.carousel-control.right,  .carousel-control.left{
    background-image: none;
}
.carousel-control>.carousel-control-next-icon,  .carousel-control>.carousel-control-prev-icon {
    top: 20%;
}
.carousel-control>.carousel-control-next-icon::before,  .carousel-control>.carousel-control-prev-icon::before {
    font-size: 6rem;
    color: black;
}
.home-block.home-special .carousel-inner .carousel-control-prev-icon::before, .home-block.home-special .carousel-inner .carousel-control-next-icon::before {
    color: #c8202f;
}
 .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10px;
}
.carousel-control {
    width: 35px;
}

 /* END CAROUSEL */
.preguntar-experto {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #F0EDEC;
    font-weight: 600;
    cursor: pointer;
}
.preguntar-experto:hover{
    text-decoration: none;
}
.preguntar-experto img {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.preguntar-experto .texto {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Geomanist-Bold';
    color: #000;
}

/*start Dialogos confirmacion*/
.modal-popup.confirm .action-dismiss {
    background-color: white;
    color: #c8202f;
    font-family: 'Geomanist-Bold';
}
.modal-popup.confirm .action-accept {
    background-color: #c8202f;
    color: white;
    font-family: 'Geomanist-Bold';
    border: none;
}

/*end Dialogos confirmacion*/
