@import url('https://fonts.googleapis.com/css?family=Poppins|Roboto');
section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(45deg, #ff6c3f 0%, #fe4350 100%);
    color: white;
}
.partner-wrap{
    background: linear-gradient(45deg, #ff6c3f 0%, #fe4350 100%);
    color: white;
    display: flex;
      padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Poppins',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}
/* Floating Icon*/
#floating-menu {
    cursor: pointer;
}

#floating-icon{
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    right: 15px;
    background-color: #E52528;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

#floating-icon span{
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 50px;
}

#floating-ligar,
#floating-whatsapp,
#floating-emergencia{
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 99998;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
}

#floating-ligar{
    right: 20px;
    bottom: 20px;
    background-color: #E52528;
    -webkit-animation: slide-ligar .75s forwards;
    -webkit-animation-delay: .75s;
    animation: slide-ligar .75s forwards;
    animation-delay: .75s;
}

#floating-icon,
#floating-ligar,
#floating-whatsapp,
#floating-emergencia{
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

@-webkit-keyframes slide-ligar {
    0%{
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 20px;
        bottom: 100px;
    }
}

@keyframes slide-ligar {
    0%{
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 20px;
        bottom: 100px;
    }
}

#floating-whatsapp{
    right: 20px;
    bottom: 20px;
    background-color: #182c3c;
    -webkit-animation: slide-whatsapp .75s forwards;
    -webkit-animation-delay: .75s;
    animation: slide-whatsapp .75s forwards;
    animation-delay: .75s;
}

@-webkit-keyframes slide-whatsapp {
    0%{
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 70px;
        bottom: 70px;
    }
}

@keyframes slide-whatsapp {
    0%{
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 70px;
        bottom: 70px;
    }
}

#floating-emergencia{
    right: 20px;
    bottom: 20px;
    background-color: #d00829;
    -webkit-animation: slide-emergencia .75s forwards;
    -webkit-animation-delay: .75s;
    animation: slide-emergencia .75s forwards;
    animation-delay: .75s;
}

@-webkit-keyframes slide-emergencia {
    0%{
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 100px;
        bottom: 20px;
    }
}

@keyframes slide-emergencia {
    0%{
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 100px;
        bottom: 20px;
    }
}

#floating-menu svg{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

#floating-menu a{
    color: #fff;
}

/* Modal */
.modal-open {
    overflow: auto;
}

.modal-dialog{
    top: 25%;
    width: 40%;
}

.modal-content{
    border-radius: 0;
}

.modal-body{
    padding: 30px 80px;
    height: fit-content;
}

.fechaModal{
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    background: #E52528;
    border: none;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
    position: relative;
}
