/*SECTION TITULO INTERNA*/
.sect_title_interna {
    padding: 50px 0;
    padding-bottom: 120px;
    background-image: url(../../../../public/img/fondo/fondo-nosotros.jpeg);
    background-size: cover;
    background-position: center 30%;
    position: relative;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
}
.sect_title_interna:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-image: url(../../../../public/img/fondo/nubes2.png);
    background-size: cover;
    background-repeat: repeat;
    transform: rotate(180deg);
}
.row_height {
    height: 200px;
    align-items: flex-end;
}
.row_height h2 {
    color: #fff;
    font-weight: 700;
}
@media(max-width: 600px){
    .row_height {
        height: 100px;
    }
    .sect_title_interna {
        padding: 107px 0;
        padding-bottom: 70px;
    }
    .row_height h2 {
        font-size: 25px;
    }
}
/**/

/*SECTION NUESTROS ESPECIALISTAS*/
.sect_our_especialistas{
    padding: 120px 0;
    padding-bottom: 100px;
    /*background-image: url(../../../../public/img/fondo/fondo-team.jpg);
    background-size: cover;*/
    position: relative;
    z-index: 1;
}
/*sect_our_especialistas:before{
    content: "";
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../../../../public/img/fondo/bottom_fondo2.png);
    background-size: 100% 100%;
}*/
/*.sect_our_especialistas:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: -1;
}*/
.box_testimonio{
    margin-top: 60px;
}
.box_testimonio .box_body{
    margin-top: 15px;
}
/*.box_testimonio .box_body center{
    color: #fff;
}*/
.box_testimonio .box_body h5{
    /*color: #fff;*/
    text-align: center;
}
.btn_verasesor{
    display: block;
    text-align: center;
    background: #ffc815;
    padding: 10px;
    margin-top: 10px;
    color: #04172a;
    font-weight: 670;
    border: 2px solid #ffc815;
    box-shadow: -4px -11px 18px #d2d2d2;
    transition: all ease 500ms;
}
.box_testimonio:hover .btn_verasesor{
    background: transparent;
    color: #ffc815;
    text-decoration: none;
    transition: all ease 500ms;
}



.content-flex{
    display: flex;
    flex-flow: row wrap;
}
.content-flex .flex_left{
    width: 30%;
    background: #ffc815;
    padding: 30px;
}
.content-flex .flex_left .title_flex{
    margin-bottom: 40px;
}
.content-flex .flex_left span{
    color: #fff;
    font-size: 70px;
}
.content-flex .flex_left h2{
    color: #fff;
    font-size: 50px;
}
.content-flex .flex_left img{
    position: relative;
    right: -100px;
}

.content-flex .flex_right{
    width: 70%;
    display: flex;
    align-items: center;
    padding: 30px;
    padding-left: 124px;
}
.content-flex .flex_right h3{
    font-size: 30px;
    font-weight: 600;
}
.content-flex .flex_right .text_descrip{
    text-align: justify;
}
.content-flex .flex_right .text_descrip p{ 
    color: #9c9c9c;
    font-weight: 300;
    font-size: 20px;
}
.modalbody .close{
    font-size: 30px;
    margin-right: 13px;
    margin-top: 10px;
}

/*MODAL*/
@media(max-width: 992px){
    .modal {
        padding: 0 17px;
    }
}
@media(max-width: 767px){
    .content-flex .flex_left span {
        font-size: 35px;
    }
    .content-flex .flex_left h2 {
        font-size: 30px;
    }
    .content-flex .flex_right h3 {
        font-size: 20px;
    }
    .content-flex .flex_left img {
        right: -70px;
    }
    .content-flex .flex_right {
        padding-left: 70px;
    }
    .content-flex .flex_right .text_descrip p {
        font-size: 17px;
    }
}
@media(max-width: 630px){
    .content-flex .flex_left {
        padding: 30px;
        width: 100%;
    }
    .content-flex .flex_right {
        width: 100%;
        padding-left: 30px;
    }
    .content-flex .flex_left img {
        right: 0px;
    }
    .modalbody .close{
        position: absolute;
        right: 0;
    }
}
@media (min-width: 576px){
    #espe1 .modal-dialog {
        max-width: 990px;
    }
    #espe2 .modal-dialog {
        max-width: 990px;
    }  
    #espe3 .modal-dialog {
        max-width: 990px;
    }  
    #espe4 .modal-dialog {
        max-width: 990px;
    }  
}

