.background-two{
    background-color: #F9F6EE;
}
.container-header{
    position: absolute; top: 30%; width: 100%; height: 100%;
}
.text-header{
    color: #065309; font-size: 30px; letter-spacing: 1px; font-weight: 400;
}
.container-topics{
    margin: 0 auto; display: inline-flex;
}
.first-contariner{
    margin-top: 15px; width: 220px;
}
.middle-container{
    width: 220px;
}
.container-topic-header{
    background-color: #36593E; border-radius: 10px 10px 0 0;
}
.container-topic-header h2{
    padding: 10px 0px; color:#fff;
}

.container-topic-body-first{
    padding-top: 20px; padding-bottom: 20px; border: 1px solid #D9D9D9; height: 170px;
    margin-bottom: 30px!important;
}
.container-topic-body-middle{
    padding-top: 20px; padding-bottom: 20px; border: 1px solid #D9D9D9; height: 200px;
    margin-bottom: 30px!important;
}
.container-topic-body img{
    width: 60px;
}
.container-topic-body h3{
    padding-top: 20px; font-size: 20px; padding-bottom: 20px;
}
.container-topic-body-middle h3{
    padding-top:10px;
    font-size: 16px;
}
.container-carrusel{
    min-height:400px; margin-bottom: 30px;
}
.container-carrusel-item{
    padding:0px 25px 0px 25px; height: 625px;
}
.table-schedule{
    color: #000
}
.table-schedule td{
    padding-bottom: 10px;
    padding-top: 5px;
}
.table-container{
    background-color:#FFF; color: white; border-radius: 0px 0px 10px 10px; padding:15px;
}
.carrusel-header{
    background-color:#176C90; color: white; border-radius: 10px 10px 0px 0px; padding:15px;
}
.carrusel-header h3{
    font-size: 20px; padding-bottom: 5px; padding-top: 5px;
}

.carrusel-left{
    opacity: 1; left: -15px;
}
.carrusel-right{
    opacity: 1; right: -15px;
}

.carrusel-container-margin{
    margin:30px;
    background-color: #FFF;
    border-radius: 10px;
}

/*  REGISTRO */
.header-border{
    border-bottom:1px solid gray;
}
.registro-header{
    font-size: 35px; letter-spacing: 5px; font-weight: 400; margin-bottom:30px;
}
.registro-header-padding{
    padding:0 80px;
}
.form-control-margin{
    margin-bottom: 0px;
}
.registro-form-body{
    background-color: #FFF; border-radius: 10px; padding: 20px;
}

/* SUCCESS*/
.success-margin-bottom{
    margin-bottom: 30px;
}
.success-big{
    font-size: 24px;
}

.div-registro{
    padding-top:100px;
    padding-bottom: 75px;
}

.div-footer{
    padding-top:100px;
    padding-bottom: 75px;
}
.div-recursos{
    width:180px; height: 180px; background: none; color: #000; border:5px solid #053244;  border-radius: 10px; padding-top: 20px; position: relative;
}
.div-recursos:hover, .div-recursos:active, .div-recursos:focus-visible, .div-recursos:first-child:active{
    background-color: transparent;
    color: #176C90;
    border-color: #176C90;
}

@media only screen and (max-width: 767px) {

    .div-recursos{
    width:180px; height: 180px; background: none; color: #000; border:5px solid #E5E5E5;  border-radius: 10px; padding-top: 20px; position: relative;
}
.div-recursos:hover, .div-recursos:active, .div-recursos:focus-visible, .div-recursos:first-child:active{
    background-color: transparent;
    color: #176C90;
    border-color: #176C90;
}
    
    .no-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-header{
        font-size: 20px;
    }

    .first-contariner{
        margin-top: 15px; width: 135px; padding-left: 5px; padding-right: 5px;
    }
    .middle-container{
        width: 135px; padding-left: 5px; padding-right: 5px;
    }
    .services .services-description{
        margin-bottom: 20px;
    }
    .container-topic-header h2{
        padding: 5px 0px; color:#fff;
    }

    .container-topic-body h3{
        padding-top: 10px; font-size: 10.5px; padding-bottom: 20px;
    }

    .container-topic-body img{
        width: 30px;
    }
    .container-topic-body-first{
        padding-top: 10px; padding-bottom: 20px; border: 1px solid #D9D9D9; height: 100px;
    }
    .container-topic-body-middle{
        padding-top: 10px; padding-bottom: 20px; border: 1px solid #D9D9D9; height: 130px;
        margin-bottom: 20px!important;
    }

    .container-carrusel{
        min-height:300px; margin-bottom: 30px;
    }
    .container-carrusel-item{
        padding:0px 5px 0px 5px; height: 420px;
    }
    .carrusel-container-margin{
        margin: 15px;
    }
    .carrusel-header{
        padding:5px;
    }
    .carrusel-header h3{
        font-size: 18px;
    }

    .carrusel-left{
        opacity: .5; left: 0px;
    }
    .carrusel-right{
        opacity: .5; right: 0px;
    }

    .table-container{
        padding:5px;
    }
    .table-schedule td{
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-size: 10px;
    }

    .services-div{
        padding-top: 20px;
    }
    .header-border{
        border-bottom:1px solid gray;
    }
    .registro-header{
        font-size: 20px; letter-spacing: 5px; font-weight: 400; margin-bottom:15px;
    }
    .registro-header-padding{
        padding:0 10px;
    }
    .form-control-margin{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .registro-form-body{
        background-color: #FFF; border-radius: 10px; padding: 20px;
    }
    .col-form-label{
        padding-bottom: 0px;
    }
    .success-margin-bottom{
        margin-bottom: 20px;
    }
    .success-div{
        padding-top: 30px;
    }
    .success-div p{
        font-size: 14px;
    }
    .success-big{
        font-size: 20px;
    }

    .div-registro{
        padding-top:50px;
        padding-bottom: 35px;
    }

    .div-registro{
        padding-top:50px;
        padding-bottom: 45px;
    }
    .div-footer{
        padding-top:20px;
        padding-bottom: 25px;
    }

}

@media only screen and (max-width: 575px) {
    
    .first-contariner{
        width: 150px;
    }
    .middle-container{
        width: 130px;
    }
}

@media only screen and (max-width: 480px) {
    
    .first-contariner{
        width: 130px;
    }
    .middle-container{
        width: 130px;
    }
}


@media only screen and (max-width: 390px) {
    
    .first-contariner{
        width: 120px;
    }
    .middle-container{
        width: 120px;
    }
}

@media only screen and (max-width: 360px) {
 
    

    .first-contariner{
        margin-top: 15px; width: 110px; padding-left: 5px; padding-right: 5px;
    }
    .middle-container{
        width: 110px; padding-left: 5px; padding-right: 5px;
    }
    
}


