@font-face{
    font-family: "DANUB";
    src: url("fonts/danube/DANUB.TTF");
}

@font-face{
    font-family: "DANUBE";
    src: url("fonts/danube/DANUBE.TTF");
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Regular.ttf");
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #ffffff;
    font-family: 'Roboto';
    font-size: 18px;
    max-width: 100%;
    overflow-x: hidden;
}
a{
    color: var(--principal);
    text-decoration: none;
}
ul{
    list-style: none;
}

:root{
    --principal: #016737;
    --secundario: #00a039;
    --gris:  #29323c;
    --sombra-logo: 3px 3px 26px -6px rgba(0,0,0,0.75);
}
.container{
    max-width: 100%;
}

#header{
    width: 100%;
    background-color: transparent;
    transition: background 500ms linear;
    position: fixed;
    left: 0;
    top:0;
}
nav{
    max-width: 100%;
}

nav img{
    border-radius: 50%;
    box-shadow: 3px 3px 26px -6px rgba(0,0,0,0.75);
}
nav a{
    position: relative;
    left: 1rem;
}
#header #logo{
    font-family: 'DANUBE';
    font-size: 25px;
    position: relative;
    top: 0.5rem;
    left: 0.5rem;
    color: var(--principal);
    text-decoration: none;
}

nav button{
    border-radius:none;
    color: red;
}
#navbarNav{
    position: relative ;
    /* top: .7rem;
    right: 3rem;
    padding-left: 3.3rem; */
}
#navbarNav a{
    color: var(--principal);
    text-decoration: none;
    background-image: linear-gradient(var(--principal), var(--secundario));
    background-position: 0% 86%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;

}
#navbarNav a:hover{
    color: var(--secundario);
    opacity: .6;
    background-size: 97% 2px;
    /* background-color: #fff; */
}

#principal{
    margin-top: 5.4rem;
    max-height: 530px;

}

#slider{
    background: grey;
    padding: 0;
}


#slider  img{
    max-height: 533px;
    max-width: 100%;
}

#info{
    padding: 0; margin: 0;
}

#text {
    display: inline;
    padding-top: 35px;
    margin-top: 18px;
}

#text p{
    color: #ffffff;
    margin-top: -6px;
    font-size: 23px;
    /* letter-spacing: 2px; */
    text-align: center;
    /* text-transform: uppercase; */
    /* background-color: rgba(75, 84, 93, 0.3);
    border-radius: 5%;
    padding-top: 20px;
    padding-bottom:20px ; */
}


#info-1{
    background: #093028;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #237A57, #093028);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    height: 267px;
    margin: 0;
    padding: 20px;
}

#info-2{
    /* height: 266px; */
    height: auto;
    width: 337px;
    padding: 0;
    margin: 0;
}

#info-2 img{
    height: 266px;
    min-width: 338px;
    max-width: 100%
}

#info-2 #text1{
    height: 266px;
    min-width: 338px;
    max-width: 100%;
    padding-top: 42px;
    padding-left: 5px;
    padding-right: 5px;
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#info-2 #text1 p{
    text-align: center;
    font-size: 20px ;
    /* background-color: rgba(1, 103, 55, 0.3);
    border-radius: 5%; */
    color: #ffffff;
}

#info-2 #text2{
    height: 266px;
    min-width: 338px;
    max-width: 100%;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#info-2 #text2 p{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

/* Banner-1 */
#banner-1{
    width: 100%;
    min-height: 435px;
    /* display: flex; */
    flex-flow: row wrap;
    background: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-top: 2rem;
}

#img-right img{
    width: 100%;
    max-height: 430px;
    margin-right: -15px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
}

#text-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50%;
    min-height: 430px;
}

#text-left h2{
    display: block;
    position: relative;
    max-width: 100%;
    font-size: 70px;
    top: 1px;


}

#text-left p{
    position: relative;
    max-width: 100%;
    top: 9px;
    text-align: center;
    font-size: 18px;
}

#text-left span{
    /* color: #29323c;
     opacity: .6; */
}

.btn-banner2{
    width: 170px;
    position: relative;
    background: linear-gradient(50deg,#26d145, #006837);
    padding: 20px 30px;
    text-align: center;
    color: white !important;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 300ms;
    border-radius: 5%;
}

.btn-banner2:hover{
    transform: translateY(10px);
    box-shadow: 0px 30px 5px -15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

#bnL1{
    top: 1px;

}

#bnL2{
    top: 51px;
}
#bnL3{
    top: 5px;
}

#bnL4{
    top: 56px;
}

/* Banner-2 */
#banner-2{
    width: 100%;
    min-height: 435px;
    /* display: flex; */
    flex-flow: row wrap;
    background: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-top: 2rem;
}

#img-left img{
    width: 100%;
    max-height: 430px;
    margin-left: -15px;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

#text-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50%;
    min-height: 430px;
}

#text-right h2{
    display: block;
    position: relative;
    max-width: 100%;
    font-size: 70px;
    top: 21px;
}

#text-right p{
    position: relative;
    max-width: 100%;
    top: 36px;
    text-align: center;
    font-size: 18px;
}

/* About-us */
.banner-aboutUs img{
    max-width: 100%;
    max-height: 350px;
    margin-bottom: 30px;
    margin-top: -68px;
}

.banner-aboutUs h1{
    position: relative;
    max-width: 470px;
    top :20px;
    text-align: center;
    left: 32px;
    color: #fff;
    font-size: 50px;
    border-radius: 10px;
    /* background: rgba(221,214,205,1);
    background: -moz-linear-gradient(left, rgba(221,214,205,1) 0%, rgba(203,141,54,0.89) 45%, rgba(197,165,127,0.85) 59%, rgba(203,141,54,0.77) 92%, rgba(203,141,54,0.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,214,205,1)), color-stop(45%, rgba(203,141,54,0.89)), color-stop(59%, rgba(197,165,127,0.85)), color-stop(92%, rgba(203,141,54,0.77)), color-stop(100%, rgba(203,141,54,0.75)));
    background: -webkit-linear-gradient(left, rgba(221,214,205,1) 0%, rgba(203,141,54,0.89) 45%, rgba(197,165,127,0.85) 59%, rgba(203,141,54,0.77) 92%, rgba(203,141,54,0.75) 100%);
    background: -o-linear-gradient(left, rgba(221,214,205,1) 0%, rgba(203,141,54,0.89) 45%, rgba(197,165,127,0.85) 59%, rgba(203,141,54,0.77) 92%, rgba(203,141,54,0.75) 100%);
    background: -ms-linear-gradient(left, rgba(221,214,205,1) 0%, rgba(203,141,54,0.89) 45%, rgba(197,165,127,0.85) 59%, rgba(203,141,54,0.77) 92%, rgba(203,141,54,0.75) 100%);
    background: linear-gradient(to right, rgba(221,214,205,1) 0%, rgba(203,141,54,0.89) 45%, rgba(197,165,127,0.85) 59%, rgba(203,141,54,0.77) 92%, rgba(203,141,54,0.75) 100%);
 */
    background: linear-gradient(to right, rgba(1,103,55,1) 0%, rgba(0,160,56,1) 71%, rgba(0,160,56,1) 92%, rgba(1,103,55,1) 100%);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}
.aboutUs-prin{
    margin: 15px;
}

.aboutUs-prin h2{
    font-weight: 20px;
    padding-bottom: 15px;
    padding-left: 31px;
}
#aboutUs-img{
    max-width: 366px;
    max-height: 366px ;
    background-color: red;
}

.aboutUs-prin img{
    max-width: 366px;
    max-height: 366px;


}
.aboutUs-prin p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 31px;
    padding-right: 24px;
}
/* Politics bormen */
.politics-prin{
    margin: 15px;
    margin-top:42px ;
}

.politics-prin h2{
    font-weight: 20px;
    padding-bottom: 15px;
    padding-left: 31px;
}

.politics-prin p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 31px;
    padding-right: 24px;
}
/* Politics bormen */

/* About-us */

/* Service */
.banner-services img{
    max-width: 100%;
    max-height: 350px;
    margin-bottom: 30px;
    margin-top: -68px;
}

.banner-services h1{
    position: relative;
    max-width: 233px;
    top :20px;
    text-align: center;
    left: 33px;
    color: #fff;
    font-size: 50px;
    border-radius: 10px;
    /* background: linear-gradient(to right, rgba(163,226,249,1) 0%, rgba(196,233,247,0.88) 47%, rgba(109,193,225,0.75) 100%);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25); */
    background: linear-gradient(to right, rgba(1,103,55,1) 0%, rgba(0,160,56,1) 71%, rgba(0,160,56,1) 92%, rgba(1,103,55,1) 100%);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}

/* Servicios*/
#carouselService1,
#carouselService2,
#carouselService3{
    max-width: 100%;
    max-height: 480px;
    margin: auto;
}
#carouselService1 .carousel-inner,
#carouselService2 .carousel-inner,
#carouselService3 .carousel-inner{

    min-height: 470px;
    max-width: 100%;
    /* border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; */
}

#carouselService1 .carousel-item,
#carouselService2 .carousel-item,
#carouselService3 .carousel-item{
    min-height: 470px;
    border-radius: 15px;
    padding-top: 33px;
    /* transition: all 1s ease-in; */
}

#carouselService1 .carousel-item hr,
#carouselService2 .carousel-item hr,
#carouselService3 .carousel-item hr{
    background: #fff;
    max-width: 85%;
    margin-bottom: 6px;
    margin-top: 9px;
    margin-left: 33px;
}
/* Servicios*/

/* Servicio 1 */
#banner-1-service{
    width: 100%;
    min-height: 490px;
    flex-flow: row wrap;
    background: #fff;
    padding: 0;
    margin:0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#img-service1 img{
    position: relative;
    top: 5px;
    height: 420px;
    min-width: 100%;
    border-radius: 33px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}

#banner-1-service .carousel-item:nth-child(1){
    background: #fdc830; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fdc830, #f37335); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fdc830, #f37335); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#banner-1-service .carousel-item:nth-child(2){
    background: #667db6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#banner-1-service .carousel-item:nth-child(3){
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Servicio 1 */

/* Servicio 2 */
#banner-2-service{
    width: 100%;
    min-height: 490px;
    flex-flow: row wrap;
    background: #fff;
    padding: 0;
    margin:0;
    margin-top: 0.5em;
    margin-bottom: 2rem;
}
#img-service1,
#img-service2,
#img-service3{
    max-width: 100%;
    max-height: 480px;
    margin: auto;
}

#img-service2 img{
    position: relative;
    top: 5px;
    height: 420px;
    min-width: 100%;
    border-radius: 33px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}

#banner-2-service .carousel-item:nth-child(1){
    background: #fdc830; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fdc830, #f37335); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fdc830, #f37335); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#banner-2-service .carousel-item:nth-child(2){
    background: #667db6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#banner-2-service .carousel-item:nth-child(3){
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* Servicio 2 */

/* Servicio 3 */
#banner-1-service3{
    width: 100%;
    min-height: 490px;
    flex-flow: row wrap;
    background: #fff;
    padding: 0;
    margin:0;
    margin-top: 0.5em;
    margin-bottom: 2rem;
}

#img-service3 img{
    position: relative;
    top: 5px;
    height: 420px;
    min-width: 100%;
    border-radius: 33px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}
#banner-1-service3 .carousel-item:nth-child(1){
    background: #2193b0;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#banner-1-service3 .carousel-item:nth-child(2){
    background: #667db6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#banner-1-service3 .carousel-item:nth-child(3){
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* Servicio 3 */


/* Service */

/* Producto */
.Banner-product img{
    max-width: 100%;
    max-height: 350px;
    margin-bottom: 30px;
    margin-top: -68px;
}

.Banner-product h1{
    position: relative;
    top :20px;
    text-align: center;
    left: 32px;
    max-width: 250px;
    color: #fff;
    font-size: 50px;
    border-radius: 10px;
    /* background: rgba(178,201,222,1);
    background: -moz-linear-gradient(left, rgba(178,201,222,1) 0%, rgba(231,233,232,0.98) 9%, rgba(134,180,205,0.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178,201,222,1)), color-stop(9%, rgba(231,233,232,0.98)), color-stop(100%, rgba(134,180,205,0.75)));
    background: -webkit-linear-gradient(left, rgba(178,201,222,1) 0%, rgba(231,233,232,0.98) 9%, rgba(134,180,205,0.75) 100%);
    background: -o-linear-gradient(left, rgba(178,201,222,1) 0%, rgba(231,233,232,0.98) 9%, rgba(134,180,205,0.75) 100%);
    background: -ms-linear-gradient(left, rgba(178,201,222,1) 0%, rgba(231,233,232,0.98) 9%, rgba(134,180,205,0.75) 100%);
    background: linear-gradient(to right, rgba(178,201,222,1) 0%, rgba(231,233,232,0.98) 9%, rgba(134,180,205,0.75) 100%); */
    background: linear-gradient(to right, rgba(1,103,55,1) 0%, rgba(0,160,56,1) 71%, rgba(0,160,56,1) 92%, rgba(1,103,55,1) 100%);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}

#product1{
    min-height: 430px;
    flex-flow: row wrap;
    background: #fff;
    padding: 0;
    margin:0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* background: #26d145; */
}

#info-product1{
    max-width: 50%;
    min-height: 430px;
    background: #ffffff;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#info-product1 h2{
    position: relative;
    max-width: 100%;
    top: 25px;
    padding-left: 20px;
    font-size: 25px;
    color: white;
}

#info-product1 hr{
    min-height: 2px;
    max-width: 90%;
    background: #fff;
    border: lawngreen;
    margin-bottom: 10px;
    margin-top: 35px;
    margin-left: 20px ;
    opacity: .5;
}

#info-product1 p{
    position: relative;
    top: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

#banner-1-product{
    /* position: relative; */
    max-width: 50%;
    min-height: 345px;

}

.mySlides img{
    max-height: 346px;
    /* max-width: 680px; */
    max-width: 100%;
}


/* Hide the images by default */
.mySlides {
    display: none;
    max-height: 346px;
}
/* Next & previous buttons */
/* .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
} */

/* Position the "next button" to the right */
/* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.9);
} */

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
/* .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
} */

.rowP:after {
    content: "";
    display: table;
    clear: both;

}

.rowP{
    min-height: 80px;
    position: relative;
    top: 0;
}

  /* Six columns side by side */
.column {
    float: left;
    width: 16.66%;

}
.column img{
    min-height: 83px;
    max-width: 100%;

}

  /* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    cursor: pointer;

}
.active{
    display: inline;
}

.active,
.demo:hover {
    opacity: 1;
}



/* Producto */
/* Contacto */
.banner-contact img{
    max-width: 100%;
    max-height: 350px;
    margin-bottom: 30px;
    margin-top: -68px;
}

.banner-contact h1{
    position: relative;
    max-width: 233px;
    top :20px;
    text-align: center;
    left: 33px;
    color: #fff;
    font-size: 50px;
    border-radius: 10px;
    background: rgba(121,223,155,1);
    background: -moz-linear-gradient(left, rgba(121,223,155,1) 0%, rgba(97,156,116,1) 23%, rgba(53,160,88,1) 59%, rgba(75,191,112,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(121,223,155,1)), color-stop(23%, rgba(97,156,116,1)), color-stop(59%, rgba(53,160,88,1)), color-stop(100%, rgba(75,191,112,1)));
    background: -webkit-linear-gradient(left, rgba(121,223,155,1) 0%, rgba(97,156,116,1) 23%, rgba(53,160,88,1) 59%, rgba(75,191,112,1) 100%);
    background: -o-linear-gradient(left, rgba(121,223,155,1) 0%, rgba(97,156,116,1) 23%, rgba(53,160,88,1) 59%, rgba(75,191,112,1) 100%);
    background: -ms-linear-gradient(left, rgba(121,223,155,1) 0%, rgba(97,156,116,1) 23%, rgba(53,160,88,1) 59%, rgba(75,191,112,1) 100%);
    background: linear-gradient(to right, rgba(121,223,155,1) 0%, rgba(97,156,116,1) 23%, rgba(53,160,88,1) 59%, rgba(75,191,112,1) 100%);

    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}

.form-control:focus {
    border-color: #006837;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

#contact{
/* background-color: var(--secundario); */
background: linear-gradient(to right, rgba(0,104,55,1) 0%, rgba(40,161,83,1) 20%, rgba(0,104,55,1) 51%, rgba(40,161,83,1) 89%, rgba(0,160,57,1) 100%);
}

#datosCont{
    padding-top: 5%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.btn-contact{
    min-width: 333px;
    display: block;
    background: linear-gradient(50deg,#26d145, #006837);
    padding: 3px 20px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .10s ease-in-out;
    border-radius: 5%;
}

.btn-contact:hover{
    transform: translateY(10px);
    box-shadow: 0px 30px 5px -15px rgba(0, 0, 0, 0.3);
}
.btn-contact:active{
    top:4px;
/*bajamos el tamaño de la sombra para conseguir el efecto de profundidad*/
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}

#mensajeEnviado{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--secundario);
}

#mensajeEnviado h1{
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

#mensajeEnviado a{
    width: auto;
    display: block;
    background: linear-gradient(50deg,#26d145, #006837);
    padding: 5px 20px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .10s ease-in-out;
    border-radius: 5%;
    text-decoration: none;
}

#mensajeEnviado a:hover{
    font-style: none;
    transform: translateY(10px);
    box-shadow: 0px 30px 5px -15px rgba(0, 0, 0, 0.3);
}

#mensajeEnviado a:active{
    top:4px;
/*bajamos el tamaño de la sombra para conseguir el efecto de profundidad*/
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}

#politicas h5,
label{
    color: #fff;

}
#politicas a{
    color: var(--principal);
}
#politicas a:hover{
    color:#fff;
}


/* Contacto */

/* Footer */
footer{
    max-width: 100%;
    margin-top: 6rem;
    text-align: center;
}

.container-footer{
    margin-top: 0;
    padding-left: 1em;
    padding-right: 3em;
}
#greenTop{
    height: 4em;
}

#img-footer{
    display: block;
    height: 93px;
    width: 93px;
    border-radius: 50%;
    margin-left: 0%;
    margin-top: -5%;
    box-shadow: var(--sombra-logo);

}
#icons a{
    text-decoration:none ;
}

#icons a:hover{
    color:var(--gris);
    opacity: .6;
    background-size: 100% 2px;
}

#footer-links a{
    text-decoration: none;
    background-image: linear-gradient(var(--principal), var(--secundario));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
#footer-links a:hover{
    color: var(--principal);
    opacity: .6;
    background-size: 100% 2px;
}

.labelFooter{
    font-family: 'DANUB';
    font-size: 15px;
}

@media (max-width: 992px){
    /* Header logo 992px */
    #header #logo{
        top: 0em;
        left: -12em;
    }
    /* Header logo 992px */
    #info-2 img{
    width: 100%;
    }

    #slider img{
        max-height: 520px;
        max-width: 100%;
    }

    /* Banner-1 */
    #banner-1{
        display: flex;
        min-width: 100%;
    }

    #text-left {
        display: flex;
        min-width: 100%;
    }
    #text-left p{
        position: relative;
        text-align: center;
        padding-right: 15px ;
    }
    #img-right img{
        width: 100%;
        margin-right: 0px;
        border-radius: 33px;

    }

    /* Banner-2 */
    #banner-2{
        display: flex;
        min-width: 100%;
    }

    #text-right {
        display: flex;
        min-width: 100%;
    }

    #text-right p{
        position: relative;
        text-align: center;
        padding-right: 15px ;
    }

    #img-left img{
        width: 100%;
        margin-left: 0px;
        border-radius: 33px;


    }

    /* about-us */
    #aboutUs-img {
        max-width: 100%;
        max-height: 366px;
        margin-bottom: 33px;

    }
    #aboutUs-img img {
    min-width: 100%;
    max-height: 366px;
    }
}
@media (max-width: 768px) {
    /* Header logo 768px */
    #header #logo{
        top: 1rem;
        left: -6em;
    }
    /* Header logo 768px */

    #slider img{
        max-height: 450px;
        max-width: 100%;
    }

    .btn-banner2{
        width: 158px;
        display: block;
        text-align: center;
        position: relative;
        font-size: 18px;
    }

    /* About-us 768px */
    #greenTop{
        height: 4em;
    }

    #img-footer{
        margin-top:-8%;
        height: 80px;
        width: 80px;
    }
}


@media (max-width: 576px){
    #header #logo{
        font-size: 18px;
        top: 1rem;
        left: -2em;
    }

    /* #navbarNav a{
        transition: background-color 300ms linear;
    } */

    #navbarNav a:hover{
        width: 50%;

    }

    nav img{
        position: relative;
        height: 80px;
        width: 80px;
        top: .7rem;
    }

    #slider  img{
        max-height: 250px;
        max-width: 100%;
    }

    #info{
    color: #fff;
    }

    #info-2 img{
        height: auto;
        max-width: 100%
    }

    #info-2 #text1 p{
        color: #ffffff;
        text-align: center;
        font-size: 20px ;
    }

    #navbarNav a{
        /* color: #ffffff; */
        text-decoration: none;
        background-image: linear-gradient(#016737, #00a039);
        background-position: 0% 90%;
    }
    #navbarNav a:hover{
        color: var(--principal);
        opacity: 1;
        background-size: 43% 2px;
    }

    #text-left{
        max-width: 100%;
        margin-bottom: 2.5rem;
    }

    #text-left h2{
        position: relative;
        font-size: 4em;
    }

    #text-right{
        max-width: 100%;
        margin-bottom: 2.5rem;
    }

    #text-right h2{
        position: relative;
        font-size: 3em;
    }

    .btn-banner2{
        width: 158px;
        padding: 15px 25px;
        font-size: 18px;
    }

    /* Banner 576px */
    .banner-aboutUs h1{
        font-size: 2em;
        top :33px;
        max-width: 194px;
    }

    .banner-aboutUs img{
        max-width: 100%;
        float: none;
        min-height: 300px ;
        margin-top: -94px;
    }

    .aboutUs-prin img{
        float: none;
        max-width: 100%;
        padding: center;
    }

    /* Footer 576px */
    #img-footer{
        margin-top: -15%;
        height: 80px;
        width: 80px;
    }
    #Tbormen{
        font-family: 'DANUB';
        color: var(--principal);
    }
    #LinksP{
        padding-left: 0;
        padding-right: 0;
    }
    /* Banner services 576px */
    .banner-services{
        top: 20px;
    }
    .banner-services h1{
        font-size: 2em;
        top :33px;
        max-width: 194px;
    }

    .banner-services img{
        max-width: 100%;
        float: none;
        min-height: 300px ;
        margin-top: -50px;
    }

    #banner-1-service{
        margin-top: 0.5em;
    }

    #carouselService1 .carousel-inner,
    #carouselService2 .carousel-inner,
    #carouselService3 .carousel-inner{
        top: 33px;
    }

    #img-service1 img{
        position: relative;
        top: 20px;
        left: 0;
    }

    .carousel-item{
        max-width: auto;
    }

    .carousel-item p{
        font-size: 15px;
    }

    #img-carousel{
        display: none;
    }

    #img-service2 img{
        position: relative;
        top: 20px;
        left: 0;
    }


    #banner-1-service3{
        margin-top: 0.5em;
    }

    #img-service3 img{
        position: relative;
        top: 20px;
        left: 0;
    }

    /* Producto 576px */
    .Banner-product h1{
        font-size: 2em;
        top :33px;
        max-width: 194px;
    }
    .Banner-product img{
        max-width: 100%;
        float: none;
        min-height: 300px ;
        margin-top: -51px;
    }

    #info-product1{
        max-width: 100%;
        border-radius: 5%;

    }

    #banner-1-product{
        max-width: 100%;
        top:15px;
    }
    /* Producto */

    /* Contacto 576px */
    .banner-contact img{
        max-width: 100%;
        float: none;
        min-height: 300px ;
        margin-top: -51px;
    }

    .banner-contact h1{
        font-size: 2em;
        top :33px;
        max-width: 194px;
    }
    .btn-contact{
        min-width: 264px;
        border-radius: 6%;
    }

    #politicas h5,
label{
    color: #fff;
    font-size: 16px;
}
    /* Contacto 576px */
}