@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');

.mobile_only{
	display: none !important;
}
.desktop_only{
	display: inline-block !important;
}
body {
	background: #eef0ef;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link-brand{
	font-size: 90px;
}
.icon-logo_la_planchetta:before {
    content: "\ea14";
    color: #000000;
}
.bloque_titulo{
    
}
.bloque_titulo h1{
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 auto -22px;
    font-size: 45px;
}
.bloque_titulo h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
    color: #ffa500;
}
.bloque_img{
    position: relative;
}
.bloque_img img{
    position: absolute;
}
.bloque_img img.grande{
    width: 470px;
    top: -30px;
    right: 10px;
    z-index: 1;
}
.bloque_img img.mediana{
    right: 10%;
    width: 410px;
    top: 120px;
}
.bloque_img img.chica{
    top: 150px;
    left: 10%;
    width: 260px;
}
.bloque_txt{
    text-align: left;
}
.bloque_txt h2{
    text-transform: uppercase;
    font-weight: 100;
    line-height: 20px;
    font-size: 25px;
}
.bloque_txt h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    margin: 0;
}
.bloque_txt h3 strong{
    font-weight: 900;
}
.bloque_txt h4{
    margin-top: 10px;
}
.bloque_txt h4 span{
    color: #007bff;
}
.bloque_txt h4 small{
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}
.bloque_txt a.cta{
    display: inline-block;
    background-color: #ecd45b;
    color: #111;
    padding: 5px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
    text-align: center;
    margin: 10px auto 5px;
}
.bloque_txt a.cta:hover{
    background-color: #111;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.bloque_txt p{
    margin: 0;
    line-height: 13px;
    text-transform: uppercase;
    font-size: 14px;
}
.bloque_txt .envio_gratis{
    color: green;
    font-weight: 500;
    font-size: 18px !important;
    display: block;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
}
.bloque_txt .envio_gratis span{
    position: absolute;
    left: 0;
    top: 0px;
}

@media screen and (max-width: 768px) {
    .mobile_only{
		display: inline-block !important;
	}
	.desktop_only{
		display: none !important;
	}
    .link-brand {
        font-size: 65px;
    }
    .bloque_titulo h1 {
        margin: 0 auto -11px;
        font-size: 22px;
    }
    .bloque_titulo h2 {
        font-size: 22px;
    }
    .bloque_img {
        position: relative;
        width: 100%;
        height: 290px;
    }
    .bloque_img img.grande {
        width: 360px;
        bottom: -15px;
        right: 10%;
        z-index: 1;
        top: auto;
    }
    .bloque_img img.mediana {
        right: 0;
        width: 310px;
        top: -17px;
        z-index: -1;
    }
    .bloque_img img.chica {
        top: 90px;
        left: -80px;
        width: 240px;
    }
    .bloque_txt h2 {
        font-size: 23px;
    }
    .bloque_txt h3 {
        font-size: 27px;
    }
    .bloque_txt p {
        margin: 0 0 15px 0;
    }
}