*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand',sans-serif;
}

.contador h1 {
    position: center;
	text-align: center;
	margin-left: -15px;
	font-weight: bold;
	margin-top: 150px;
	text-align: center;
	color: #068e08;
    font-weight: bold; /*color de letra del slider-------------------- */
      text-shadow: 2px 4px 6px grey;
    font-size: 47px;
    margin-bottom: 60px;

}
.wrapper{
   
    width: 100%;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    align-items: center;

    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: 50px
}
/*propiedades de la recta inferior*/
.container2 {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2em 0em;
    position: relative;
    font-size: 18px;
    /*border-radius: 0.5em;*/
   
    
    /*border-bottom: 5px solid #2eb716e9;*/
}
/*propiedades de iconos*/
i{
    color: #3db228;
    font-size: 2.5em;
    text-align: center;
} 
span.num{
    color: rgb(0, 0, 0);
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 3em;
}
span.text{
    color: #000000;
    font-size: 1.1em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 800;
    line-height: 0;
}
@media screen and(max-width:1024px){
    .wrapper{
        width: 85vw;
    }
    .container2{
        height: 26vmin;
        width: 26vmin;
        font-size: 12px;
    }
    
}
@media screen and(max-width:768px){
    .wrapper{
        width: 90vw;
        flex-wrap: wrap;
        gap: 30px;
    }
    .container2{
        width: calc(50% -40px);
        height: 30vmin;
        font-size: 13px;
    }
}
@media screen and(max-width:480px){
    .wrapper{
        gap: 15px;
    }
    .container2{
        width: 100%;
        height: 25vmin;
        font-size: 8px;
    }
}
@media screen and(max-width:100px){
    
    .span.text{
    
        font-size: 12px;
    
}

}






/* BOTON DE DESCARGA CATALOGO*/

.button {
	border: none;
	border-radius: 5px;
    font-family: 'Quicksand',sans-serif;
	font-size: 17px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 60px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top: 100px;
   
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button-style {
	border: 3px solid #fff;
	color: #fff;
}

.button-style:hover,
.button-style:active,
.button-style:focus {
	color: #ffffff;
	background: #5cef4c;
}



.button-style-dark {
	border: 3px solid #0000008d;
	color: #000000;
}

/* BOTON DE DESCARGA CATALOGO*/


.text{

    font-size: 20px;
    text-align: center;
    color: #000000;
}