.fondo_enc{
  /*background-image: url(../img/fondo_enc5.png);
  margin-top: -215px;*/
  background-image: url(../img/fondo_enc.png);
  margin-top: -225px;
  background-repeat: no-repeat;
  
  height: 250px;

}
.fondo_subenc{
  background-image: url(../img/fondo_enc9.png);
  background-repeat: no-repeat;
  margin-top: -110px;
  height: 120px;

}
.fondo_subenc1{
  background-image: url(../img/fondo_enc10.png);
  background-repeat: no-repeat;
  margin-top: -110px;
  height: 120px;

}
.fondo_imagen{
  background-image: url(../img/fondo_foto_350.png);
  /*background-repeat: no-repeat;*/
  /*width: 350px;
  height: 220px;
  margin-top: -210px;
  margin-left: 50px;*/
}

/*------------------------------------------texto---------------------------------------*/
.texto-amarillo1{
    color: var(--bs-color-ama1);
}
.texto-amarillo2{
	color: var(--bs-color-ama2);
}
.texto-amarillo3{
	color: var(--bs-color-ama3);
}
.texto-amarillo4{
	color: var(--bs-color-ama4);
}
.texto-amarillo5{
	color: var(--bs-color-ama5);
}
.texto-amarillo6{
	color: var(--bs-color-ama6);
}

.texto-gris1{
	color: var(--bs-color-gris1);
}
.texto-gris2{
	color: var(--bs-color-gris2);
}
.texto-gris3{
	color: var(--bs-color-gris3);
}
.texto-gris4{
	color: var(--bs-color-gris4);
}
.texto-gris5{
	color: var(--bs-color-gri5);
}
.texto-gris6{
	color: var(--bs-color-gris6);
}

.texto-azul1{
  color: var(--bs-color-azul1);
}
.texto-azul2{
  color: var(--bs-color-azul2);
}
.texto-azul3{
  color: var(--bs-color-azul3);
}
.texto-azul4{
  color: var(--bs-color-azul4);
}
.texto-azul5{
  color: var(--bs-color-azul5);
}
.texto-azul6{
  color: var(--bs-color-azul6);
}
.texto-azul7{
  color: var(--bs-color-azul7);
}

.texto-blanco{
    color: var(--bs-bg-blanco);
}
.titulo{
  font-weight: 700!important;
  font-size: 30px;
  font-family: 'Fira Sans', sans-serif;
  color: var(--bs-color-gris6) !important;
  text-transform: uppercase;

}
/*h2{
font-size: 28px;
font-family: 'Fira Sans', sans-serif!important;
font-weight: 700!important;
margin-bottom: 40px !important;

}*/
.h3 {
color: var(--bs-color-azul4) !important;
font-size: 24px;
margin-bottom: 20px !important;
font-family: 'Fira Sans', sans-serif!important;
font-weight: 700!important;
padding: 0 0 0 20px;
position: relative;
padding: 0 0 0 20px;
display: inline-block;
background-color: var(--bs-bg-azul1);
padding: 1rem;
/*border: 1px solid var(--bs-bg-azul2)  !important;*/
border-left-width: 0.25rem;
border-radius: 0.25rem;
width: 100%;
text-align: left;

}
.h3 {
    
}
.h3:after {
  background: var(--bs-color-azul4) !important;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),0 1px 1px rgba(255,255,255,.3);
    background: #eb5632;
    background-image: linear-gradient(to top,#ec6a33 0,#e93f33 100%);
    background-image: linear-gradient(to top,#e93f33,#ea4b32,#eb5632,#ec6032,#ec6a33);
}

p {

  font-size: 18px !important;
  font-family: 'Fira Sans', sans-serif!important;
}


.color-box {
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px!important;
}
.color-box .shadow {
    margin: 0;
}
.shadow {
    /*background: #F7F8F9;*/
    /*padding: 3px;*/
    margin: 15px 0 20px;
}
.note-box,.warning-box,.tip-box{padding:15px 15px 2px 28px}
.tip-icon {
    background: var(--bs-bg-ama4) !important;
}
.info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0;
}
.tip-box {
    color: var(--bs-color-azul4);
    background: var(--bs-bg-ama1) !important;
    font-size: 32px;
font-family: 'Fira Sans', sans-serif!important;
font-weight: 700!important;
}

.tip-icon i::before {
    background: var(--bs-bg-ama4) !important;

}
.info-tab i::before {
    width: 20px;
    height: 20px;
    box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.info-tab i::before, .info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg);
}
.info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}
.info-tab::before, .info-tab::after {
    display: inline-block;
    color: #fff;
    line-height: normal;
    /*font-family: "icomoon";*/
    position: absolute;
}
.tip-icon::before {
    font-size: 24px;
    /*content: "\e901";*/
    top: 7px;
    left: 9px;
}





}
.nav-link{
font-size: 14px;

}
.texto-justificado{
  text-align: justify;
  text-justify: inter-word;
}
.texto-12{
  font-size: 12px;
}
.texto-13{
  font-size: 13px;
}
.texto-14{
  font-size: 14px;
}
.texto-15{
  font-size: 15px;
}
.texto-16{
  font-size: 16px;
}
.texto-17{
  font-size: 17px;
}
.texto-18{
  font-size: 18px;
}
.texto-19{
  font-size: 19px;
}
.texto-20{
  font-size: 20px;
}
.texto-21{
  font-size: 21px;
}
.texto-22{
  font-size: 22px;
}
.texto-23{
  font-size: 23px;
}
.texto-24{
  font-size: 24px;
}
.texto-25{
  font-size: 25px;
}
.texto-26{
  font-size: 26px;
}
.texto-27{
  font-size: 27px;
}
.texto-28{
  font-size: 28px;
}
.texto-29{
  font-size: 29px;
}
.texto-30{
  font-size: 30px;
}

/*------------------------------------------texto---------------------------------------*/
.fondo_subenc{
  background-image: url(../img/fondo_enc9.png);
  background-repeat: no-repeat;
  margin-top: -110px;
  height: 120px;

}
.fondo_subenc1{
  background-image: url(../img/fondo_enc10.png);
  background-repeat: no-repeat;
  margin-top: -110px;
  height: 120px;

}
.fondo_imagen{
  background-image: url(../img/fondo_foto_350.png);
  /*background-repeat: no-repeat;*/
  /*width: 350px;
  height: 220px;
  margin-top: -210px;
  margin-left: 50px;*/
}
/*----------------------------------------circulo--------------------------------------*/
/*-----------------------------------imagenes-------------------------------------------*/
  .portada{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    background-size: cover;
    background: transparent;

  }
.cont:hover .imagen {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
  transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
  }
.cont {
  overflow:hidden;
}

/*-----------------------------------imagenes-------------------------------------------*/

.info-icono {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91px;
  flex: 0 0 91px;
  min-width: 91px;
  background-color: var(--bs-bg-azul9);

  margin: auto;
  width: 91px;
  height: 91px;
  line-height: 95px;
  font-size: 40px;
  color: #ffffff;

  border-radius: 50%;
  /*margin-right: 20px; */
}


.sec_numeralia .icon1_border{
    background-color: var(--bs-bg-ama6);
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    /*position: absolute;*/
    top: 18.6%;
    left: 25%;
    right: 25%;
    margin-bottom: 20px;
}
.sec_numeralia .icon1_border .icon2{
    background-color: var(--bs-bg-ama6);
    border: 2px solid;
    border-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 23%;
}
.sec_numeralia .icon1_border .icon2 h3{
    margin-bottom: 5px;
    font-size:1.6rem;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: Lato;*/
}
/*----------------------------------------circulo--------------------------------------*/
/*----------------------------------testimony-wrap-------------------------------*/
.testimony-wrap {
  display: block;
  position: relative;
  padding-top:30px;
  /*padding: 30px;*/
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2); 
}
.testimony-wrap .user-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  /*margin-top: -80px; */
}
.testimony-wrap .user-img .quote {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--bs-color-gris2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; 
}
.testimony-wrap .user-img .quote i {
  color: #fff; 
}
.testimony-wrap .name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--bs-color-azul4);
}
.testimony-wrap .position {
  font-size: 17px;
  color: var(--bs-color-gris4); 
}
.testimony-wrap a {
  font-size: 16px;
  color: #8d9db9; 
}
/*----------------------------------testimony-wrap-------------------------------*/