/*SECTION TITULO INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    padding-bottom: 120px;
    background-image: url(../../../../public/img/fondo/fondo-title-nosotros.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
/*.sect_title_interna:after {
    content: "";
    background-image: url(../../../../public/img/slider/nubes.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 1;
}*/
.row_height{
    height: 200px;
    align-items: flex-end;
}
.row_height h2{
    color: #fff;
    font-weight: 700;
}
/**/
/*SECTION NOSOTROS*/
/**/
.name_empresa{
    color: #009fd7;
}
.name_empresa span:nth-child(1){
    color: #a5a5a8;
}
.name_empresa span:nth-child(2){
    color: #04a0d7;
}
/**/
.title_nosotros{
	padding: 50px 0;
}
.title_nosotros h2{
    text-align: center;
    font-weight: 800;
}
/**/
.title_nosotros .title_body{
	text-align: center;
}
.title_nosotros .title_body h6 svg .fa-secondary{
    color: #d6d6d6;
    opacity: inherit;
}
.title_nosotros .title_body h6 svg .fa-primary{
    color: #04a0d7;
}
.p_about_us{
	color: #808080;
	text-align: center;
}
/**/
/*SECTION CARACTERISTICAS*/
.sect_carac{
	padding: 50px 0;
}
.box_caracteristica .box_head svg{
    text-align: center;
    font-size: 50px;
    display: block;
    margin: 0 auto;
}
.box_caracteristica .box_head svg .fa-secondary{
    color: #04a0d7;
    opacity: inherit;
}
.box_caracteristica .box_body h5{
	text-align: center;
	margin-top: 10px;
    font-weight: 600;
	color: #525252;
}
.box_caracteristica .box_body h5 b{
    color: #04a0d7;
}
.box_caracteristica .box_body p{
	text-align: center;
	color: #848484;
}
/**/

/*SECTION MISION*/
.sect_mision{
	padding: 70px 0;
	background: #f3f3f3;
	position: relative;
}
.mision .mision_body h4{
	text-align: center;
	font-weight: 300;
}
.mision .mision_body h4 b{
	font-size: 20px;
	font-weight: 800;
}
.mision .mision_foot h2{
	font-size: 40px;
	text-align: center;
}
.mision .mision_foot h2 b{
	font-weight: 800;
}
.mision_descrip p{
	text-align: center;
	color: #848484;
}
.img_nosotros{
	margin: 50px 0;
	text-align: center;
}
/**/
@media(max-width: 991px){
    .box_caracteristica{
        margin-bottom: 40px;
    }
}
@media(max-width: 767px){
    .p_about_us {
        text-align: justify;
    }
    .mision_descrip p {
        text-align: justify;
    }
}
/**/

/*************************************** SECTION CONTACTANOS *********************************************/
.sect_franja_contactanos{
    padding: 50px 0;
    background: #25407f;
}
.sect_franja_contactanos .h3_contactanos{
    color: #fff;
    font-weight: 700;
}
.btn_contactanos{
    display: block;
    padding: 20px;
    background: #04a0d7;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_contactanos:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 10px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 10px);
    -webkit-border-radius: 100%;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.btn_contactanos:hover{
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_contactanos:active:before {
    -webkit-transform: scale(60);
    -ms-transform: scale(60);
    transform: scale(60);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.btn_contactanos:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/**/
@media(max-width: 991px){
    .sect_franja_contactanos .h3_contactanos{
        font-size: 22px;
        text-align: center;
    }
    .btn_contactanos{
        margin-top: 20px;
        padding: 10px;
    }
}
@media(max-width: 767px){
    .sect_franja_contactanos .h3_contactanos{
        font-size: 18px;
    }
}
/*************************************** END SECTION CONTACTANOS *********************************************/