/*
Theme Name: Citotecpa Child
Description: Citotecpa
Author: citotecpa
Template: citotecpa
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h3 strong{
    color: #084ee8;
}


.footer-wrapper h3{
    text-transform: uppercase;
    color: #084ee8;
}
.footer-wrapper li {
    margin-bottom: 0.2em;
    margin-left: 0em!important;
}
.footer-wrapper li i{
    color: #084ee8;
}
.footer-wrapper .icon-box-img svg {
    height: 40px;
}
.footer-wrapper  h5 {
    margin-bottom: 0px;
}
.footer-wrapper .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0.4em;
}
.nav-small.nav>li.html {
    font-size: 1em;
}
.h1, h1 {
    font-size: 2.2em;
}
.h3, h3 {
    font-size: 1.2em;
}
.marcos .col-inner {
    padding: 40px 40px 10px;
    border: 1px solid #084ee8;
    border-radius: 20px;
}
.section-title b {
    background-color: #084ee8;
    height: 1px;
    opacity: 1;
}
.section-title-normal {
    border-bottom: 1px solid rgb(8 78 232 / 40%);
    margin-bottom: 0px;
}
.section-title-normal span {
    border-bottom: 1px solid rgb(8 78 232);
    margin-bottom: -1px;
}

.porque .icon-box-left {
    margin-bottom: 10px;
}
.porque .icon-box-left p{
	line-height: 16px;
}
.dark .section-title-normal, .dark .section-title-normal span {
    border-color: hsl(0deg 0% 100%);
}

.footer {
    padding: 50px 0 0;
}

.widget {
    margin-bottom: 2em;
}
.footer-1, .footer-2 {
    border-top: 0px solid rgba(0,0,0,.05);
}

.pasos .col-inner{
    padding: 10px 10px 10px;
    border-radius: 20px;
}
.pasos h3{
    margin-bottom: 0;
}
th {
    background-color: rgb(221, 231, 252);
}
td, th {
    padding: 1.5em 0;
    text-align: center;
}

.sintomas .icon-box-img img{
    border-radius: 50px;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    width: 70%;
}
.forminator-ui#forminator-module-188.forminator-design--material .forminator-button-submit {
    font-size: 14px;
    font-family: Poppins!important;
    font-weight: 700!important;
    padding: 10px 20px!important;
    border-radius: 40px!important;
}
.off-canvas-center .nav-vertical>li>a {
    font-size: 1.0em;
    color: hsl(0deg 0% 100%)!important;
}

.formas .img{
    margin: auto;
}
.marcos:hover .icon-box-img svg {
    filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    transition: all 0.5s;
}
.marcos:hover .col-inner{
    background-color: #084ee8;
    color: #fff;
    transition: all 0.5s;
    border-radius: 10px;
}
.marcos:hover .col-inner h2{
    color: #fff;
    transition: all 0.5s;
}
.marcos:hover .col-inner a{
    color: #fff;
    transition: all 0.5s;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .porque .row-collapse>.col{
        padding: 0 15px!important;
    }

    

}



@media only screen and (max-width: 549px) {
    .horario .col-02{
        padding: 10% 5% 30% 5%!important;

    }
    .porque .col-01{
        order: 2!important;
    }
    .porque .col-02{
        order: 1!important;
    }
    .porque .col-02 .col-inner{
        padding-top: 20px;
    }
    .footer-wrapper .small-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .cabecera .row-collapse>.col {
        padding: 0 15px!important;
    }
    .cabecera h1 {
        font-size: 1.8em;
    }
    .embarazo .small-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
}