.ctn-first {
    background-color: #17859D;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    margin-left: 0px !important;
}

.ctn-first h1 {
    padding-top: 20px;
}

.radio-canino-felino {
    padding-top: 10px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px !important;
    text-align: left;
}

.title-main {
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: #fff;
    top: 440px;
    border: 4px solid white !important;
}

.title-main h6 {
    display: inline;
    background-color: #C82333;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.title-main p {
    /* display: inline !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 23px !important;
    padding-bottom: 13px !important; */
    font-size: 16px !important;
    margin-bottom: 5px;
    /* background-color: #17859D !important; */
    /* color: steelblue !important;
    border: 0px solid !important; */
}

.tabla-vacuna-primera {
    color: #17859D;
    text-align: center;
}

.head-tabla {
    background-color: #17859D;
    color: white;
}


/*  */

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.seccion-head {
    border-top: 7px solid #A52A2A;
    border-left: 7px solid #4983E6;
    padding: 2em !important;
    border-radius: 7px;
    box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
}

.seccciones {
    border-top: 1px solid #DDDBDC;
    border-left: 7px solid #4983E6;
    padding: 2em !important;
    border-radius: 7px;
    box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
}

.seccion-head-ppal {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7px;
    box-shadow: -4px 7px 30px -7px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}