/*===== Style: Start - Header =====*/
.sect-relative{
    position: relative;
}
.header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.header-espacio{
    height: 10px;
    background: #f2a400;
}
.sect-header{
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.header-logo{
    width: 28%;
}
.header-logo-fg{
    width: 100%;
    height: 100%;
    margin-top: 9px;
    margin-left: -6px;
}
.header-logo-fg img{
    height: 100%;
    object-fit: scale-down;
}
.header-nav{
    width: 57%;
    align-items: flex-end;
}
.header-nav-redes{
    margin-top: 5px;
    margin-bottom: 15px;
}
.header-nav-redes>a{
    font-size: 20px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    color: #727176;
}
.header-nav-redes>a:last-child{
    margin-right: 0;
}
.navList,
.nav-menu{
    width: 100%;
}
.nav-menu{
    justify-content: space-between;
}
.nav-menu-li{
    position: relative;
}
.nav-menu-li>a{
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.5px;
    padding: 10px 2px 7px;
    border-bottom: 5px solid transparent;
}
.nav-menu-li>a:hover,
.active-menu>a{
    color: #f2a400 !important;
    border-bottom: 5px solid #f2a400 !important;
}
/* Sub Menu */
.submenu{
	position: absolute;
	left: 0;
	top: 80%;
	background: #f2a400;
	overflow: hidden;
	transition: .20s all ease-out;
	transform: rotateX(90deg);
	transform-origin: top;
	width: auto;
	box-shadow: 0 0 7px rgba(0, 0, 0, .37);
	z-index: 9;
}
.submenu-li{
	width: 100%;
	position: relative;
}
.submenu-li>a{
	padding: .5em 1em;
    justify-content: flex-start;
	font-size: 14px;
	/* border-bottom: 1px dotted white; */
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	/* border-top: 1px solid #ededed; */
}
.submenu-li-a>img{
    width: 17px;
    margin-right: 5px;
}
.submenu-li>a:hover{
	background: #727176;
	color: #fff;
}
.nav-menu-li:hover .submenu{
	transform: rotateX(0deg);
}
.headerMovil{
    display: none;
}
.aulavirtual>i{
    font-size: 23px;
    margin-left: 5px;
}
/*===== Style: End - Header =====*/

/*===== Style: Start - Slide =====*/
.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-next {
    right: 0;
    z-index: 1;
}
.slider_main .slick-prev, 
.slider_main .slick-next {
    --tamano-arrow: 90px;
    width: var(--tamano-arrow);
    height: var(--tamano-arrow);
}
.slick-prev:before, 
.slick-next:before {
    content: '';
    background: url(../img/icon/arrow-next.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 1; */
}
.slick-prev:before{
    transform: rotate(180deg);
    right: 0;
}

.slide-localesInspeccionados .slick-prev {
    left: 44%;
    z-index: 1;
}
.slide-localesInspeccionados .slick-next {
    right: 44%;
    z-index: 1;
}
.slide-localesInspeccionados .slick-prev, 
.slide-localesInspeccionados .slick-next {
    --tamano-arrow: 40px;
    width: var(--tamano-arrow);
    height: var(--tamano-arrow);
    top: 111%;
    transform: translate(0);
}
.slide-imagesInspeccionados .slick-prev, 
.slide-imagesInspeccionados .slick-next {
    --tamano-arrow: 40px;
    width: var(--tamano-arrow);
    height: var(--tamano-arrow);
}
.slide-localesInspeccionados .slick-prev:before, 
.slide-localesInspeccionados .slick-next:before{
    content: '';
    background: url(../img/icon/arrow-next-orange.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.slide-imagesInspeccionados .slick-prev:before, 
.slide-imagesInspeccionados .slick-next:before {
    content: '';
    background: url(../img/icon/next-orange.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.slide-localesInspeccionados .slick-prev:before{
    transform: rotate(180deg);
    right: 0;
}
/*===== Style: End - Slide =====*/

/*===== Style: Start - Footer =====*/
.footerTop{
    background: #666569;
}
.cont-footerTop{
    width: 77%;
    padding: 20px 0 33px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footerTop-fg{
    width: 20%;
}
.footerTop-nav{
    width: 70%;
    align-items: flex-end;
}
.footerTop-navMenu{
    width: 100%;
    justify-content: space-between;
    margin: 15px 0 30px;
    flex-wrap: wrap;
}
.footerTop-nav-Menu-li>a{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 5px solid transparent;
}
.footerTop-nav-Menu-li>a:hover{
    color: #f2a400;
    border-bottom: 5px solid #f2a400;
}
.evolcuionmedia{
    color: #fff;
}
.evolcuionmedia:hover{
    color: #fff;
}
.evolcuionmedia-text{
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}
.evolcuionmedia-text>span{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.footerBottom{
    background: #f2a400;
    padding: 23px 0;
}
.footerBottom-item{
    margin-right: 30px;
}
.footerBottom-item:last-child{
    margin-right: 0;
}
.footerBottom-item>i{
    font-size: 26px;
    color: #fff;
    margin-right: 5px;
}
.teleBottom{
    font-size: 18px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    transform: rotate(100deg);
}
.footerBottom-item p{
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.footerBottom-item p>a{
    color: #fff;
}
.footerBottom-item>a{
    color: #f2a400;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    transition:  all .3s ease-in-out;
}
.facebook:hover{
    background: #3B5998;
    color: #fff;
}
.instagram:hover{
    background: linear-gradient(#E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
    color: #fff;
}
.cont-footerBottom{
    flex-wrap: wrap;
}
/*===== Style: End - Footer =====*/

/*===== Style: Page -> Index =====*/
/* Section:  Video*/
.art-videoHome {
    position: relative;
    margin-bottom: 10px;
}
.videoHome-title{
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 42px;
    transform: rotate(-90deg);
    text-align: right;
}
.videoHome-title-h2,
.videoHome-title-h3{
    font-weight: bold;
    text-transform: uppercase;
    line-height: .85;
    padding-right: 2px;
    letter-spacing: 0px;
}
/* .videoHome-title-h2{
    border-right: 3px solid #f2a400;
}
.videoHome-title-h3{
    border-right: 3px solid #727176;
} */
.cont-videoHome{
    position: relative;
    margin-top: -90px;
    z-index: 2;
}
.linkVideo{
    width: 61%;
    height: 270px;
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.linkVideo img{
    height: 100%;
    object-fit: cover;
}

/* Section:  Servicios*/
.sect-serviciosHome{
    background: url(../img/bg-servicios.png) #eee;
    padding-top: 1px;
    padding-bottom: 1px;
}
.art-serviciosHome {
    width: 69%;
    margin: auto;
}
.serviciosHome-title{
    padding-top: 25px;
    padding-bottom: 25px;
}
.serviciosHome-title-h3,
.serviciosHome-title-h2{
    font-weight: bold;
    text-transform: uppercase;
    line-height: .85;
    padding-left: 2px;
    letter-spacing: -1px;
}
.serviciosHome-title-h3,
.videoHome-title-h3{
    color: #727176;
    margin-bottom: 2px;
    font-size: 20px;
}
.serviciosHome-title-h3{
    border-left: 3px solid #727176;
}
.serviciosHome-title-h2,
.videoHome-title-h2{
    color: #f2a400;
    font-size: 30px;
    margin-bottom: 2px;
}
.serviciosHome-title-h2{
    border-left: 3px solid #f2a400;
}
.cont-serviciosHome{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 56px;
}
.cont-serviciosHome-item{
    background: linear-gradient(#fff 55%, #eee);
    border-radius: 10px;
    padding: 30px 5px 20px;
    transition: all .3s ease-in-out;
}
.cont-serviciosHome-item:hover{
    background: linear-gradient(#f2a400, #f2a400);
}
.serviciosHome-item-fg{
    width: 105px;
    margin-bottom: 5px;
}
.serviciosHome-item-fg>img:last-child{
    display: none;
}
.cont-serviciosHome-item:hover .serviciosHome-item-fg>img:first-child{
    display: none;
}
.cont-serviciosHome-item:hover .serviciosHome-item-fg>img:last-child{
    display: block;
}
.serviciosHome-item-title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1;
    color: #333;
    transition: all .3s ease-in-out;
}
.serviciosHome-item-text{
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #595959;
    transition: all .3s ease-in-out;
}
.cont-serviciosHome-item:hover .serviciosHome-item-title,
.cont-serviciosHome-item:hover .serviciosHome-item-text{
    color: #fff;
}
/* Section:  Experiencias */
.sect-experienciaHome{
    background: #f2a400;
    padding: 35px 0;
}
.art-experienciaHome{
    width: 75%;
    margin: auto;
}
.art-experienciaHome{
    justify-content: space-between;
    flex-wrap: wrap;
}
.experienciaHome-item1{
    width: 30%;
    justify-content: flex-start;
}
.experienciaHome-item2{
    width: 35%;
    justify-content: flex-start;
}
.experienciaHome-item3{
    width: 22%;
    justify-content: flex-start;
}
.experienciaHome-item-fg{
    width: 105px;
}
.experienciaHome-item-text{
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 8px;
}
.experienciaHome-item-span{
    font-size: 58px;
    display: inline-block;
}
.experienciaHome-item-h2{
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -2px;
}
.experienciaHome-item-h2>span{
    font-size: 18px;
    display: block;
}

/* Section: Locales Inspeccionados */
.sect-localesInspeccionados{
    margin: 30px auto 73px;
    display: grid;
    grid-template-columns: 30% 70%;
}
.localesInspeccionados-fg{
    width: 100%;
    border: 10px solid #727176;
}
.cont-localesInspeccionados{
    padding-left: 22px;
}
.localesInspeccionados-title {
    padding-top: 6px;
    padding-bottom: 15px;
}
.localesInspeccionados-grid2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.localesInspeccionados-grid2-fg{
    height: 115px;
}
.localesInspeccionados-grid2-fg img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/*===== Style: Page -> Nosotros =====*/
/* Section:  Acerca de Nosotros*/
.art-acercaNosotros{
    width: 63.5%;
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
}
.acercaNosotros-relative {
    position: relative;
    z-index: 2;
    padding: 18px;
    background: linear-gradient(#fff 55%, #eee);
}
.acercaNosotros-title {
    margin-bottom: 5px;
}
.cont-acercaNosotros{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cont-acercaNosotros-fg{
    width: 41%;
}
.cont-acercaNosotros-text{
    width: 59%;
    padding-left: 10px;
}
.nosotros-text-p,
.nuestrasMetas-text-p{
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.9px;
    margin-bottom: 0;
}
.nosotros-text-p{
    line-height: 1.6;
}
.nuestrasMetas-text-p{
    line-height: 1.3;
}

/* Section:  Nuestras Metas*/
.art-nuestrasMetas{
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.art-nuestrasMetas-item{
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    padding: 16px 8px;
    background: linear-gradient(#fff 55%, #eee);
    border-radius: 15px;
    flex-wrap: wrap;
}
.cont-nuestrasMetas-fg{
    width: 25%;
}
.cont-nuestrasMetas-text{
    width: 75%;
    padding-left: 10px;
}

/* Section:  Video */
.cont-video {
    position: relative;
    margin-bottom: 40px;
}
.sect-serviciosDetalle::before,
.cont-videoHome::before,
.art-acercaNosotros::before,
.art-elegirVlf::before,
.cont-video::before{
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -7px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 35px;
    background-image: linear-gradient( to right, #d4d4d4, #ababab, #3b3b3b, #5e5e5e, #ababab, #d4d4d4);
}
.art-elegirVlf::before{
    z-index: -1;
}
/* Section:  Elegir VLF */
.art-elegirVlf{
    width: 76%;
    position: relative;
    padding: 15px;
    background: #fff;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.elegirVlf-ventajas{
    width: 66%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.elegirVlf-ventajas-fg{
    width: 49.5%;
    margin-bottom: 12px;
}
.elegirVlf-ventajasTrabajar{
    width: 100%;
    background: #666569;
    position: relative;
    padding: 17px 15px;
}
.ventajasTrabajar-title{
    color: #fff;
    margin-bottom: 40px;
}
.ventajasTrabajar-title-p,
.elegirVlf-porque-title-p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.elegirVlf-porque-title-p{
    color: #1e1e1e;
}
.ventajasTrabajar-title-h1,
.elegirVlf-porque-title-h1{
    font-size: 78px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 0.8;
}
.elegirVlf-porque-title-h1{
    color: #f2a400;
}
.ventajasTrabajar-list{
    position: absolute;
    list-style-type: disc;
    color: #fff;
    background: #f2a400;
    font-size: 14px;
    bottom: 15px;
    right: 15px;
    width: 73%;
    padding: 15px 25px;
    line-height: 1.3;
    z-index: 2;
}
.ventajasTrabajar-list>li{
    margin-bottom: 5px;
}
.elegirVlf-porque{
    width: 33%;
}
.elegirVlf-porque-title {
    padding-top: 8px;
    padding-bottom: 4px;
}
.elegirVlf-porque-text{
    margin-bottom: 10px;
}

/*===== Style: Page -> Servicios Detalle =====*/
/* Section:  Nuestro Servicio*/
.sect-serviciosDetalle{
    width: 73%;
    margin: 20px auto 60px;
    position: relative;
}
.art-serviciosDetalle{
    position: relative;
    padding: 30px;
    background: #fff;
    z-index: 2;
}
.cont-serviciosDetalle-title{
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont-serviciosDetalle-title>a{
    font-size: 25px;
    width: 30px;
    height: 30px;
    background: #666569;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
}
.cont-serviciosDetalle-info{
    background: #fff;
}
.serviciosDetalle-info-fg {
    width: 69%;
    border: 10px solid #eee;
    margin-bottom: 20px;
}
.serviciosDetalle-info-text{
    width: 100%;
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 30px;
}
.serviciosDetalle-info-text>strong{
    font-size: 15px;
}
.serviciosDetalle-info-text>h6{
    text-transform: uppercase;
}
.serviciosDetalle-info-text>p{
    margin-left: 10px;
}
.serviciosDetalle-info-ul{
    list-style-image: url(../img/icon/check-orange.png);
    padding-left: 40px;
}
.serviciosDetalle-info-ul>li{
    margin-bottom: 10px;
}
/*===== Style: Page -> Contactenos =====*/
/* Section:  Mapa*/
.sect-maps{
    height: 490px;
    width: 100%;
}

/* Section:  Formualrio*/
.formContacto{
    width: 69%;
    padding: 25px 0;
}
.cont-formContacto{
    width: 97%;
    margin: 18px auto 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.cont-formTrabaja{
    display: grid;
    grid-template-columns: 100%;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
}
.group-form{
    position: relative;
}
.group-form>p{
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0;
    font-size: 18px;    
}
.group-form>input,
.group-form>textarea{
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #727176;
}
.group-form>textarea{
    height: 100px;
    resize: none;
}
.grid-span3{
    grid-column: 3 span;
}
.btn-enviar{
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 25px;
    background: #1e1e1e;
    color: #fff;
    border: 2px solid #1e1e1e;
    transition: all .3s ease-in-out;
}
.btn-enviar:hover{
    background: #f2a400;
    color: #fff;
    border: 2px solid #f2a400;
}
.text-danger {
    color: #dc3545!important;
    font-weight: bold;
}
/*===== Style: Page -> Trabaja con Nosotros =====*/
/* Section:  Formulario*/
.cont-trabajaNosotros{
    display: grid;
    width: 69%;
    padding: 25px 0;
    grid-template-columns: 40% 55%;
    justify-content: space-between;
}
.cont-trabajaNosotros-fg{
    border: 10px solid #fff;
}
.custom-file-label::after{
    content: "Seleccionar Archivo";
    background: #727176;
    color: #fff;
    border-radius: 0rem;
}
.custom-file-label{
    font-size: 14px;
    border: 1px solid #727176;
    background: #fff;
    border-radius: 0rem;
}

/*===== Style: Page -> Error 404 =====*/
.sect-error404{
    padding: 50px 0;
}
.error404-title{
    color: #fecc33;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}
.error404-fg{
    border: 5px solid #fecc33;
    margin-bottom: 1em;
}
.error404-textOne{
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 15px;
}
.error404-textTwo{
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 0;
}
.error404-textTwo>a{
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
}