h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
 	font-weight: 600;
}

a {
	font-size: 0.85rem;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;

}

.btn-home {
	color: #fff;
	cursor: pointer;
}

.btn-home:hover {
	color: #fff!important;
	text-decoration: none;
	cursor: pointer;
}

.btn {
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;

}

.btn-link{
	font-size: 0.85rem;
	cursor: pointer;
}


.dropdown-menu {
	color: #fff;
	background-color: #081316;
	border-radius: 0px;
	font-size: 0.6rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding-right: 6px;
	padding-left: 6px;
}

.dropdown-menu:hover {
	color: #fff;
	background-color: #081316;
	border-radius: 0px;
	font-size: 0.6rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding-right: 6px;
	padding-left: 6px;

}

.dropdown-item {
	color: #fff;
	border-radius: 0px;
	font-size: 0.7rem;
	transition: 0.3s;
	margin-bottom: 7px;
}

.dropdown-item:hover{
	color: #fff;
	border-radius: 0px;
	font-size: 0.7rem;
	background-color: #040b0c;
	transition: 0.3s;
	margin-bottom: 7px;

}

.btn-link{
		text-decoration: none;
}

p {
	font-size: 0.8rem;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none!important;
	letter-spacing: 0px;
	text-align: justify;
}

/* BOTON VOLVER ARRIBA*/

a.scroll-top {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 1em; /** Sepración inferior **/
    right: 1em; /** Separación derecha **/
    padding: 10px 15px; /** Relleno **/
    background: #242424; /** Colo de fondo **/
    box-shadow: rgba(0, 0, 0, .5) 0 1px 2px, rgba(0, 0, 0, .25) 0 1px 7px; /** Sombra **/
    border-radius:50px; /** Borde redondeado **/
    font-size: 16px;
}
a.scroll-top svg {
    display: block;
    fill: #fff; /** Color del icono **/
}
/* BOTON VOLVER ARRIBA*/

/*Carousel 2*/

.post-slide {
    margin: 20px 15px 20px;
    padding-top: 1px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -5%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    border: solid 1px #fff;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -5%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    border: solid 1px #fff;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 27px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}



/*Carousel 2*/

/*Carousel*/
.blog .carousel-indicators {
				left: 0;
				top: auto;
			    bottom: -40px;

			}

				
			/* The colour of the indicators */
			.blog .carousel-indicators li {
			    background: #a3a3a3;
			    border-radius: 50%;
			    width: 8px;
			    height: 8px;
			}

			.blog .carousel-indicators .active {
			background: #707070;
			}

			.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
		    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
		        .MultiCarousel .MultiCarousel-inner .item { float: left;}
		        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#000;}
		    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
		    .MultiCarousel .leftLst { left:0; }
		    .MultiCarousel .rightLst { right:0; }
		        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


/*Carousel*/
.btn-menu {

	color: #fff;
	font-weight: 600;

}

.btn-menu:hover {

	color: #00c08b;
	font-weight: 600;

}

.t-serv-nav{
	font-size: 0.65rem!important;

}

.card {
	border-radius: 1.3rem;
    padding: 0.8rem;
	border: 1px solid #8d8d8d!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-body {
	background-color: #000;
	color: #fff;

}

.card:hover {
	border-radius: 1.3rem;
    padding: 0.8rem;
	border: 1px solid #ff9015!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

/** Card medioambiente**/
.card-med {
	border-radius: 1.3rem;
    padding: 0.8rem;
	border: 1px solid #fff!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-body-med {
	background-color: #000;
	color: #fff;

}

.card-med:hover {
	border-radius: 1.3rem;
    padding: 0.8rem;
	border: 1px solid #6abf4b!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

/**Card I.Electrica **/
.card-electrica {
	border-radius: 1.3rem;
  padding: 0.8rem;
	border: 1px solid #fff!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-body-electrica {
	background-color: #000;
	color: #fff;

}

.card-electrica:hover {
	border-radius: 1.3rem;
    padding: 0.8rem;
	border: 1px solid #ff7f40!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

/**Card SECURITY **/

.card-sec-serv {
	border-radius: 1.3rem;
  	padding: 0.4rem 0.3rem;
	border: 1px solid #3f91e2!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}


/**Card Corporativo **/

.card-corporativo {
	border-radius: 1.3rem;
  	padding: 0.8rem;
	border: 1px solid #fff!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-body-corporativo {
	background-color: #000;
	color: #fff;

}

.card-corporativo:hover {
	border-radius: 1.3rem;
  	padding: 0.8rem;
	border: 1px solid #00c08b!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}


/**Card Forestal **/

.card-forest-satelital {
	border-radius: 1.3rem;
  	padding: 0.8rem;
	border: 1px solid #008065!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-forest {
	border-radius: 1.3rem;
  	padding: 0.8rem;
	border: 1px solid #fff!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-body-forest {
	background-color: #000;
	color: #fff;

}

.card-forest:hover {
	border-radius: 1.3rem;
  	padding: 0.8rem;
	border: 1px solid #008065!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}
/**CARD SERVICIO**/

.card-electricidad-serv {
	border-radius: 1.3rem;
  	padding: 0.4rem 0.3rem;
	border: 1px solid #ff7f40!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}


.card-agricultura-serv {
	border-radius: 1.3rem;
  	padding: 0.4rem 0.3rem;
	border: 1px solid #ff9015!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}


.card-forest-serv {
	border-radius: 1.3rem;
  	padding: 0.35rem 0.25rem;
	border: 1px solid #008065!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-min-serv {
	border-radius: 1.3rem;
  	padding: 0.4rem 0.3rem;
	border: 1px solid #cc9f53!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}

.card-medio-serv {
	border-radius: 1.3rem;
  	padding: 0.4rem 0.3rem;
	border: 1px solid #6abf4b!important;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}



.nav-link {
	color: #fff!important;
	font-size: 0.85rem;
	 text-align: left;


}

.nav-tabs {
	border: none!important;
}

.nav-tabs:active {
	border: none!important;
}

.nav-tabs .nav-link {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;

}

.nav-link.active {
	color: #fff!important;
  background-color: #ff9015!important;
  background-size: 0 100%, 100% 100%!important;
  transition: background 0.1s ;

}

/**NAV LINK CORPORATIVO**/
.nav-link-corporativo {
font-family: 'Montserrat', sans-serif;
 color: #fff!important;
 font-size: 0.75rem;
 font-weight: 600;
 text-align: left;
 padding: 10px;
 margin-right: 8px;
 height: 100;
 margin-bottom: 0.4rem;
}


.nav-tabs .nav-link-corporativo {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;
}

.nav-link-corporativo.active {
	  color: #fff!important;
    border-bottom: 2px solid #00c08b!important;
    background-size: 0 100%, 100% 100%!important;
    transition: 0.1s ;
}

.btn-corporativo {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}


.btn-corporativo:hover {
  border-bottom: 2px solid #00c08b!important;
  transition: 0.2s ;

}



/**NAV LINK MINERIA**/
.nav-link-min {
font-family: 'Montserrat', sans-serif;
 color: #fff!important;
 font-size: 0.75rem;
 font-weight: 600;
 text-align: left;
 padding: 10px;
 margin-right: 8px;
 height: 100;
 margin-bottom: 0.4rem;
}


.nav-tabs .nav-link-min {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;
}

.nav-link-min.active {
	  color: #fff!important;
    border-bottom: 2px solid #cc9f53!important;
    background-size: 0 100%, 100% 100%!important;
    transition: 0.1s ;
}

.btn-min {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}


.btn-min:hover {
  border-bottom: 2px solid #cc9f53!important;
  transition: 0.2s ;

}


/**NAV LINK SECURITY**/
.nav-link-s {
font-family: 'Montserrat', sans-serif;
 color: #fff!important;
 font-size: 0.75rem;
 font-weight: 600;
 text-align: left;
 padding: 10px;
 margin-right: 8px;
 height: 100;
 margin-bottom: 0.4rem;
}


.nav-tabs .nav-link-s {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;
}

.nav-link-s.active {
	  color: #fff!important;
    border-bottom: 2px solid #3f91e2!important;
    background-size: 0 100%, 100% 100%!important;
    transition: 0.1s ;
}

.btn-sec {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}


.btn-sec:hover {
  border-bottom: 2px solid #2f69a2!important;
  transition: 0.2s ;

}

.nav-link-ag-vert {
	color: #fff!important;
	font-size:1.4rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;

}

.nav-link-ag-vert:hover {
	color: #fff!important;
	font-size:1.4rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;

}

.nav-link-ag-vert.active {
	color: #ff9015!important;
	font-size:1.4rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;

}

.btn-ag-vert {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}

.btn-ag-vert:hover {
	border-bottom: 2px solid #ff9015!important;
	transition: 0.3s ;
	
}

.btn-ag-vert.active {
	border-bottom: 2px solid #ff9015!important;
	transition: 0.3s ;
	
}





.nav-link-ag-vert:hover {
	color: #fff!important;
	font-size:1.4rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;

}

.nav-link-ag-vert.active {
	color: #ff9015!important;
	font-size:1.4rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;

}

.btn-ag-vert {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}

.btn-ag-vert:hover {
	border-bottom: 2px solid #ff9015!important;
	transition: 0.3s ;
	
}

.btn-ag-vert.active {
	border-bottom: 2px solid #ff9015!important;
	transition: 0.3s ;
	
}

/** NAV BTN-AGRICULTURA **/
.nav-link-ag {
	font-family: 'Montserrat', sans-serif;
	color: #fff!important;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;
}

.nav-tabs .nav-link-ag {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;

}

.nav-link-ag.active {
	 color: #fff!important;
    border-bottom: 2px solid #ff9015!important;
    background-size: 0 100%, 100% 100%!important;
    transition: 0.1s ;
}

.btn-ag {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;

	
}

.btn-white {
	font-size: 1.7rem;
	font-weight: 600;
	color: #fff!important;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

/**BTN MODAL**/

.btn-modal-corporativo {
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	color: #00c08b;
	background-color: #000;
	border: solid 1px #00c08b;
	cursor: pointer;
}

.btn-modal-corporativo:hover {
	border-radius: 50px;
	color: #00c08b;
	background-color: #000;
	border: solid 1px #00c08b;
	cursor: pointer;
}

.btn-modal-agricultura {
	border-radius: 50px;
	color: #fff;
	background-color: #000;
	border: solid 1px #fff;
	cursor: pointer;
}

.btn-modal-agricultura:hover {
	border-radius: 50px;
	color: #ff9015;
	background-color: #000;
	border: solid 1px #ff9015;
	cursor: pointer;
}

/** BTN MINERIA **/
.btn-mineria{
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	color: #cc9f53;
	background-color: #000;
	border: solid 1px #cc9f53;
	cursor: pointer;
	transition: 0.2s;
}


.btn-mineria:hover{
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	color: #fff;
	background-color: #cc9f53;
	border: solid 1px #cc9f53;
	cursor: pointer;
	transition: 0.2s;
}


/** NAV - BTN FOREST **/

	.nav-link-v {
	font-family: 'Montserrat', sans-serif;
	 color: #fff!important;
	 font-size: 0.75rem;
	 font-weight: 600;
	 text-align: left;
	 padding: 10px;
	 margin-right: 8px;
	 height: 100;
	 margin-bottom: 0.4rem;
}


.nav-tabs .nav-link-v {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;

}

.nav-link-v.active {
	  color: #fff!important;
    border-bottom: 2px solid #008065!important;
    background-size: 0 100%, 100% 100%!important;
    transition: 0.1s ;
}

.btn-forest {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}



.btn-forest:hover {
  border-bottom: 2px solid #008065!important;
  transition: 0.2s ;

}



/** NAV BTN-ELECTRICIDAD **/
.nav-link-elec {
	font-family: 'Montserrat', sans-serif;
	color: #fff!important;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	margin-right: 8px;
	height: 100;
	margin-bottom: 0.4rem;
}


.nav-tabs .nav-link-elec {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;

}

.nav-link-elec.active {
	color: #fff!important;
    border-bottom: 2px solid #ff7f40!important;
    background-size: 0 100%, 100% 100%!important;
    transition: 0.1s ;
}

.btn-elec {
	border-bottom: 2px solid #fff!important;
	transition: 0.3s ;
	
}


.sombra {
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);

}

.border-30 {
	border-radius: 30px;
}

.bg-transparent {
	color: #000;
	opacity: 2;
}

.p-12 {
	font-size: 12px;
}

.p-13{
	font-size: 14px;
}

.p-20{
	font-size: 1.3rem;
}



.bg-nav{
	background-color: #000;
	opacity: 0.5;
}

/* P y M */
.mb-7 {
	margin-bottom: 7%;
}

.mb-8 {
	margin-bottom: 8%;
}


.mb-15 {
	margin-bottom: 15%;
}

.mb-10 {
	margin-bottom: 10%;
}


.mb-18 {
	margin-bottom: 18%;
}


.mb-20 {
	margin-bottom: 20%;
}

.mt-8 {
	margin-top: 8%;
}

.mt-9 {
	margin-top: 9%;
}

.mt-9 {
	margin-top: 80%;
}


.mt-9-nav {
	margin-top: 90px;
}

.mt-10-nav {
	margin-top: 150px;
}

.mt-100 { 
	margin-top: 110px;

} 
.mt-150 { 
	margin-top: 100px;

}

.mb-150 { 
	margin-bottom: 100px;

}

.mt-12 {
	margin-top: 12%;
}


.mt-10 {
	margin-top: 10%;
}

.mt-14 {
	margin-top: 14%;
}

/* Padding*/
.pt-10-nav {
	padding-top: 120px;
}

.mt-85-nav {
	margin-top: 85px;
}

.pt-90-nav {
	padding-top: 100px;
}
.pb-9 {
	padding-bottom: 100px;
}

.pl-1 {
	padding-left: 1%;
}

.pl-2 {
	padding-left: 2%;
}

.pl-3 {
	padding-left: 3%;
}

.pl-4 {
	padding-left: 4%;
}

.pl-5 {
	padding-left: 5%;
}

.pl-6 {
	padding-left: 6%;
}

.pl-7 {
	padding-left: 7%;
}

.pl-8 {
	padding-left: 8%;
}

.pl-9 {
	padding-left: 9%;
}

.pl-10 {
	padding-left: 10%;
}

.pl-11 {
 	padding-left: 11%;
}

.pl-12 {
	padding-left: 12%;
}

.pl-13 {
	padding-left: 13%;
}

.pr-6 {
	padding-right: 6%;
}

.pr-7 {
	padding-right: 7%;
}

.pr-8 {
	padding-right: 8%;
}

.pr-9 {
	padding-right: 9%;
}

.pr-10 {
	padding-right: 10%;
}

.pr-11 {
	padding-right: 11%;
}

.pr-12 {
	padding-right: 12%;
}

.pr-13 {
	padding-right: 13%;
}

.pt-8 {
	padding-top: 8%;
}

.pb-8 {
	padding-bottom: 8%;
}

.pt-8 {
	padding-top: 7%;
}

.pt-10 {
	padding-top: 10%;
}

.pt-11 {
	padding-top: 11%;
}

.pb-10 {
	padding-bottom: 10%;
}

.pb-11 {
	padding-bottom: 11%;
}

.pt-25 {
	padding-top: 25%;
}

.pb-25 {
	padding-bottom: 25%;
}
/* P y M */

/* Width */

.w-30 {
  width: 30%!important;

}

.w-40 {
  width: 40%!important;

}

.w-50 {
  width: 50%!important;

}

.w-60 {
  width: 60%!important;

}

.w-70 {
  width: 70%!important;

}

.w-80 {
  width: 80%!important;

}

.w-90 {
  width: 90%!important;

}

/** Lineas izquierda titulos **/

hr {
	border: 1px solid;

}

.vl {
  border-left: 6px solid;
  height: 65px;
  margin-right: 20px;
  display: inline-block;


}

.bl-agricultura {
	border-left: 6px solid #ff9015;

color:#cc9f53;
}

.bl-mineria {
	border-left: 6px solid #cc9f53

}

.bl-forestal {
	border-left: 6px solid #008065;

}

.bl-medioambiente {
	border-left: 6px solid #2a7de1;
}

.bl-electricidad {
	border-left: 6px solid #ff7f40;
}

.bl-security {
	border-left: 6px solid #33647e;
}

.subir {
      
  transform: translate(0px);
  transition: 0.5s;
}

.subir:hover {
      
  transform: translateY(-10px);
  transition: 0.5s;
}

.escala{
		transform: scale(0.9); 
		 transition: 0.5s; 
}

.escala:hover{
	transform: scale(0px); 
	 transition: 0.5s;
}


iframe { max-width: 100%; height: 200% auto; }


/* Modal */

.modal-header{
  padding: 0.5rem 1.3rem!important;
}

/* Focus*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.0)!important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.0)!important;
  outline: 0 none!important;
}



.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}

*:focus {
    outline: 0 !important;
}

button:focus {
  outline:0!important;
}

ul {

  padding-left: 0;
  margin-left: 0;
list-style: none;
  background-position: 0 0;
  background-size: 1rem 1.6rem;
  background-repeat: no-repeat;
  font-size: 0.9rem;

}

li {
	font-size: 0.8rem;
	font-family: 'Montserrat', sans-serif;
	list-style-position: outside;
	margin-bottom:20px;
}

/** MEDIDAS**/
 .logo-nav {
 	width: 4.4rem!important;
 }

 .logo-nav-2 {
 	width: 3rem!important;
 }

 .logo-presentacion {
 	width: 10rem;
 }

 .logo-presentacion-sec {
 	width: 12rem!important;
 }

.espacio {
	line-height: 2.5;
}

.card{
	border-radius: 1.3rem;
	border: 0;
	padding: 0.8rem;
}

/**Colores**/

.text-corporativo {
	color:#00c08b!important;
}

.bg-corporativo{
	background-color: #00c08b;

}

/** NARANJO AGRICULTURA**/

.text-naranjo {
	color: #ff9015!important;
}

/** ING. ELECTRICA**/

.t-naranjo-elect {
	color: #ff7f40!important;
}

.bg-naranjo-elect {
	background-color: #ff7f40!important;
}


/** VERDE AGRICULTURA - FOREST **/

.t-verde-agfo {
	color: #008065!important;
}

.bg-verde-agfo {
	background-color:#008065;
}

/**  FOREST MONITORING **/

.bg-cafe-forest {
	background-color:#9f663d; 
}

.t-cafe-forest {
	color:#9f663d; 
}

/** MEDIOAMBIENTE **/

.bg-verde-med {
	background-color:#6abf4b; 
}

.t-verde-med {
	color:#6abf4b; 
}

.bg-azul-med {
	background-color:#2a7de1; 
}

.t-azul-med {
	color:#2a7de1; 
}


/** MINERIA **/

.bg-cafe-min {
	background-color:#cc9f53; 
}

.t-cafe-min {
	color:#cc9f53; 
}


/** SECURITY **/

.bg-security {
	background-color:#3f91e2; 
}

.text-security {
	color:#3f91e2; 
}


/** DRON **/

.bg-celeste {
	background-color:#cc9f53; 
}

.t-celeste {
	color:#cc9f53; 
}

.text-b {
  color: #164194;
}

.bg-card{
	color: #326446;
}

.bg-b {
  background: rgb(22,65,148);
background: -moz-linear-gradient(204deg, rgba(22,65,148,1) 0%, rgba(8,38,98,1) 100%);
background: -webkit-linear-gradient(204deg, rgba(22,65,148,1) 0%, rgba(8,38,98,1) 100%);
background: linear-gradient(204deg, rgba(22,65,148,1) 0%, rgba(8,38,98,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164194",endColorstr="#082662",GradientType=1);
}

.badge-celeste {
	background-color: #62f6a4;
	color: #00272f;
	font-size: 0.93rem;
}

.badge-celeste:hover {
	background-color: #62f6a4;
	color: #00272f!important;
	font-size: 0.93rem;
}

.bg-blue-light {
  background-color: #00b6ed;
}

.t-blue-light {
  color: #62f6a4;
}

.navbar-dark .navbar-toggler {

  border: none;
}

.bg-bosc {
	background-color: #040a0b;
}

.bg-bosc-deg {
	background-color: rgba(0, 39, 47, .5);
}

.bg-green-osc{
	background-color: #428352;
}

.text-green {
  color: #3aaa35!important;
}

.bg-green {
  background-color: #3aaa35!important;
}

.bg-deg{
	background: rgb(58,209,50);
background: -moz-linear-gradient(204deg, rgba(58,209,50,1) 0%, rgba(0,45,237,1) 100%);
background: -webkit-linear-gradient(204deg, rgba(58,209,50,1) 0%, rgba(0,45,237,1) 100%);
background: linear-gradient(204deg, rgba(58,209,50,1) 0%, rgba(0,45,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ad132",endColorstr="#002ded",GradientType=1);
}

.bg-celeste {
	background-color: #05b0d8;
}

.text-green-osc {
  color: #356333!important;
}

.text-gris-osc {
	color: #575756;
}

.text-green {
  color: #3aaa35!important;
}

.rounded-18 {
	border-radius: 0.6rem;
}

.rounded-10 {
	border-radius: 10px;
}

/** CORPORATIVO ACCORDEON **/
a.acc-fo:link {
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}

a.acc-fo:active {
	color: #008065;
		text-decoration: none;
		border-bottom: 1px solid #008065;
} 

a.acc-fo:hover {
	color: #fff;
		text-decoration: none;
		transition: 0.4s;
		border-bottom: 1px solid #008065;
}

/** AGRICULTURA ACCORDEON **/
a.acc-ag:link {
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}

a.acc-ag:active {
	color: #ff9015;
		text-decoration: none;
		border-bottom: 1px solid #ff9015;
} 

a.acc-ag:hover {
	color: #fff;
		text-decoration: none;
		transition: 0.4s;
		border-bottom: 1px solid #ff9015;
}

/** MEDIOAMBIENTE **/
 
a.acc-med:link {
	color: #fff!important;
	text-decoration: none;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}

a.acc-med:active {
	color: #6abf4b;
		text-decoration: none;
		border-bottom: 1px solid #6abf4b;
} 

a.acc-med:hover {
	color: #fff;
		text-decoration: none;
		transition: 0.4s;
		border-bottom: 1px solid #6abf4b;
}

/** SECURITY **/
 
a.acc-sec:link {
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}

a.acc-sec:active {
	color: ##3f91e2;
		text-decoration: none;
		border-bottom: 1px solid #3f91e2;
} 

a.acc-sec:hover {
	color: #fff;
		text-decoration: none;
		transition: 0.4s;
		border-bottom: 1px solid #3f91e2;
}  



/** ACC **/

.panel-default > .panel-heading {
  border-color: #e4e5e7;
  padding: 10px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 25px 0px;
}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  	color: #ff9015;
		text-decoration: none;
		border-bottom: 1px solid #ff9015;
}


.panel-default > .panel-heading a.acc-fo[aria-expanded="true"] {
  	color: #008065;
		text-decoration: none;
		border-bottom: 1px solid #008065;
}


.panel-default > .panel-heading a.acc-med[aria-expanded="true"] {
  	color: #6abf4b;
		text-decoration: none;
		border-bottom: 1px solid #6abf4b;
}

.panel-default > .panel-heading a.acc-sec[aria-expanded="true"] {
  	color: #3f91e2;
		text-decoration: none;
		border-bottom: 1px solid #3f91e2;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 22px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}


/**CIERRE ACC**/
.dropdown-item {
	white-space: wrap;
}

.btn-enviar{
	font-weight: 600;
	font-size: 19px;
	color: #fff;
	background-color: #2ab869;
	padding: 10px 26px;
	border: 2px solid #2ab869;
	box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
	border-radius: 4px;
	transition : 1000ms;
	transform: translateY(0);
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.btn-enviar:hover{

	transition : 1000ms;
	padding: 10px 50px;
	transform : translateY(-0px);
	background-color: #3aaa35;
	color: #fff;
	border: solid 2px #3aaa35;
}

.caracteristicas_slider {
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	margin: 0 auto;
	z-index: 9999999;
}

.btn-whatsapp {
  display:block;
  width:70px;
  height:70px;
  color:#fff;
  position:fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:1000000000;
  cursor: pointer;
}


.btn-arenas {
  display:block;
  width:170px;
  font-weight: 600;
  height:auto;
  font-size: 12px;
  color:#fff;
  background-color:#6c3fa2;
  border-radius: 10px;
  position:fixed;
  right:92px;
  bottom:25px;
  padding:5px;
  text-align:center;
  z-index:1000000000;
  transition: 0.3s;
  cursor: pointer;
}

.btn-arenas:hover {
  display:block;
  width:170px;
  font-weight: 600;
  height:auto;
  font-size: 12px;
  color:#fff;
  background-color:#ae2727;
  border-radius: 10px;
  position:fixed;
  right:92px;
  bottom:25px;
  padding:8px;
  transition: 0.3s;
  text-align:center;
  z-index:1000000000;
  cursor: pointer;
  text-decoration: none;
}

.btn-verde {
    font-size:1.3rem!important;
    background-color:#62f6a4;
    color:#00272f;
    font-weight:600;
    transition : 1598ms;
}

.btn-verde:hover{
    font-size:1.3rem!important;
    font-weight:600;
    transition : 1598ms;
    transform: translate(0px, -12px);
    transform: scale(1.2, 1.2);
}

@media (min-width: 576px) { 
.texto-contacto {
font-size: 1.2rem!important;
}

.marg{
	padding-left: 50px;

}

.size-iso{
	width: 200px;
	margin-bottom: 30px;
}


 }

@media (max-width: 575.98px) { 

.texto-contacto {
font-size: 1rem!important;
}

.marg{
	padding-left: 20px;

}

.size-iso{
	width: 200px;
	margin-bottom: 30px;
}

 }


@media (max-width: 575.98px) { 
	.contacto-oficinas {
		font-size: 1rem;

	}

	}


.modal-body{
	padding: 0px!important;
}

.carousel-control-prev,
.carousel-control-next{
	width: 8%;
}

.card-img-overlay {
	padding: 0px!important;
	position: absolute!important; 
	top: 40%!important;
	transition: transform .2s;

}

.rounded-20{
	border-radius: 22px;
}

@media (min-width: 1400px) {

p {
	font-size:0.9rem ;
}

a {
	font-size: 0.9rem;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;

}

.nav-link {
	font-size:0.9rem!important;
}

li {font-size: 0.9rem;}

.btn {
	font-size: 1.1rem;
}

h6{
	font-size: 1.2rem;
}


.btn-link {
    font-size: 0.9rem;
}

.text-footer {

font-size: 0.9rem;
}

.dropdown-item{
	font-size: 0.9rem;
}

.dropdown-item:hover{
	font-size: 0.9rem;
}

.logo-nav { 
	width: 7rem;

}

 .logo-nav-2 {
 	width: 5.5rem!important;
 }


.logo-presentacion {
	width: 15rem;

}

.logo-presentacion-sec {
	width: 20rem;

}

.pt-10-nav{
	padding-top: 14rem;
}

.p-12{
	font-size: 0.9rem;
}
}


.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 1900px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}

@media (max-width: 1899.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xxl > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1899.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1900px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl > .container,
        .navbar-expand-xxl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }
}

@media (min-width: 1900px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}



@media (min-width: 1900px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 3000px) {
    .flex-xxxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}


@media (min-width: 1900px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

@media (min-width: 3000px) {
    .float-xxxl-left {
        float: left !important;
    }

    .float-xxxl-right {
        float: right !important;
    }

    .float-xxxl-none {
        float: none !important;
    }
}


@media (min-width: 1900px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

@media (min-width: 3000px) {
    .float-xxxl-left {
        float: left !important;
    }

    .float-xxxl-right {
        float: right !important;
    }

    .float-xxxl-none {
        float: none !important;
    }
}

@media (min-width: 1900px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 3000px) {
    .text-xxxl-left {
        text-align: left !important;
    }

    .text-xxxl-right {
        text-align: right !important;
    }

    .text-xxxl-center {
        text-align: center !important;
    }
}


 }

 @media (min-width: 576px) and (max-width: 767.98px) {
 	.size-iso{
	width: 200px;
	margin-bottom: 20px;
}

 }
@media (min-width: 768px) and (max-width: 991.98px) {
	.size-iso{
	width: 190px;
	margin-bottom: 20px;
}

}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.size-iso{
	width: 190px;
	margin-bottom: 20px;
}

}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.size-iso{
	width: 190px;
	margin-bottom: 20px;
}
}
@media   (min-width: 1400px) and (max-width: 2999.98px) { 
.size-iso{
	width: 180px;
	margin-bottom: 20px;
}
}

@media (min-width: 3000px) {
	.size-iso{
	width: 220px;
	margin-bottom: 20px;
}

}
