/**************************************************** SECTION TITLE INTERNA *********************************************/
.sect_title_interna{
    padding: 80px 0;
    position: relative;
    padding-top: 85px;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(191 195 103)),color-stop(50%,rgba(191 195 103 / 60%)),color-stop(80%,rgba(191 195 103)));
    background-image: -o-linear-gradient(to right,rgb(191 195 103) 0,rgb(191 195 103 / 60%) 49%,rgb(191 195 103 / 80%) 88%);
    background-image: linear-gradient(to right,rgb(0 101 37) 0,rgb(0 101 37 / 35%) 60%,rgb(0 101 37 / 60%) 88%);
    opacity: 1;
    z-index: 1;
}
.row_height{
    z-index: 2;
    position: relative;
}
/**/
#carouselExampleControls{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
#carouselExampleControls .carousel-inner{
    height: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item{
    height: 100%;
    background-position: center;
}
/**/
.sect_title_interna h2{
    text-align: center;
    font-weight: 800;
    color: #fff;
}
.list_vistas{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.list_vistas>li{
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}
.list_vistas>li>a{
    color: #f3910e;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_vistas>li>a:hover{
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_title_interna {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .sect_title_interna h2 {
        font-size: 24px;
    }
    .list_vistas>li>a{
        font-size: 13px;
    }
    .sect_title_interna {
        padding: 35px 0;
    }
}
/************************************************** SECTION TITLE INTERNA ***************************************************/
/********************************************************* SECTION BLOG DESCRIPCIÓN ***************************************************/
.sect_blog{
    padding: 100px 0;
    padding-bottom: 100px;
}
/*****/
.flex_blog{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex_blog .flex_item{
    width: 100%;
}
/**/
.box_blog{
       padding: 15px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 11px 14px 3px rgb(204 204 204 / 54%);
}
/**/
.box_blog .box_head{
    position: relative;
    overflow: hidden;
}
.box_blog .box_head img{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog:hover .box_head img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_blog .box_body{
    margin-top: 15px;
}
/**/
.box_blog .box_body .info_noticia span {
    color: #00408a;
    font-weight: 600;
}
.box_blog .box_body .info_noticia span svg{
    color: #f18b00;
}
.box_blog .box_body h4 a{
    text-decoration: none;
    display: block;
    font-size: 25px;
    margin-top: 10px;
    color: #5a3733;
    font-weight: 800;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog .box_body h4 a:hover{
    color: #ff6b3d;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog .box_body p{
    font-weight: 300;
}
/**/
.box_blog .box_foot{
    border-top: 2px dashed #ccc;
    padding-top: 15px;  
}
.box_blog .box_foot>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.box_blog .box_foot>ul>li{
    font-weight: 600;
}
.box_blog .box_foot>ul>li>img{
    border-radius: 50%;
    width: 30px;
    margin-right: 5px;
}
.box_blog .box_foot .btn_vermas{
    color: #ff6b3d;
    display: block;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog .box_foot .btn_vermas:hover{
    color: #fed22f;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.box_lateral_mitos #accordion{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.box_lateral_mitos #accordion>li>a{
    display: block;
    padding: 20px;
    background: #00408a;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-decoration: none;
}
.box_lateral_mitos #accordion>li>a svg{
    float: right;
    font-size: 30px;
}
/**/
/**/
#accordion .submenu{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px;
}
#accordion .submenu>li{
    position: relative;
    margin-bottom: 30px;
}
#accordion .submenu>li>a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}
/**/
.content_more_mitos{
    padding-left: 120px;
}
.content_more_mitos a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_more_mitos a:hover{
    color: #f3910e;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_blog{
        padding: 50px 0;
    }
    .box_lateral_mitos {
        margin-top: 30px;
    }
}
/******************************************************* END SECTION BLOG DESCRIPCIÓN *************************************************/

/********************************************************** SECTION BANNER ************************************************************/
.sect_banner{
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}
/*****/
.box_banner h2{
    font-size: 60px;
    font-weight: 700;
    color: #533931;
}
.box_banner h2 span{
    color: #ff6b3d;
}
.box_banner p{
    font-size: 18px;
    font-weight: 300;
}
.box_banner a{
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    cursor: pointer;
    border: 0;
    text-align: center;
    background: #ff6b3d;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_banner a:hover{
    background: #533931;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_banner a:focus{
    outline: none;
}
/*****/
@media(max-width: 991px){
    .box_banner h2 {
        font-size: 40px;
    }
    .box_banner p {
        font-size: 15px;
    }
}
/********************************************************** END SECTION BANNER ************************************************************/