@CHARSET "utf-8";

/*
body{
	background: url('../img/smile.jpg');
	background-size: 100% 300%;
    background-position: top;
}
*/

.accept_checkbox{
	-ms-transform: scale(1.5); /* IE */
  	-moz-transform: scale(1.5); /* FF */
  	-webkit-transform: scale(1.5); /* Safari and Chrome */
  	-o-transform: scale(1.5); /* Opera */
  	padding: 10px;
}

.div_acepto{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
/*	display: inline-flex;*/
}

label {
    font-weight: normal;
}

.div_acepto a{
	color: rgb(29, 91, 52);
	font-weight: bold;
}

.color_white{
	color: #fff;
}

.p_home a{
	color: black;
	font-weight: bold;
}

.p_home{
	text-align: center;
	font-size: 19px;
}

.h3_home{
	font-weight: bold;
	font-size: 4em;
	font-family: 'Gotham';
    color: black;
}

.content_image_img{
	width: 100%;
	border-radius: 1.5em;
	margin-bottom: 15px;
}

.p_home strong{
	font-size: 22px;
}

.img-oli{
	width: 100%;
	position: absolute;
	top: 8vh;
	right: 10vw;
}

.img-chica{
	width: 100%;
}

 a:hover, a:active, a:focus{
    text-decoration: none;
}

.ibe-button {
	position: absolute;
}

.ibe-button--block {
    float: none!important;
    width: 95%;
}

.fondoIberia {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 50px !important;
}

.izq{
	position: absolute;
    top: 75vh;
    left: 60px;
}


@media (max-width: 1400px){
	.izq {
           position: absolute;
           top: 80vh;
           left: 0px;
       }
}
  	
  	
@media (max-width: 765px){
	.izq {
	    position: absolute;
	    top: 75vh;
	    left: 0px;
	}
	
    .fondoIberia {
       background-color: transparent;
       background-repeat: no-repeat;
       background-position: top center;
       background-size: cover;
       padding-bottom: 50px !important;
   }
   
   .img-oli {
       width: 100%;
       position: absolute;
       top: 6vh;
       right: 0vw;
   }	
}

.home_button{
	cursor: pointer;
    user-select: none;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px 2px;
    outline: 0px;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    width: 100%;
    height: 33vw;
    margin-bottom: 20px;
}

.img_home{
    width: 100%;
}

.home_button_img{
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: rgb(255, 255, 255);
}

.home_button_img2{
	position: absolute;
    right: 0px;
    width: 100%;
    height: 26vw;
    overflow: hidden;
}

.home_button_img_wrapper{
	position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 90% 90% / 0px 0px 3vw 3vw;
}

.home_button_link{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.home_button_link_flex{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.home_button_link_flex2{
	width: 100%;
    height: 104px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 20px;
}

.similar_link{
    font-family: 'Gotham';
    height: 50px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 90%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 136, 48) 0%, rgb(3, 192, 70) 100%);
    padding: 0px 30px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.hashtag_home{
	width: 80vw;
    position: absolute;
    top: -6vw;
    left: 10vw;
    font-size: 44px;
    color: white;
    text-align: center;
}

.flecha_home{
	width: 16vw;
    position: absolute;
    top: -12vh;
    left: 42vw;
    text-align: center;
}

.flecha_img{
	width: 90%;
	height: auto;
}

.header_home{
	border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	height: 8vw;
	position: relative;
	width: 120%;
	left: -10%;
	background: rgb(235, 235, 235);
	overflow: hidden;
}

.header_inner {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.image_wrapper{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.reduced_width{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	.header_home {
	    border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	    height: 10vw;
	}
	
	.hashtag_home{
	    top: -8vw;
	    font-size: 44px;
	}
	
	.flecha_home {
	    width: 18vw;
	   	top: -12vh;
	   	left: 41vw;
	}
	
	.reduced_width{
		width: 90%;
	}
	
	.home_button{
	    height: 35vw;
	}
	
	.home_button_img2{
	    height: 27vw;
	}
	
	.similar_link {
	    font-size: 20px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.header_home {
	    border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	    height: 10vw;
	}
	
	.hashtag_home{
	    top: -8vw;
	    font-size: 44px;
	}
	
	.flecha_home {
	    width: 18vw;
	   	top: -9vh;
	   	left: 41vw;
	}
	
	.reduced_width{
		width: 90%;
	}
	
	.home_button{
	    height: 47vw;
	}
	
	.home_button_img2{
	    height: 38vw;
	}
	
	.similar_link {
	    font-size: 20px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header_home {
	    border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	    height: 20vw;
	}
	
	.hashtag_home{
	    top: -14vw;
	    font-size: 44px;
	}
	
	.flecha_home {
	    width: 24vw;
   		top: -15vh;
   		left: 38vw;
	}
	
	.reduced_width{
		width: 90%;
	}
	
	.home_button{
	    height: 45vw;
	}
	
	.home_button_img2{
	    height: 34vw;
	}
	
	.similar_link {
	    font-size: 18px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header_home {
	    border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	    height: 20vw;
	}
	
	.hashtag_home{
	    top: -13vw;
	    font-size: 40px;
	}
	
	.flecha_home {
	    width: 32vw;
    	top: -12vh;
    	left: 34vw;
	}
	
	.reduced_width{
		width: 90%;
	}
	
	.home_button{
	    height: 90vw;
	}
	
	.home_button_img2{
	    height: 75vw;
	}
	
	.similar_link {
	    font-size: 16px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.header_home {
	    border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	    height: 30vw;
	}
	
	.hashtag_home{
	    top: -23vw;
	    font-size: 25px;
	}
	
	.flecha_home {
	    width: 50vw;
    	top: -11vh;
    	left: 25vw;
	}
	
	.reduced_width{
		width: 90%;
	}
	
	.home_button{
	    height: 96vw;
	}
	
	.home_button_img2{
	    height: 72vw;
	}
	
	.similar_link {
	    font-size: 14px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.header_home {
	    border-radius: 0px 0px 90% 90% / 0px 0px 15vw 15vw;
	    height: 30vw;
	}
	
	.hashtag_home{
	    top: -20vw;
	    font-size: 25px;
	}
	
	.flecha_home {
	    width: 52vw;
    	top: -15vh;
    	left: 26vw;
	}
	
	.reduced_width{
		width: 90%;
	}
	
	.home_button{
	    height: 96vw;
	}
	
	.home_button_img2{
	    height: 72vw;
	}
	
	.similar_link {
	    font-size: 13px;
	}
}