﻿body {
    font-family: "Poppins";
}

#cabecera .h4 {
    font-style: normal;
    font-size: 16px;
}

#cabecera .h1 {
    font: SemiBold;
    font-size: 60px;
}



.text-success {
    color: #91D300 !important;
}
.text-primary {
    color: #05C5F1 !important;
}
.table-celeste {
    background-color: #05C5F1 !important;
    color: white !important;
    width: 100%;
    margin-bottom: 1rem;
    
}

.border-success {
    border-color: #91D300 !important;
}

.btn {
    font: 600 16px Poppins;
}

.btn-success {
    background-color: #91D300;
    border-color: #91D300;
}

    .btn-success:hover {
        background-color: #7CBA3D;
        border-color: #7CBA3D;
    }

.grisClarito {
    background-color: #F2F2F3;
}

.btn-outline-success2 {
    color: #8BCC49;
    border-color: #8BCC49;
    background-color: white;
}
    .btn-outline-success2:hover {
        color: #8BCC49;
        border-color: #8BCC49;
        background-color: white;
    }

.text-muted {
    color: #7E7E7E;
}



.text-primary {
    color: #05C5F1;
    font: 600 16px Poppins;
}

.btn-primary {
    background-color: #05C5F1;
    border-color: #05C5F1;
}

.btn-outline-primary {
    color: #05C5F1;
    border-color: #05C5F1;
    background-color: white;
}

.btn-outline-verde:hover {
    color: white;
    border-color: #05C5F1;
    background-color: #05C5F1;
}

.btn-outline-verde {
    color: #7E7E7E;
    border-color: #8BCC49;
    background-color: white;
}

.text-black {
    color: #7E7E7E;
}

    .btn-outline-verde:hover {
        color: white;
        border-color: #8BCC49;
        background-color: #8BCC49;
    }

.btn-outline-success {
    color: #8BCC49;
    border-color: #8BCC49;
    background-color: white;
}

    .btn-outline-success:hover {
        color: white;
        border-color: #8BCC49;
        background-color: #8BCC49;
    }

h3 {
    text-align: center;
    font: 600 26px/60px Poppins;
    letter-spacing: 0;
    color: #1F375A;
    opacity: 1;
}

@media (max-width: 767px) {

    #menufijo {
      
        top: 0;
      
    }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #menufijo {
        position: sticky;
        top: 0;
        z-index: 50;
    }
}

  


    .gradient {
        background: linear-gradient(90deg, rgba(5,197,241,1) 0%, rgba(115,204,48,1) 100%);
        color: white;
    }

    #redes .compartir {
        background: #95D03A;
        color: white;
        font-size: 12px;
    }

    #redes .whatsapp {
        background: #25d366;
        color: white;
        font-size: 12px;
    }

    #redes .facebook {
        background: #3B5998;
        color: white;
        font-size: 12px;
    }

    #redes .faceMessenger {
        background: #448AFF;
        color: white;
        font-size: 12px;
    }

    #redes .twitter {
        background: #55acee;
        color: white;
        font-size: 12px;
    }

    #redes .redes:hover {
        color: white;
        font-size: 12px;
    }

    dt {
        font-weight: 700;
    }

    dd {
        margin-bottom: .5rem;
        margin-left: 0;
        color: #7E7E7E !important;
    }
    /*@media (min-width: 768px) {
    .col-md-8  {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        text-align: justify !important;
    }
}*/

