/* Add here all your CSS personas */

/* .slider-container {
    background:white !important;    
} */

.personas div.box-one, .personas div.box-two, .personas div.box-three, .personas div.box-four {
    height: 45px !important;
    min-height: 45px !important;
}

.main-persona{
    /* margin-top: 25px !important; */
    margin-top: 17px !important;
}

/* .medical-schedules {
    margin: 40px !important;
} */

/* #container-personas {
    margin-top: -10px;
} */

#personas-spacer {
    height:38px;
}

.bg-color-one {
    background-color: #3C7B9F
}

.bg-color-one:hover {
    background-color: #326684;
}

.section-custom-medical.bg-color-one:hover {
    background-color: #3C7B9F
}

.bg-color-two {
    background-color: #403f7b;
}
.bg-color-two:hover {
    background-color: #31305c; 
}
.section-custom-medical.bg-color-two:hover {
    background-color: #403f7b;
}

.bg-color-three {
    background-color: #6b447b;
}
.bg-color-three:hover {
    background-color: #533561;
}
.section-custom-medical.bg-color-three:hover {
    background-color: #6b447b;
}

.bg-color-four {
    background-color: #4e773f;
}
.bg-color-four:hover {
    background-color: #3b5a30;
}
.section-custom-medical.bg-color-four:hover {
    background-color: #4e773f;
}

.bg-one-noselec {
    background-color: #cbcac8; 
}
.bg-two-noselec {
    background-color: #adabac; 
}
.bg-three-noselec {
    background-color: #bcbcbe; 
}
.bg-four-noselec {
    background-color: #cbcac8; 
}

.bg-one-noselec:hover {
    background-color: #326684;
}

.bg-two-noselec:hover {
    background-color: #31305c;
}

.bg-three-noselec:hover {
    background-color: #533561;
}

.bg-four-noselec:hover {
    background-color: #3b5a30;
}

.blue-frame {       
    background-color: #3C7B9F;    
}

.div-good-habits {
    min-height: 100px;
    background-color: #326684;
}

#citizen {
    margin-top:60px;
}

#citizen img {
    height: 90px;
    float: left;
    position: relative;
}

#div-frame-foto {
    /*background-image: url('/protected/views/layouts/images/citizen-family.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*min-height: 690px;*/    
}

#blue-frame-title{
    max-width: 430px;
    width: 100%;
    float: right; 
    /*margin-top: -115px;*/
    position: relative;
    margin-left: 20px;
}

#citizen-container {
    max-width: 550px;
    float: right; 
    width: 100%;
}

#blue-frame-title h2 {
    color:white;
    font-size: 2.4em;
    line-height: 38px
}

#frame-txt-container {
    max-width: 490px;
    width: 100%;    
    float: right;
    margin-top: 40px;
    margin-right: 52px;
}

#frame-txt-container p{
    color: white;
    font-family: Arial;
    font-size: 14pt;
    font-weight: normal;
    line-height: 21pt;
    margin-bottom: 50px;
}

section.block-citizen {
    background-color: #0D7799;
}


.card-text {
    font-size: 14px;   
}

.card-text-light {
    font-size: 14px;    
}

.card-text-light a span {
    color:white;
}

.text-introduction {
    /* margin-bottom: 35px; */
    padding: 50px 50px 0 50px;
    min-height: 100px;
    margin-bottom: 0;
}
.text-introduction h2 {
    text-align: left;    
    color: white;
}

.wrapper {
    position: relative;
    display: inline-block;
}
.close:before {
    content: '✕';
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    text-shadow: none;
    color: white;
    font-size: 1rem;
}
.close:hover {
    color: white;
}

.icon-2 img {
    display: inline-block;
    width: auto;
    height: 50px;
    overflow: visible;
}    


@media (max-width: 575px) {
    #frame-txt-container {    
        float: left !important;    
        margin-right: auto !important;        
        margin-left: 15px !important;
        padding-right: 10px !important;
        margin-top: 25px;
    }  
    
    #citizen {
        margin-top: 60px;
        position: relative;
    }

    #citizen img {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    #blue-frame-title{
        float: left;
        margin-left: 15px;

    }
    


}    

