@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Open Sans
}

body{
    overflow-x: hidden
}

a{
    color: #666;
    font-size: 14px;
    font-family: Open Sans
}

p{
    font-family:Open Sans
}

ul{list-style: none}

.section_wrap {
    width: 100%;
    padding: 60px 0;
    background: #f4f4f4;
}

.title_section {
	margin: 0 0 30px;
	width: 100%;
}

.title_section h2, .title_section h2 span {
    font-family: Montserrat;
    font-size: 45px;
    color: #FEA400;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.title_section.wh h2, .title_section.wh h2 span {
    color: #FEA400;
}

.title_section h2 span {
    color: #FEA400;
}

.title_section .dect_tit {
	background: #FEA400;
    width: 100%;
    height: 1px;
    position: relative;
    margin-top: 20px;
}

.title_section.wh .dect_tit {
	background: #fff;
}
.title_section.wh .dect_tit.l_a {
    background: #FEA400;
}
.title_section.wh .dect_tit.l_a::before {
    background: #FEA400;
}
.title_section .dect_tit::before {
    content: "";
    position: absolute;
    left: 0;
    width: 152px;
    height: 10px;
    background: #FEA400;
    bottom: 0;
}

.title_section.wh .dect_tit::before{
    background:#fff;
}

#header {
    background: #f2f2f2;
    width: 100%;
}
.hd_lc {
	width: 100%;
	padding: 16px 0;
}

.logo img {
    width: 300px;
}

.llamanos_whtsp{
    text-align: right;
    padding-left: 12px
}

.llamanos_whtsp a {
	background: #26CB65;
	padding: 12px 30px;
	border-radius: 3px;
	text-align: center;
    display: inline-block;
    transition: all .2s;
    box-shadow: 0 -3px 0 #26b35c inset;
}

.llamanos_whtsp a:hover{
    box-shadow: 0 -5px 0 #26b35c inset;
    border-radius: 6px;
}

.llamanos_whtsp01 {
	margin-bottom: 8px;
	color: #fff;
}

.llamanos_whtsp01 p {
	color: #fff;
}

.llamanos_whtsp01 p .icono{
    margin-right: 8px;font-size: 18px;
    position: relative;top: 2px
}

.llamanos_whtsp02 p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.dato_header_item {
	padding: 0 20px;
	border-right: 1px solid rgba(0,0,0,.1);
}

.dato_header_item:last-child{
    border-right: none;
}
.dato_header_item p {
    font-size: 16px;
    font-weight: 700;
    color: #FEA400;
}

.dato_header_item p .icono {
    color: #FEA400;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.xl_dt02 {
	margin-top: 5px;
	text-align: right;
}

.xl_dt02 p {
    font-weight: 700;
    font-size: 15px;
    text-align: left;
}

.menu_toggle{
    display: none
}

#menu_principal {
	width: 100%;
	background: #48BBFF;
}

.menu_principal_lh{
    width: 100%
}

.menu li {
	display: inline-block;
}

.menu li a {
    display: block;
    padding: 22px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-left: 1px solid rgba(255,255,255,.2);
    text-align: center;
    transition: all .5s;
    position: relative;
}

.menu li a .icon {
	margin-right: ;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.menu li .submenu {
    position: absolute;
    z-index: 999;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 5px 25px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: all .4s;
    border-radius: 5px;
}

.menu li:hover .submenu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}

.menu li .submenu li {
	display: block;
}

.menu li .submenu li:last-child a{
    border-bottom: none
}

.menu li .submenu li a {
	color: #333;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 20px 0;
    font-weight: 500
}

/*.menu li a.link_active::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}*/

ul.submenu > li{
    position:relative
}
ul.sub-submenu {
    position: absolute;
    right: -93%;
    background: #fff;
    top: 0;
    width: 200px;
    padding: 5px 20px;
    transition:all .3s;
    opacity:0;
    border-radius: 5px;
    visibility:hidden
}

ul.submenu > li:hover .sub-submenu{
    opacity:1;
    visibility:visible
} 

.menu li a:hover, .menu li a.link_active{
    background: #E8D8FF;
    color:#000;
}

.menu li .submenu li a:hover, .menu li .submenu li a.link_active{
    color:#1A79CD;
    transition:all .4s;
    background:transparent;
}

.redes_sociales_men li {
	display: inline-block;
}

.redes_sociales_men li a {
	color: #ddd ;
	display: block;
	padding: 22px 20px;
	font-size: 16px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.2);
}

.redes_sociales_men li a:hover{
    color: #fff;

}

#inicio {
    width: 100%;
    height: 700px;
    position: relative;
}

.container{
    width: 100%;
    overflow: hidden
}

#nosotros {
    position: relative;
    width: 100%;
    background: #f4f4f4;
}
.id_resp{
    display:none!important;
}
.fondo_logo{
    position: relative;
    background-repeat: no-repeat;
 
}

.fondo_logo::after {
	/*content: "";
	position: absolute;
	bottom: -250px;
	right: -16%;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: url('../img/bg2.png');
	background-repeat: repeat-x;
	opacity: 0.3;
	z-index: -1;*/
}

.nosotros {
	width: 100%;
	margin-top: 30px;
}

.nos_item_lh {
	overflow: hidden;
}

.container_nsitem {
	width: 100%;
    padding-bottom: 20px;
	margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.container_nsitem:last-child{
    border-bottom: none
}

.nos_item_lh h3 {
    font-weight: 700;
    font-size: 23px;
    color: #48BBFF;
}

.nos_item_lh p {
    color: #000;
    margin-top: 16px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 700;
}

.img_nosotros{
    padding: 0 35px;
    width: 100%;
}

.img_nosotros_lh {
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 0 80px rgba(0,0,0,.2);
}

.img_nosotros img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(0,0,0,.2);
}




.icon_myv{
    padding-right: 10px
}

.icon_myv_lh .icono {
    font-size: 20px;
    color: #FEA400;
}
.icon_myv_lh {
    width: 60px;
    height: 60px;
    background: #48BBFF;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 62px;
}

.img_43{
    margin-bottom: 24px;
}

.img_43 img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.1);
}

.txt_myv {
	padding-left: 15px;
}

#sectores{
    padding: 60px 0 0
}

.sectores_content{
    margin-top: 40px
}

.sectores_item{
    height: 400px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.sectores_item:hover .icono_sector{
    transform: translateY(0);
}

.sectores_item > img{
    transform: scale(1);
    width: 100%;height: 400px;
    object-fit: cover;
    transition: all .5s;
}

.sectores_item:hover > img{
    transform: scale(1.2)
}

.sectores_item:hover .sectores_item_lh{
    opacity: 1
}

.sectores_item:hover .sectores_item_lh{
    background: rgba(0,0,0,.55)
}

.sectores_item_lh {
	width: 100%;
	padding: 30px;
	text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;opacity: 1;
    transition: all .5s;
    background: rgba(0,0,0, .25)
}

.icono_sector {
	width: 75px;
	height: 75px;
	margin: auto;
	transition: all .5s;
	transform: translateY(90px);
}

.title_sector {
	width: 100%;
	margin: 25px 0;
    transform: translatey(100px);
    opacity: 0;visibility: hidden;transition: all .5s
}

.sectores_item:hover .title_sector{
     transform: translatey(0px);
    opacity: 1;
    visibility: visible
}

.title_sector h3 {
    color: #FEA400;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.btn_sector {
	margin: 0px auto;
	display: table;
    transform: translatey(100px);
    opacity: 0;visibility: hidden;transition: all .5s
}



.sectores_item:hover .btn_sector{
     transform: translatey(0px);
    opacity: 1;
    visibility: visible
}

.sectores_item .btn_sector a:hover{
    background: #fff;
    color: #19A1B1;
    box-shadow: 0 -3px 0 1px #f0f0f0 inset;
}

.btn_sector a {
	display: block;
	padding: 12px 20px;
	text-align: center;
	color: #48BBFF;
	text-transform: uppercase;
	font-weight: 700;
	background: #FEA400;
	transition: all .2s;
	border-radius: 3px;
	/*box-shadow: 0 -3px 0 1px #158a98 inset;*/
}

#skills{
    background: #f2f2f2
}

.skills {
	width: 100%;
}

.skill-item-lh {
	text-align: center;
}

.icon-skill {
	width: 80px;
    margin-top: 20px
}

.icon-skill .icono {
    font-size: 40px;
    color: #FEA400;
}

.skill-item-lh_cont h2 {
    font-size: 40px;
    font-weight: 700;
    color: #FEA400;
}

.skill-item {
	text-align: center;
	border-right: 1px solid rgba(25, 161, 177,.2);
}

.skill-item:last-child{
    border-right: none
}

.skill-item-lh_cont h2.porctj::after{
    content: "%"
}
.skill-item-lh_cont hr {
    width: 20px;
    margin: 8px auto;
    border: none;
    background: #FEA400;
    height: 3px;
}

.skill-item-lh_cont h5 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FEA400;
}

#suscribete {
	background: #2A6FB4;
	position: relative;
	z-index: 0;
	padding: 60px 0 0;
	overflow: hidden;
}

#suscribete::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 56%;
	z-index: -1;
	height: 100%;
	background: url('../img/bg1.png');
}

.suscribete {
	text-align: right;
	margin-top: -60px;
}
.title_suscribete {
  width: 100%;
}
.title_suscribete h3 {
	font-family: Open Sans;
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
}
.txt_suscribete {
  margin: 28px 0;
  width: 100%;
}
.txt_suscribete p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
}
.suscribeteform {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: flex-end;
}
.btn_suscribete input {
	transition: all .5s;
	box-shadow: 0 0px 0 1px #19A1B1 inset;
	background: transparent;
	border: none;
	padding: 14px 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #fff;
}

.btn_suscribete input:hover{
	box-shadow: 0 70px 0 1px #fff inset;
	color: #2A6FB4
}
.campo_susc {
  padding-right: 16px;
  position: relative;
}
.campo_susc label {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #777;
}
.campo_susc input {
  padding: 14px 14px 14px 50px;
  border: none;
  background: #ddd;
  border-radius: 3px;
  transition: all .5s;
}

.campo_susc input:focus{
    background: #fff;
}

.campo_susc input::placeholder{
    font-family: Muli;
	font-size: 14px;
    font-weight: 700
}

#destacado {
	width: 100%;
	background-image: url('../img/slide1.jpg');
	background-position: center right;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	padding: 150px 0;
}

#servicio2{
    width: 100%;
    background-image: url('../img/slide2.jpg');
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0; 	padding: 150px 0;
}
#destacado::after, #servicio2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: -1;
}

#destacado::before, #servicio2::before{
    content: "";
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
   background-image: url('../img/slides/rrdiagonal-line.png');
    z-index: -1
}

.frase .txt_frase {
	width: 100%;
	margin-top: 64px;
}

.frase .txt_frase a {
    background: #FEA400;
    border: 1px solid #FEA400;
    padding: 16px 20px;
    border-radius: 3px;
    color: #48BBFF;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .4s;
}

.frase .txt_frase a:hover{
    border: 1px solid #fff;
    	background: #fff;
    	color:#48BBFF;
}

.frase .txt_frase h5 {
	text-align: right;
	font-size: 16px;
	color: #19A1B1;
	font-weight: 700;
	margin-top: 10px;
}

#ubicanos{
    width: 100%
}

#contacto {
	z-index: 0;
	position: relative;
	background: #f2f2f2;
	padding: 80px 0;
}
 

.contacto {
  width: 100%;
}
.contacto_lh {
	position: relative;
	max-width: 675px;
	margin: auto;
	width: 100%;
}
.contacto_lh02 {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 0 100px rgba(0,0,0,.2);
	z-index: 2;
}

.datos_fix {
	position: absolute;
	top: 50%;
	
	transform: translateY(-50%);
	z-index: 1;
}

.dato_contacto_item {
	background: #fff;
	width: 240px;
	transition: all .5s;
	transform: translateX(-50px);
}

.dato_contacto_item:hover{
    transform: translateX(-240px)
}

.datos_de_contacto {
  width: 100%;
  text-align: center;
}

.dato_contacto_item_lh {
	background: #fff;
}

.icon_dc_i {
	background: #1A79CD;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.dato_contacto_item_lh h4 {
	padding: 10px;
	color: #286DB2;
	font-weight: 700;
	display: block;
	font-size: 14px;
}

.formulario_contacto {
  width: 100%;
  text-align: center;
 
}
.formulario_contacto .title_form {
	margin: 0 0 16px;
	padding-left: 13px;
}

.formulario_contacto .title_form h3 {
	color: #286DB2;
	font-weight: 700;
	font-size: 23px 
}

.input_group {
  padding: 10px
}

.input_gropu_lh {
  width: 100%;
  position: relative;
}

.txt_form {
	margin: 10px 0;
}

.txt_form p {
	color: #19A1B1;
	font-weight: 400;
	font-size: 16px;
}
.input_gropu_lh .input {
    width: 100%;
    padding: 10px 15px;
    background: none;
    border: none;
    color: #2d2d2d;
    border-bottom: 1px solid rgba(0,0,0,.2);
    outline: none;
}

.input_gropu_lh .input_focus {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2A6FB4;
	transition: all .5s;
	transform: scalex(0);
}

.input_gropu_lh .input:focus + .input_focus{
    transform: scalex(1);
}


.input_gropu_lh input::placeholder, .input_gropu_lh textarea{
    font-family: Open Sans!important;
    font-size: 14px;font-weight: 700
}
.input_gropu_lh textarea {
  resize: none;
  overflow-y: auto;
  background: none;
}

.input_submit {
	width: 100%;
	text-align: center;
	padding: 20px 10px;
}

.input_submit input{
    display: none;
}

.input_submit label i{
    margin-left: 10px;
}

.input_submit label {
	margin: auto;
	font-weight: 700;
	cursor: pointer;
	display: table;
	padding: 12px 20px;
	background: #1A79CD;
	border: 1px solid #1A79CD;
	color: #fff;
    font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	width: 100%;
    transition: all .5s;
    box-shadow: 0 -3px 0 1px #48BBFF inset
}

.input_submit label:hover{
    box-shadow: 0 -60px 0 1px #48BBFF inset
}

/*----------FOOTER-------------*/
#footer {
    z-index: 0;
    position: relative;
    background: #48BBFF;
}

.footer_content {width: 100%;}

.footer_content .foo_item {
    padding:16px 30px;
}

.foo_item_lh {
	width: 100%;
	overflow: hidden;
}

.descargar_catalogo_footer img {
    object-fit: cover;
    height: 250px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1)
}
.descargar_catalogo_footer {
    width: 100%;
    height: 250px;
}

.logotipo_footer {
    width: 150px;
    margin: 0 0 25px;
}
.txt_footer_nos {width: 100%;}

.txt_footer_nos p {
	line-height: 1.7;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
}

.btn_ver_mas {width: 100%;text-align: left;}

.txt_footer_nos .btn_ver_mas a {
    color: #FEA400;
    border: 1px solid #FEA400;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 20px;
    background: transparent;
    font-weight: 700;
    transition: all .3s;
    border-radius: 3px;
}

.txt_footer_nos .btn_ver_mas a:hover{
    background: #FEA400;
    color:#48BBFF;
}

.title_footer {width: 100%; margin-bottom: 25px;}
ul.datos_contact_sidebarlh li {
    width: 50%;
}

ul.datos_contact_sidebarlh {
    display: flex;
    flex-wrap: wrap;
}
.title_footer h4 {
	color: #FEA400;
	text-transform: uppercase;
	font-size: 20px;
}

.menu_footer {width: 100%;}

.menu_footer li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 74, 124,.1);
}

.menu_footer li a {
	display: block;
	padding: 12px 0 12px 20px;
	text-transform: uppercase;
	color: #004A7C;
    position: relative
}

footer .datos_contact_sidebarlh li a .icon {
	position: relative; top: 2px;
	font-size: 16px;
	color: #fff;
	margin-right: 16px;
}

footer .datos_contact_sidebarlh.sec li a{
    padding-left: 20px
}

footer .datos_contact_sidebarlh.sec li a::before {
	content: "\e649";
	position: absolute;
	top: 3px;
	left: 0;
	font-family: 'themify';
	speak: none;
	font-size: 11px;
	color: #fff;
}

footer .datos_contact_sidebarlh li a {
	color: #fff;
	position: relative;
    transition: all .5s;
    position: relative;
    width: 100%;
    display: block
}

footer .datos_contact_sidebarlh li::after{
    content: "";
	position: absolute;
	bottom: 0px;
    left: 0;
    width: 0px;
    height: 1px;
	background: rgba(255,255,255,.6);
    transition: all .5s
}

footer .datos_contact_sidebarlh li:hover::after{
     width: 50px;
}

footer .datos_contact_sidebarlh li a:hover{
    color: #fff;
}

footer .datos_contact_sidebarlh li {
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 15px 0;
    position: relative
}

.redes_sociales_footer li {
    display: inline-block;
    margin: 0 5px;
}
.redes_sociales_footer li a {
    display: block;
    width: 45px;
    height: 45px;
    transition: all .5s;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background:#fff;
    
}

.redes_sociales_footer li a:hover{
    background: #fff!important;
    color: #2d2d2d
}

.redes_sociales_footer {
	margin: 30px 0 30px -4px;
}



.redes_sociales_footer li a.hrs_fb{
    background: #4267B2
}

.redes_sociales_footer li a.hrs_gp{
    background: #D64633
}

.redes_sociales_footer li a.hrs_yu{
    background: #FF0000
}

footer .datos_contact_sidebarlh li:last-child{
    border-bottom: none
}




/*-------------FIN FOOTER--------------*/

.copiright {
	text-align: center;
	width: 100%;
    margin-top: 30px
}

.copiright_01 {
	width: 100%;
	text-align: center;
}

.copiright p {
	color: #fff;
	font-weight: 400;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,.2);
}

.btn_subir {
	z-index: 99999;
	position: fixed;
	bottom: 35px;
	right: 35px;
	cursor: pointer;
	display: none;
	width: 48px;
	height: 48px;
	
	border-radius: 50%;
}
#bienvenidos{
    background:#f4f4f4;
}
.btn_subir .icon {
    background: #FEA400;
    font-size: 13px;
    padding: 0;
    border-radius: 50%;
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
    box-shadow: 0 0 100px rgba(0,0,0,.4);
}

#loading{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;left: 0;
    z-index: 999999;
    background: #f0f0f0;
}

.preloader{
    position: absolute;
    max-width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}


.svg {
  width: 100%;
  height: 100vh;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: rotate 2s cubic-bezier(0.51, 0.92, 0.24, 1) forwards infinite;
          animation: rotate 2s cubic-bezier(0.51, 0.92, 0.24, 1) forwards infinite;
}

.path {
  stroke-dasharray: 590;
  stroke-dashoffset: 0;
  stroke: #18A0B0;
  fill: none;
  -webkit-animation: dash 2s cubic-bezier(0.51, 0.92, 0.24, 1) forwards infinite;
          animation: dash 2s cubic-bezier(0.51, 0.92, 0.24, 1) forwards infinite;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}


/*------QUIENES SOMOS-----------*/

.banner_title {
	width: 100%;
	padding: 280px 0;
	background-image: url('../img/slides/slide1.jpg');
	background-size: cover;
	background-position: bottom;
	position: relative;
	z-index: 0;
}

.banner_title#servicio1{
    background-image: url('../img/slide2.jpg')
} 

.banner_title#servicio-2{
    background-image: url('../img/slide1.jpg')
} 

.banner_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: -1;
}

.title_ban{
    width:100%;
}

.title_ban h2, .title_ban h2 span {
	font-family: Montserrat;
	font-size: 40px;
	color: #FEA400;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-shadow: 3px 3px 4px rgba(0,0,0,.7);
}

.title_ban h2 span {
    color: #FEA400;
}

.txt_ban {
    width:100%;
	margin-top: 40px;
}

.txt_ban p {
	color: #fff;
	line-height: 1.7;
	text-shadow: 2px 2px 3px #000;
	font-size: 16px;
	font-weight: 500;
}

#nosotros_02 {
	padding: 123px 0 77px;
}

.extras_nosotros {
	width: 100%;
}

.extras_nosotros .ext_nos02 {
	padding: 50px;
}

.extras_nosotros .ext_nos02_lh {
	padding: 100px 40px 40px 40px;
	border-radius: 10px;
	position: relative;
	min-height: 428px;
	text-align: center;
    background: #fff;
	box-shadow: 0 0 100px rgba(0,0,0,.2);
}

.extras_nosotros .ext_nos02_lh.mision {
	border: 3px solid #1A79CD;
 
}

.extras_nosotros .ext_nos02_lh.vision {
	border: 3px solid #48BBFF;
 
}
 
.extras_nosotros .ext_nos02_lh.vision .img_extnos .icono{
    color: #48BBFF
}
 
.extras_nosotros .ext_nos02_lh .img_extnos {
	width: 125px;
	position: absolute;
	top: -63px;
	left: 50%;
	transform: translatex(-50%);
	z-index: 0;
	height: 125px;
	line-height: 125px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,.2);
}
.extras_nosotros .ext_nos02_lh .img_extnos .icono {
	color: #1A79CD;
	font-size: 29px;
	position: relative;
	top: 4px;
}

.extras_nosotros .title_ext_nos02 {
	margin-bottom: 16px;
	width: 100%;
}

.extras_nosotros .ext_nos02_lh.vision .title_ext_nos02 h3{
    color: #48BBFF
}

.extras_nosotros .title_ext_nos02 h3 {
	font-weight: 700;
	color: #1A79CD;
	font-size: 24px;
}

.extras_nosotros .caption_ext_nos02 {
	width: 100%;
}

.caption_ext_nos02 p {
	line-height: 1.8;
	color: #666;
}

#nosotros03 {
	padding: 30px 0 120px;
}

.img_nosotrosx3 {
	position: relative;
}

.title_section h3 {
	color: #1A79CD;
}

.img.nos_lh img {
	width: 100%;
	min-height: 469px;
	object-fit: cover;
	box-shadow: 0 0 100px rgba(0,0,0,.2);
	border-radius: 5px;
	object-position: top;
}

.text_nosotros_lh {
	padding-left: 60px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.text_nosotros_lh::before {
	content: "";
	position: absolute;
	top: 25px;
	right: 60px;
	width: 300px;
	height: 300px;
	background-image: url('../img/iconos_extras/icon_02.png');
	background-size: cover;
	z-index: -1;
	right: 18px;
    opacity: 0.8
}

.text_nosotros_lh .title_section {
	margin-bottom: 20px;
}

.par_lorem_nosotros {
	width: 100%;
}

.par_lorem_nosotros p {
	text-align: justify;
	line-height: 1.9;
}

.btn_section {
	margin-top: 30px;
}

.btn_section a {
	color: #fff;
	padding: 16px 30px;
	font-weight: 700;
	border-radius: 33px;
	box-shadow: 0 0 50px rgba(0,0,0,.2);
	display: inline-block;
    transition: all .4s;
}

.ag_rep_txt h2 {
	font-size: 45px;
	color: #1A79CD;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 33px;
}

.noso_page .text_nosotros_lh {
	padding-top: 70px;
}

#historia .historia_2 p {
	line-height: 1.9;
	text-align:justify;
}

.ag_rep_txt h2, .ag_rep_txt h2 span {
    font-size: 34px;
    color: #FEA400;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 33px;
}

.ag_rep_txt h2 span{
    color: #48BBFF
}

.ag_rep_txt p {
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 35px;
	font-weight: 700;
}

.ag_rer li {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6;
    padding-left: 28px;
    color: #000;
}

.ag_rer li a {
	margin-left: 20px;
	color: #1A79CD;
	font-weight: 700;
	border: 1px solid #1a79cd;
	padding: 5px 17px;
	border-radius: 4px;
	text-transform: uppercase;
    transition: all .4s;
}

.ag_rer li a:hover{
    background: #1a79cd;
    color: #fff;
}
.ag_rer li::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url('../img/icono-ancla.png');
    background-size: cover;
    width: 20px;
    height: 20px;
}

#galery_servicios{
    padding: 120px 0;
}

.img_servi{
    padding: 12px
}

.sv2 .img_servi {
	padding: 17px;
}
.sv2 .img_servi .img_servi_lh, .sv2 .img_servi .img_servi_lh img{
    height: auto
}

.img_servi .img_servi_lh {
	width: 100%;
	height: 300px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.img_servi .img_servi_lh:hover img{
    transform: scale(1.1);
}

.img_servi .img_servi_lh img {
	height: 300px;
	object-fit: cover;
	object-position: center;
    transform: scale(1);
    transition: all .4s;
}

.img_ag_r_container {
	width: 100%;
	margin-top: 49px;
}

.img_ag_item {
	padding: 20px;
}

.img_ag_item img {
	box-shadow: 0 0 40px rgba(0,0,0,.2);
	border-radius: 7px;
}

.img_ag_item:last-child img {
	width: 366px;
    box-shadow: none;
	border-radius: 0px;
}

.galery-servicios2 {
	width: 100%;
}

.contaner_prod{
    width: 100%
}

.contaner_prod .img_servi .img_servi_lh {
	border: 1px solid rgba(0,0,0,.2);
	height: 200px;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}

.contaner_prod .img_servi .img_servi_lh img {
	height: 200px;
}

#img_final {
	padding: 80px 0 80px;
    background: #f2f2f2
}

#img_final img {
	max-width: 900px;
	width: 100%;
	margin: auto;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
	border-radius: 11px;
}

.contaner_prod_02 #galery_servicios {
	padding: 0 0 60px;
}

.ag_rer img {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 20px;
	max-width: 600px;
	margin-top: 45px;
	width: 100%;
}

.servicios_content {
    width: 100%;
    gap: 55px 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    text-align: left;
    padding-top: 35px;
}
.servicio_item {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 58px 25px 25px 25px;
    position: relative;
}
.servicio_item .icono_01 {
    position: absolute;
    left: -55px;
    top: 51px;
}
.servicio_item .caption_servicio {
    display: flex;
    flex-wrap: nowrap;
    background: #f4f4f4;
}
.servicio_item .icono_01 img {
    width: 70px;
    height: 70px;
    background: #FEA400;
    border-radius: 50%;
    padding: 13px;
}
.servicio_item .caption_servicio p {
    margin: 0;
    padding-left: 16px;
}

/*---idiomas----*/

.dato_header_item.idiomas {
    display: flex;
    flex-wrap: nowrap;
}

.dato_header_item.idiomas .idio_item {
    width: 50px;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 3px;
}

.dato_header_item.idiomas .idio_item a {
    display: inline-block;
}
 

.servicio_item .icono_01 {
    margin-bottom: 13px;
}

span.nmb_serv {
    text-align: left;
    font-size: 38px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #48BBFF;
}
#objetivo .frase .txt_frase {
    width: 100%;
    margin-top: 30px;
}

#objetivo .frase .txt_frase p {
    color: #fff;
    line-height: 1.7;
}

#vision {
    background-image:url('../img/slides/slide2.jpg');
    background-size:cover;
    background-attachment:fixed;
    position:relative;
}

#vision::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
#vision > .center {
    z-index: 2;
    position: relative;
}
#vision > .center p {
    color: #fff;
}
#vision  .frase .txt_frase {
    margin-top: 20px;
}
#ag_representante .dest1 p {
    color: #000;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 10px;
}

#ag_representante .dest1 {
    background: #f4f4f4;
    margin-top: 35px;
    padding: 25px;
    border-radius: 3px;
}

.serv_04 .servicios_content {
    grid-template-columns: 1fr;
}
.serv_04 .servicio_item {
    padding: 0;
    overflow: hidden;
}
.serv_04 .caption_servicio {
    align-items: center;
}
.serv_04 .servicio_item .img_03 {
    width: 40%;
    height: 270px;
}
.serv_04 .servicio_item .img_03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serv_04 .servicio_item p {
    padding: 20px 40px;
}
.serv_04 .servicio_item .txt_serv h5 {
    font-size: 34px;
    color: #FEA400;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.serv_04 .txt_serv {
    padding: 20px 50px;
}

.serv_04 .servicio_item p {
    padding: 0;
    padding-top: 10px;
}
.dest1 h5 {
    font-size: 26px;
    color: #FEA400;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 26px;
}
ul.ag_rer li {
    width: 30%;
}

ul.ag_rer {
    display: flex;
    flex-wrap: wrap;
}

.input_gropu_lh.inp_cv {
    display: flex;
}
.input_gropu_lh.inp_cv > label {
    color: #777;
    font-family: Open Sans!important;
    font-size: 14px;
    font-weight: 700;
    margin-right: 13px;
}