/**
.carousel-indicators {
    position:float !important;
}
.button{
    margin-left: 45%;
    margin-top: 40%;
    border-radius: 15px;
    font-size: 150%;
    text-align: center;
    color: white;
    border: none;
    padding: 6px 42px; 
    background-color: #529163;
    margin-bottom: 8%;
    position:absolute;
    display:block;
}
.inicio{
    margin-left: 10px;
    text-align: center;
    z-index: 1;
    position : relative;
    //overflow: hidden;
}
.carrusel{
    //position: absolute;
    max-width: 100%;
    max-height: 100%;
}
.barraVerde{
    background-color: #1B8253; 
    height: 50px;
}
.ImagenCel{
    display: none;
}
.Logo{
    margin-left: 101px !important;
}
#texto{
    display: none;
}

.item {
    max-height: 100vh;
}

.carousel-inner img {
    
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}


@media screen and (min-width: 1024px) and (max-width: 1439px){
    .barraVerde{
	height: 30px;
    }
}

@media screen and (min-width: 600px) and (max-width: 991px){
    .button	{
	border-radius: 15px;
	margin-left: 10px;
	padding: 0px 8px;
	font-size: 100%;
    }
    .barraVerde{
	height: 20px;
    }
    #Anterior{
	display: none;

    }
    #Siguiente{
	display: none;
    }
}

@media screen and (min-width: 426px) and (max-width: 599px){
    .carrusel{
	display: none;
    }
    .ImagenCel{
	display: block;
	position: absolute;
    }
    .barraVerde{
	height: 10px;
    }
    .button	{
	margin-top: 35%;
	border-radius: 15px;
	margin-left: -10px;
	padding: 0px 5px;
	font-size: 50%;
    }
}

@media screen and (max-width: 425px){

    #texto{
	overflow: hidden;
	margin-top: 100%;
	display: block;
	margin-left: 70%;
	text-align-last: center;
	width: 300px;
	height: 50px;
	color: #ffffff;
    }
    .carrusel{
	display: none;
    }
    .ImagenCel{
	display: block;
	position: absolute;
    }
    .barraVerde{
	height: 10px;
    }
    .button	{
	margin-top: 0%;
	border-radius: 15px;
	margin-left: 200%;
	padding: 0px 5px;
	font-size: 100%;
    }
    #boton{
	width: 20%;
    	height: 500%;
    }
}

@media screen and (max-width: 375px){
    #texto{
	margin-top: 100%;
	margin-left: 40%;
    }
    .button	{
	margin-left: 190%;
    }

}

@media screen and (max-width: 320px){
    #texto{
	margin-top: 100%;
	margin-left: -10%;
    }
    .button	{
	margin-left: 180%;
    }
}
**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  display:flex;
  justify-content: center;
  align-items:center;
  min-height:100vh;
  background-image: linear-gradient(to bottom, #006d46, #0e724d, #187854, #217d5b, #298362, #3c8d6e, #4c967a, #5ca086, #78b09b, #94c1b0, #b0d1c5, #cce2da);
  font-family: 'Roboto', sans-serif;
}

img {
    height: inherit !important;
    width: inherit !important;
}

a:hover {
  color: white;
}


.contenido{
    text-align: center;
    min-height:60vh;
    display: table;
}

#titulo{
    color: #ffffff;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0;
}

#sub_titulo{
    margin-top: 0;
    color: #ffffff;
    text-align: center;
}

.div_boton{}

.button{
    color: white;
    border: none;
    cursor: pointer;
    display: none;
}

.button_movil{
    color: white;
    background-color: #6EBD71;
    border: none;
    margin-top: 1em;
    border-radius: 5px;
}

.gris{
    color: #5A6670;
}

.verde{
    color: #006D46;
}

.verde2{
    color: #00BC70;
}

/**Para la animacion**/
.wave{
    font-size: 2.5em;
    display: none;
}

.wave span{
    position: relative;
    display: inline-block;
    /*text-transform: uppercase;*/
    font-family: system-ui;
    font-weight: bold;
    /*
    animation:animate 3s ease-in-out infinite;
    animation-delay: calc(.1s * var(--c));
    */
}

.carrusel{
    display: none;
}

.logo{
    display: block;
    margin-top: 13em;
}

#myCarousel{
    height: 100%;
    width: 100%;
}

.carousel-inner{
    height: 100%;
    width: 100%;
}

.item{
    height: 100%;
    width: 100%;
    text-align: center;    
}

@media screen and (min-width: 990px){
    body{
        display: block;
    }

    .logo{
        display: none;
    }

    .wave{
        display: table-footer-group;
    }

    #titulo, #sub_titulo{
        display: none;
    }

    .contenido{
        text-align: center;
        display: grid;
        position: absolute;
        min-height: auto;
        width: 100%;
        background-color: rgb(78,78,78, 0.8);
        /*border-radius: 15px;*/
        /*padding: 30px;*/
        padding: 10px 30px 10px 30px;
        z-index: 2;
    }

    .carrusel{
        display: block;
        overflow: hidden;
        height: 100vh;
        width: 100vw;
    }

    .gris{
        color: #ffffff;
        /*color: #5D686E;*/
    }

    .verde{
        color: #ffffff;
        /*color: #3D6E43;*/
    }

    .verde2{
        color: #ffffff;
        /*color: #68B681;*/
    }

    .wave{
        text-align: center;
        font-size: 1em;
        position: relative;
        grid-column: 1;
        text-align: left;
    }

    .div_boton{
        text-align: -webkit-right;
        display: table-footer-group;
        grid-column: 4;
    }

    .wave span{
        position: relative;
        display: inline-block;
        /*text-transform: uppercase;*/
        font-family: system-ui;
        font-weight: bold;
        animation:animate 3s ease-in-out infinite;
        animation-delay: calc(.1s * var(--c));
    }

    .button{
        color: white;
        display: block;
    }

    .button_movil{
        display: none;
    }

}


@media screen and (min-width: 2500px){
    body{
        display: block;
    }

    #titulo, #sub_titulo{
        display: none;
    }

    .logo{
        display: none;
    }

    .wave{
        display: table-footer-group;
    }

    .contenido{
        text-align: center;
        display: grid;
        position: absolute;
        min-height: auto;
        width: 100%;
        background-color: rgb(78,78,78, 0.8);
        /*border-radius: 15px;*/
        /*padding: 30px;*/
        padding: 10px 30px 10px 30px;
        z-index: 2;
    }

    .div_boton{
        display: contents;
    }

    .carrusel{
        display: block;
        overflow: hidden;
    }

    .gris{
        color: #ffffff;
        /*color: #5D686E;*/
    }

    .verde{
        color: #ffffff;
        /*color: #3D6E43;*/
    }

    .verde2{
        color: #ffffff;
        /*color: #68B681;*/
    }

    .wave{
        text-align: center;
        font-size: 1em;
        position: relative;
        grid-column: 1;
        text-align: left;
    }

    .div_boton{
        text-align: -webkit-right;
        display: table-footer-group;
        grid-column: 4;
    }

    .wave span{
        position: relative;
        display: inline-block;
        /*text-transform: uppercase;*/
        font-family: system-ui;
        font-weight: bold;
        animation:animate 3s ease-in-out infinite;
        animation-delay: calc(.1s * var(--c));
    }

    .button{
        color: white;
        display: block;
    }

    .button_movil{
        display: none;
    }
}

@keyframes animate{
  0%,100%{
    transform: translateY(0px);
  }
  20%{
    transform: translateY(-10px);
  }
  40%{
    transform: translateY(0px);
  }
}
