.content_title_principal{

    text-align: center;

    margin-bottom: 70px;

}

.content_title_principal h1{

    font-size: 35px;

    font-weight: 700;

}

.content_title_principal h2{

    font-size: 25px;

    font-weight: 600;

}

@media(max-width: 767px){

    .content_title_principal h1 {

        font-size: 20px;

    }

    .content_title_principal h2 {

        font-size: 16px;

    }

}

/************************************************ SECTION VALORES *******************************************/

.sect_valores{

	padding: 100px 0;

	background-image: url(../../../../public/img/fondo/marca.png);

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    /*background: #f3f7f8;*/

}

/*.sect_valores:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #000b33;

    opacity: .7;

}*/

/******/

.box_valores_descrip p{

	color: #000000;

	font-size: 16px;

    text-align: justify;

}

/******/

.box_caracteristicas{

	margin-top: 20px;

    border: 2px solid #fff;

    border-radius: 10px;

    padding: 20px 15px;

    background: #fff;

    box-shadow: -2px 3px 11px 4px rgb(226 226 226 / 65%);

}

.box_caracteristicas .box_head{

	font-size: 50px;

	color: #03b162;

	text-align: center;	

}

.box_caracteristicas .box_body h4{

	text-align: center;

	color: #001b5d;
    font-weight: 600;
    font-size: 20px;

}

/******/

@media(max-width: 991px){

    .sect_valores{

        padding: 50px 0;

    }

}

/******************************************** END SECTION VALORES *******************************************/



/****************************************** SECTION MISIÓN Y VISIÓN *****************************************/

.sect_mision_vision{

	padding: 100px 0;

}

/******/

.box_mision{

	position: relative;

	padding-left: 80px;

}

.box_mision h4{

    color: #022c69;

	font-weight: 700;

	font-size: 35px;

}

/**/

.box_mision svg{

	position: absolute;

    top: 0;

    left: 0;

    color: #ffffff;

    background: #03b162;

    border-radius: 5px;

    padding: 11px;

    width: 70px !important;

    height: 70px;

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_mision:hover svg{

    color: #ffffff;

    background: #fbd83f;

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.box_mision p{

    font-size: 18px;

    text-align: justify;

}

/******/

@media(max-width: 991px){

	.sect_mision_vision {

	    padding: 50px 0;

	}

}



/************************************* END SECTION MISIÓN Y VISIÓN ***************************************/



/************************************************* SECTION EQUIPO *************************************************/

.sect_equipo{

    padding-bottom: 100px;

}

/*****/

.box_doctores{

    margin: 20px;

    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);

    padding: 40px 40px 15px 40px;

        margin-top: 0;

    background-color: #FFFFFF;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_doctores: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%);

}

/**/

.box_doctores .box_head{

    border-radius: 50%;

    overflow: hidden;

    position: relative;

}

.box_doctores .box_head img{

    border-radius: 50%;

    overflow: hidden;

    position: relative;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_doctores: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_doctores .box_body{

    margin-top: -30px;

    text-align: center;

}

.box_doctores .box_body span{

    width: 50px;

    height: 50px;

    border-radius: 50%;

    border: 4px solid #fff;

    display: block;

    margin: 0 auto;

    padding: 10px;

    box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.1);

    background: #223a66;

    position: relative;

    text-align: center;

    font-size: 21px;

    line-height: 25px;

}

.box_doctores .box_body span svg{

    color: #fff;

}

.box_doctores .box_body h5{

    font-weight: 600;

    color: #001548;

}

.box_doctores .box_body h6{

    font-weight: 600;

    color: #d90d2c;

    min-height: 45px;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    align-items: center;

    justify-content: center;

}

/*****/

.equipo .owl-stage-outer{

    padding: 30px 0;

    padding-top: 0;

}

/**/

.equipo .owl-nav [class*=owl-] {

    background: #223a66;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.equipo .owl-nav [class*=owl-]:hover {

    background: #90c23a;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/*********************************************** END SECTION EQUIPO ***********************************************/



/************************* SECTION TESTIMONIOS ****************************/

.sect_testomonios{

	padding-bottom: 100px;

}

/***/

.testimonios .item{

	padding: 5px;

}

/**/

.box_testimonio{

    margin: 20px;

	padding: 40px 5px 35px 5px;

    text-align: center;

    background: #fff;

    border-radius: 5px;

	border: 1px solid #ebebeb;

    box-shadow: 0px 15px 10px 0px rgb(0 0 0 / 10%);

}

.box_testimonio .box_head img{

	width: 80px;

	display: block;

	margin: 0 auto;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

}

.box_testimonio .box_body p{

	margin-top: 20px;

	color: #848484;

	font-weight: 300;

}

.box_testimonio .box_foot h5{

	font-size: 18px;

}

/*********************** END SECTION TESTIMONIOS **************************/
.content_title_general img{
    max-width: 400px;
}