/************************************** SECTION TITLE INTERNA ************************************/
.sect_title_interna{
    background: linear-gradient(to right, #001c67 0%, #0389ce 100%);
    padding: 50px 0;
}
.h2_title_interna{
    color: #fff;
    font-weight: 700;
}
.nav_internas{
    align-items: flex-end;
}
.list_nav_internas{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.list_nav_internas>li{
    display: inline-block;
    margin: 0 10px;
}
.list_nav_internas>li{
    color: #fff;
    font-weight: 700;
}
.list_nav_internas>li:last-child{
    color: #ffffff;
    font-size: 18px;
}
.list_nav_internas>li>a{
    font-weight: 700;
    color: #91c11d;
    font-size: 16px;
    text-decoration: none;
}
/************************************** SECTION TITLE INTERNA ************************************/

/************************************** SECTION PRODUCTOS ****************************************/
.sect_productos{
    padding: 100px 0;
}
/*****/
.box_producto{
    margin-bottom: 40px;
    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_producto .box_body h4{
        font-weight: 700;
    text-align: center;
    color: #004f88;
    margin-top: 10px;
    font-size: 22px;
    padding: 0 10px;
    min-height: 50px;
}
.box_producto .box_body p{
    text-align: center;
    font-weight: 300;
    color: #868686;
}
/**/
.box_producto .box_foot{
    padding-bottom: 30px;
}
.box_producto .box_foot a{
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    background: #91c11d;
    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_producto .box_foot a:hover{    
    background: #004f88;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.box_producto_descrip .box_body{
    margin-top: 25px;
}
.box_producto_descrip .box_body h4{
    font-size: 20px;
    font-weight: 700;
    color: #ac8c2f;
}
.box_producto_descrip .box_body h6{
    font-weight: 700;
}
.box_producto_descrip .box_body p{
    font-weight: 100;
    font-size: 16px;
}
.box_producto_descrip .box_body ul>li{
    font-weight: 300;
    font-size: 16px;
}
/*****/
.modal .modal-header{
    background: #004f88;
    color: #fff;
}
.modal .modal-header h5{
    font-weight: 700;
}
.modal .close {
    color: #fff;
    opacity: .5;
    font-size: 30px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.modal .close:focus{
    outline: none;
}
.modal .close:hover{
    opacity: 1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.input_contact {
    height: 45px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-style: italic;
    background: rgb(237, 237, 237);
}
.textarea_contact {
    min-height: 120px;
    border-radius: 16px;
    font-style: italic;
    background: rgb(237, 237, 237);
}

.input_contact::placeholder,
.textarea_contact::placeholder{
    font-size: 14px;
} 

.btn_enviar{
        display: block;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    background: #91c11d;
    border: 0;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:hover,
.btn_enviar:active,
.btn_enviar:focus{
    background: #004f88;
    color: #fff;
    outline: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
/***********************************************  END SECTION PRODUCTOS *************************************************/
