/*--------------------- Tipografias ---------------------*/


@font-face {
    font-family: titulos;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/FuturaMediumBT.ttf');
}

@font-face {
    font-family: textos;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Gill Sans MT Medium.ttf');
}

@font-face {
    font-family: slider;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Corbel.ttf');
}

@font-face {
    font-family: sliderbold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/CorbelBold.ttf');
}


/*------------------- Fin Tipografias -------------------*/


@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    clip-path: circle(150% at 100% 0);
    transition: clip-path 0.8s ease-in-out;
}

.loader2{
    clip-path: circle(0% at 100% 0);
}

.corners {
	width: 60px;
	height: 60px;
	position: relative;
	transform-origin: center;
	animation: spin 3s infinite linear;
}

.corner {
	width: 100%;
	height: 100%;
	position: absolute;
}

.corner::before {
    display: block;
    width: 48%;
    height: 48%;
    border-radius: 0 40% 0 40%;
    background-color: green;
    content: '';
}

@keyframes spin1 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(0deg); }
	70% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spin2 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(270deg); }
	70% { transform: rotate(270deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spin3 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(180deg); }
	70% { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spin4 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(90deg); }
	70% { transform: rotate(90deg); }
	100% { transform: rotate(360deg); }
}

.corner--1 {
	animation: spin1 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.corner--2 {
	animation: spin2 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.corner--3 {
	animation: spin3 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.corner--4 {
	animation: spin4 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

/*--------------------- Globales ---------------------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    font-size: 62.5;
}

body {
    font-family: textos;
    max-width: 100vw;
    overflow-x: hidden;

}

.pointer:hover {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ocultar {
    display: none !important;
    opacity: 1 !important;
}

.mostrar {
    display: flex !important;
    opacity: 1 !important;
}

#ancla{
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transform: translateY(100px);
    position: absolute;
}

#mobiles {
    display: none;
}

#desktop {
    display: flex;
}

#map {
    height: 420px;
}

/*------------------- Fin Globales --------------------*/

/*-------------------- Navegacion ----------------------*/
.espacio-nav {
    height: 100px;
    width: 100%;
    background: black;
}

.owl-uno.owl-carousel {
    margin-top: -1px;
    background: rgb(202, 204, 215);
    background: linear-gradient(36deg, rgba(202, 204, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);

}

.owl-carousel.owl-drag .owl-item{
    max-width: 100vw;
    overflow: hidden;
}

.owl-uno.owl-carousel .owl-item img {
    display: block;
    overflow: hidden;
    height: calc(100vh - 77px) !important;
}

.owl-nosotros.owl-uno.owl-carousel .owl-item img {
    object-fit: cover;
}

.owl-contacto.owl-uno.owl-carousel .owl-item img {
    height: calc(100vh - 35px) !important;
    object-position: bottom;
    object-fit: cover;

}

.owl-uno .owl-dots {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.owl-uno .owl-height {
    transition: height 500ms ease-in-out;
    height: calc(100vh - 125px) !important;
}

.owl-uno .owl-dot span {
    background-color: white !important;
}

.owl-uno .owl-dot.active span {
    background-color: #002928 !important;
}

.videofondo {
    height: auto;
    transform: scale(1);
    object-fit: cover;
	height: 100%;
width: 100%;
}
.divdemainpruincipal{
	width: 100%;
	height: 600px;
	position: relative;
}
.recuadrodevideovista {
    width: 100%;
    height: 600px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    top: 0;
}

#navbar{
	position: fixed;
}

/*.contenedor-carousel {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateX(65%) translateY(-5%);
}*/

.contenedor-carousel {
    width: 80%;
    height: auto;
    text-align: center;
    margin-left: 10%;
    top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    align-content: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
	justify-content: center;
	z-index: 4
}

/*.contenedor-carousel::before {
    content: '';
    background: url(../img/logo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28vw;
    height: 28vw;
    position: absolute;
    top: 15%;
    left: -95%;
}*/

.titulo-slider {
    color: white;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.titulo-slider.bold {
    font-family: sliderbold;
    font-weight: bold;
    color: white;
    font-size: 6vw;
    line-height: 0.9;
}

.subtitulo-slider {
    color: #dfdfdf;
    font-size: 1.9vw;
    text-rendering: geometricPrecision;
    font-family: slider;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

.contenedor-botones {
    width: auto;
    margin-top: 0.8rem;

}

.boton-slider {
    background-color: #002928;
    text-decoration: none;
    color: white;
    font-size: 1.3vw;
    padding: 8px 35px;
    border-radius: 15px;
    margin-right: 20px;
	border: none;
}

/*----------------- Fin Navegacion ---------------------*/

/*---------------------- Index  ------------------------*/

.banner {
    cursor: pointer;
    background-color: green;
    width: 100%;
    height: 2.5rem;
    padding: 0 4rem 0.3rem;
    color: white;
    display: flex;
    align-items: center;
    font-family: titulos;
    font-size: 0.9rem;
}

.contenedor-navegacion {
    width: 100%;
    max-width: 100vw;
    display: flex;
    justify-content: flex-end;
    z-index: 999999;
    background-color: white;
}

.subcontenedor-navegacion {
    display: flex;
    list-style: none;
    font-family: textos;
    color: dimgray;
    width: 45%;
    margin-right: 5%;
    justify-content: space-around;
}

.items-barra {
    padding: 2rem 1rem;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
}

.items-barra.activo {
    color: green;
    font-weight: 600;
}

.redes-sociales {
    display: flex;
    align-items: center;
    width: 1.5rem;
}

.contenido-index {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 7rem;
}


.contenido-indexdatos {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
}


.porqueelegirnosdiv {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 7rem;
	background: green;
padding-top: 70px;
}

.hoja1::before {
    content: '';
    background: url(../img/hojas/1.png);
    width: 15vw;
    height: 15vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.contenido-index h2 {
    color: #002928;
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
    display: flex;
    justify-content: center;
    font-family: titulos;
    font-weight: 400;
    font-size: 2.5rem;
}

.contenido-indexdatos h2 {
    color: #002928;
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
    display: flex;
    justify-content: center;
    font-family: titulos;
    font-weight: 400;
    font-size: 2.5rem;
}

.lineas::before {
    content: '';
    border-bottom: 3px solid darkgreen;
    width: 50%;
    position: absolute;
    bottom: 0%;
    transform: translateY(450%);

}

.lineas::after {
    content: '';
    border-bottom: 3px solid darkgreen;
    width: 20%;
    position: absolute;
    bottom: 0%;
    transform: translateY(850%);
	left: 40%;
}

.lineaswhite {
    color: #fff;
    text-align: center;
    margin-bottom: 0rem;
    position: relative;
    display: flex;
    justify-content: center;
    font-family: titulos;
    font-weight: 400;
    font-size: 2.5rem;
}

.lineaswhite::before {
    content: '';
    border-bottom: 3px solid rgba(255,255,255,1.00);
    width: 50%;
    position: absolute;
    bottom: 0%;
    transform: translateY(450%);

}

.lineaswhite::after {
    content: '';
    border-bottom: 3px solid rgba(255,255,255,1.00);
    width: 20%;
    position: absolute;
    bottom: 0%;
    transform: translateY(850%);
}


.contenido-index p {
    color: black;
    text-align: center;
    width: 80%;
    font-size: 13pt;
}

.items-contenido {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin-top: 5rem;
    padding-bottom: 1rem;
}

.item-contenido h3 {
    margin: 1rem 0;
    color: #186e31;

}

.item-contenido {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item-contenido img {
    width: 5rem;
}

.items-contenido-dos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin-top: 2rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}

.hoja4::before {
    content: '';
    background: url(../img/hojas/4.png);
    width: 10vw;
    height: 10vw;
    position: absolute;
    bottom: 0%;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.items-contenido-dos::after {
    content: '';
    background: url(../img/hojas/5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20vw;
    height: 20vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-contenido-dos {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 5% 2rem;
}

.item-contenido-dos h3 {
    margin: 1rem 0;
    color: #186e31;

}

.item-contenido-dos img {
    width: 5rem;
}

.contenedor-verde {
    background-color: green;
    padding: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contenedor-verde h2 {
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 400;
}

.contenedor-verde h2::before {
    border-color: white;
    width: 80%;
}


.contenedor-verde h2::after {
    border-color: white;
    width: 40%;
}

.contenedor-atributos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0rem;
}

.atributo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.atributo h3 {
    font-size: 13pt;
    color: white;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

.atributo img {
    width: 6rem!important;
}
.hoja2::before {
    content: '';
    background: url(../img/hojas/2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(20%, -30%);
}

.hoja3::after {
    content: '';
    background: url(../img/hojas/3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 13vw;
    height: 13vw;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%, 50%);
    z-index: 99999;
}

button {
    cursor: pointer;
    user-select: none;
    outline: none;
}

.vermas {
    background-color: green;
    color: white;
    border-radius: 15px;
    border: 0;
    padding: 0.5rem 2rem;
    display: flex;
    width: fit-content;
    text-transform: uppercase;
}

.contenedor-seccion {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.items-goals {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.items-goals img {
    width: 5rem;
}

.items-goals span {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0.5rem 0;
}

.items-goals p {
    font-size: 1rem;
}

.items-contenido-tres {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 70%;
    margin-top: 3rem;
    padding-bottom: 1rem;
}

.items-contenido-tres img {
    width: 11%;
}

.hoja1,
.hoja2,
.hoja3,
.hoja4,
.hoja5 {
    position: relative;
}

.hoja5::before {
    content: '';
    background: url(../img/hojas/5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15vw;
    height: 15vw;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(0%, 40%);
}

footer {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 5px solid #002928;
}

.formulario {
    background-color: #007028;
    padding: 5rem;
    width: 50%;
	text-align: center
}

.formulario form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.formulario h2 {
    color: white;
    font-family: titulos;
    margin: 1rem 0;
    font-size: 2rem;
    text-align: center;
}

.formulario input:not([type="submit"]) {
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    margin: 0.5rem 0;
    width: 100%;
    border: 0;
}

.row-formulario {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.row-formulario input {
    width: 47.5% !important;
}

.formulario input[type="submit"] {
    width: auto;
    border: 0;
    margin-top: 1rem;
    font-size: 1rem;
}

.datos {
    display: flex;
    padding: 4rem 5rem 1rem;
    width: 100%;
    background-color: #f2f2f2;
    color: #007028;
}

.datos-contacto {
    display: flex;
    flex-direction: column;
    margin-left: 8%;
}

.datos h3 {
    font-size: 1.3rem;
}

.datos-contacto p {
    margin-bottom: 1rem;
    font-size: 1.3rem
}

.datos-contacto span {
    font-size: 1.3rem
}

.icono-footer {
    width: 2.1rem;
    margin-right: 0.4rem;
}

.redes-socialess {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
}

.row-datos {
    margin: 0.3rem 0;
    display: flex;
    width: 100%;
    align-items: center;
}

.row-datos:hover,
.icono-redes:hover,
.items-barra:hover,
.redes-sociales:hover {
    cursor: pointer;
    opacity: 0.5;
}

.logo {
    width: 15rem;
    transform: translate(-10%, -10%) scale(1.15);
    margin-left: 8%;
}

.iconosredes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.icono-redes {
    width: 40px;
	height: 40px;
	
}

.imgservicsatribu{
	width: 100%;
	height: 100%;
}

.icono-redes:nth-child(2) {
    margin: 0 0.5rem;
}

.mapaa {
    width: 50%;
	position: relative;
}

.banner-footer {
    padding: 0.9rem 0 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #002928;
    color: #d4d4d4;
    font-family: slider;
}

.separador {
    height: 0.6rem;
    background-color: black;
    width: 100%;
}

    
.contenedor-redes{
    display: flex;
    justify-content: space-between;
    width: 6rem;
}

.cerrarmenu{
    display: none;
}

.menumovil{
    display: none;
}


.arreglarAnim {
    position: absolute;
    bottom: 0;
    display: none;
    transform: translate(-35%, 80%);
    z-index: 9999999999999999999999999999999;
    padding: 0rem;
    width: 14rem;
    height: 180px;
    border-radius: 5px;
}

.contenedor-drop {
    position: absolute;
    bottom: 0;
    background-color: white;
    display: none;
    flex-direction: column;
    list-style: none;
    transform: translate(-35%, 95%);
    z-index: 999999999999999999;
    color: dimgray;
    border: 1px solid gray;
    padding: 0.5rem;
    width: 13rem;
    border-radius: 5px;
    opacity: 1 !important;
}
.sticky{
    position: sticky;
    top: 0;
}

#barraa.sticky .items-barra{
    padding: 1.3rem 1rem;
}

.items-barra.activo .contenedor-drop {
    background-color: #3e3e3e !important;
    color: white;
}

.contenedor-drop::before {
    content: '';
    border: 2px solid gray;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translate(-50%, -25%);
    top: 0;
    left: 50%;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    clip-path: polygon(0 0, 100% 0, 60% 60%, 0 100%);

}

.items-barra.activo .contenedor-drop::before {
    content: '';
    border: 2px solid gray;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translate(-50%, -25%);
    top: 0;
    left: 50%;
    position: absolute;
    background-color: #3e3e3e;
    clip-path: polygon(0 0, 100% 0, 60% 60%, 0 100%);
}

.items-drop {
    word-wrap: normal;
    margin: 0.5rem auto;
    padding-left: 0.7rem;
}

.items-drop:hover {
    color: #c31678;
}

/*------------------ Fin Index ----------------------*/


/*------------------- Nosotros ----------------------*/

.contenedor-nosotros {
    display: flex;
    flex-wrap: wrap;
}

.contenedor-mision {
    width: 50%;
    background-color: green;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 5rem 5rem;
    color: white;
}

.contenedor-vision {
    width: 50%;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 5rem 5rem;
    color: white;
}

.contenedor-mision img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(64deg) brightness(106%) contrast(106%);
}

.contenedor-mision p {
    color: #f2f2f2;
}

.contenedor-vision p {
    color: dimgray;
}

.contenedor-vision h3 {
    color: #3e3e3e;
}

.contenedor-vision img,
.contenedor-mision img,
.contenedor-valores img {
    height: 6.6rem;
}

.contenedor-vision h3,
.contenedor-mision h3,
.contenedor-valores h3 {
    margin: 0.6rem 0;
    font-size: 1.7rem;
}

.contenedor-vision p,
.contenedor-mision p,
.contenedor-valores p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.contenedor-valores {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 4rem;
}

.contenedor-valores div {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-valores ul {
    column-count: 2;
    width: 70%;
    padding-left: 5rem;
    color: #007028;
    font-size: 1.3rem;

}

.opacidad{
    backdrop-filter: opacity(.4);
    top: -1px;
}

.carousel-fake {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2rem;
}

.carousel-fake .item {
    width: 289px;
}


.carousel-fake .contenedor-items:hover, .servicio-activo {
    border: 3px solid green;
    border-radius: 20px;
    padding-bottom: 1.5rem;
    background-color: #f2f2f2;
	margin-bottom: 30px;
margin-top: 30px;

}
.servicio-activo {
    border: 3px solid green !important;
    border-radius: 20px;
    padding-bottom: 1.5rem;
    background-color: #f2f2f2;
	margin-bottom: 30px;
margin-top: 30px;
}

.carousel-fake .contenedor-items:hover .masinfo, .servicio-activo .masinfo {
    display: flex;
    position: absolute;
    bottom: 3.5%;
}

.servicio-activo::before {
    content: '';
    background: url(../img/chevron.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    width: 3rem;
    height: 2rem;
    filter: invert(23%) sepia(71%) saturate(1452%) hue-rotate(116deg) brightness(102%) contrast(101%);

}

.contenedor-load {
    background-color: #f2f2f2;
    border: 3px solid #007029;
    border-right: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding: 4rem 4rem 4rem;
    margin-bottom: 5rem;
    width: 100%;
    position: relative;
}

.contenedor-load::before {
    content: '';
    border: 3px solid #007029;
    border-right: 0;
    border-left: 0;
    height: 100%;
    width: 10rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -3px);
    background: #f2f2f2;
}


.contenedor-insercion {
    display: flex;

}



.insercion-info {
    display: flex;
    flex-direction: column;
    width: 65%;
    padding-left: 1rem;
    align-items: center;
}

.insercion-info img {
    width: 25%;
}

.insercion-info h2 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    width: 80%;
}

.contenedor-insercion p {
    text-align: left;
    width: 95%;
    color: dimgray;
    font-size: 1.3rem;
}

.contenedor-insercion button {
    width: fit-content;
    border: 0;
    margin-top: 1rem;
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}
.contenedor-insercion button:hover {
    background: #5d5d5d;
	color: #fff;
}

.img-insercion {
    width: 35%;
    display: flex;
    align-items: center;
}

.img-insercion img {
    width: 100%;
    height: auto;
    border: 3px solid #007028;
    border-radius: 20px;
    object-fit: cover;
}

.iatributos {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
}

.oatributo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.6rem 0;
    padding: 0 2rem 0 0;
    text-align: center;
}

.oatributo img {
    width: 5rem;
}
.oatributo h4{
    width: 10rem;
    text-align: center;
}

.oatributo {
    color: dimgray;
    font-size: 1rem;
	text-align: center;
	justify-content: flex-start;
}

/*------------------- Fin Nosotros -------------------*/


/*-------------------- OWL DOS ------------------------*/

.owl-dos {
    margin-top: 0rem !important;
}

.owl-dos .item {
    display: flex;
    justify-content: center;
}

.item:hover {
    cursor: grab;
}

.owl-dos .item:hover .carousel-fake .item:hover {
    cursor: default;
}

.owl-dos.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1rem;
}

.owl-dos .owl-nav {
    position: absolute;
    width: 100%;
    top: 5%;
    font-size: 4rem;
    display: block !important;
}

.owl-dos.no-nav .owl-nav {
    display: none !important;
}

.owl-dos.owl-theme .owl-nav.disabled + .owl-dots:hover {
    cursor: pointer;
}

.owl-dos .owl-item.active.center > .item {
    opacity: 1;
}

.owl-dos.owl-theme .owl-dots .owl-dot.active span,
.owl-dos.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-dos .owl-theme .owl-dots .owl-dot span {
    background-color: black;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.owl-prev,
.owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

i {
    font-size: 2.5rem;
    color: #002928;
}

.contenedor-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 229px;
    position: relative;
    height: 17rem;
    border: solid 3px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
    margin-top: 30px;
}

.masinfo {
    color: green;
    text-decoration: none;
    margin: 1rem 0;
    display: none;
}

.owl-dos .contenedor-items:hover {
    border: 3px solid green;
    border-radius: 20px;
    padding-bottom: 1.5rem;
    background-color: #f2f2f2;

}

.owl-dos .contenedor-items:hover .masinfo {
    display: flex;
    position: absolute;
    bottom: 3.5%;
}

.contenedor-imagen {
    display: flex;
    justify-content: center;
    width: 55%;
    color: white;
    margin-bottom: 1rem;
    padding-top: 1rem;
}


.contenedor-atributos {
    display: flex;
    justify-content: center;
    width: 40%;
    color: white;
    margin-bottom: 1rem;
    padding-top: 0rem;
}

.descripcioncarrousel {
    width: 100%;
    color: white;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    font-size: 14pt;
}

.descripp {
    text-align: center;
    width: 100%;
    color: white;
    padding: 0.4rem 0;
}

.descrip2 {
    text-align: center;
    width: 80%;
    color: white;
}

/*------------------ Fin OWL DOS ----------------------*/


/*------------------ Fin OWL TRES ----------------------*/
.owl-tres {
    margin-top: 0rem !important;
}

.owl-tres .item {
    transform: scale(0.8);
    width: 100%;
    opacity: .5;
}

.owl-tres .item img {
    width: 100%;
    margin: 0;
    max-height: 336px;
}

.item:hover {
    cursor: grab;
}

.owl-tres.owl-theme {
    height: 450px;
}

.owl-tres .owl-stage-outer,
.owl-tres .owl-stage {
    height: 430px;
    display: flex;
    align-items: center;
}

.owl-tres.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 93%;
    left: 45%;
    margin: 0;
}

.owl-tres.owl-theme .owl-nav.disabled + .owl-dots:hover {
    cursor: pointer;
}

.owl-tres .owl-item.active.center {
    transform: scale(1.5);
    margin: 0 30px;
}

.owl-tres .owl-item.active.center > .item {
    opacity: 1;
}

.owl-tres.owl-theme .owl-dots .owl-dot.active span,
.owl-tres.owl-theme .owl-dots .owl-dot:hover span {
    background: black;
}

.owl-tres .owl-theme .owl-dots .owl-dot span {
    background-color: black;
}

.owl-tres .owl-item.active.center div div::after {
    content: '';
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    position: absolute;
}

.owl-tres .owl-item.active.center div div::after {
    top: -0.5rem;
    left: -0.6rem;
    z-index: -1
}

.owl-tres .owl-item.active.center div div {
    background-color: #dedede;
}

.descripcioncarrousel-dos {
    position: absolute;
    bottom: -0.6rem;
    right: -0.6rem;
    background-color: white;
    padding: .5rem 1rem;
    color: black;
}


.imglogotipomeun{
	width: 60%;
	transition: all 0.3s ease;
}
.divespacioparamenublanco{
	height: 185px;
	background: #fff;
}
table{
    border-collapse: collapse;
}
.imgscrollmenuimg{
	width: 40%;
	transition: all 0.3s ease;
}

#footercontactindustrie{
	position: relative;
top: -140px;
}



.imgbarlog{
	width:18px;
}
.icon-barslide {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	left: 0px;
}
.icon-barslide a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-barslide a:hover {
  background-color: green;
}
.facebook {
  background: #3b5998;
  color: white;
}
.fmesseger {
  background: #0078ff;
  color: white;
}
.intagram {
background:#5851db;
  color: white;
}
.whatsapp {
  background: #4ac959;
  color: white;
}
.telefono{
	background:#FFB000;
}

.empresacarruselimg{
	width: 80%!important;
}


.vimeo-container {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.espaciodeserviciosflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    position: relative;
    height: 14rem;
    border: solid 3px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
    margin-top: 0px;
}

.deskempresas{
	display: block;
}

.movilempresas{
	display: none;
}

.nuesstroproyectomapa {
    position: absolute;
    z-index: 9;
    font-size: 25pt;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.imgdeserviciosflex{
	
	width: auto;
height: auto !important;
}

.classerrocontacto {
    background: rgb(193, 2, 48);
    color: rgb(255, 255, 255);
    display: none;
    font-size: 18pt;
    padding: 5px 100px;
    margin-top: 10px;
}

.espaciodecontadorredondo {
    display: inline-block;
    width: 200px;
    border: 10px solid green;
    height: 200px;
    position: relative;
    border-radius: 130px;
    margin: 0% 5%;
}
.espaciodecontenedordecontadores{
	    width: 100%;
    text-align: center;
}
.maincontador{
    position: absolute;
    top: 30%;
    width: 100%;
    font-size: 27pt;
	left: 0px;
}

.testoparacontadro {
    position: absolute;
    bottom: 20%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 14pt;
    line-height: 13pt;
	left: 0px;
}


/*--------------- Fin OWL TRES ------------------------*/


/*------------------- Ofertas ---------------------------*/