._a{/* background-color:transparent; */-webkit-text-decoration-skip:objects;}
._a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
._a{color: #FE5000!important;text-decoration: underline;text-decoration-style: dotted;cursor: pointer;}

#cuestionario_cookie_2024 {
    padding: 0px !important;
    margin: 0px !important;
    overflow-x: hidden;
}

.texto_orange {
    color: #fe5000;
}

.texto_black {
    color: #000000;
}

.texto_bold {
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3F3D56;
	text-align:center;
}
.btn {
	background: #ffffff;
	color: #fe5000;
	font-size: 16px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-style: solid;
	border-color: #fe5000;
	border-radius: 40px;
	height: 44px;
	width: 260px;
}

.btn_principal{
    font-weight: bold;
	border-radius: 40px;
	height: 44px;
	width: 260px;
}                   
.btn_principal:hover {
	//background: #2800FF;
	color: #2800FF;
	border-color: #2800FF;
}

.btn:hover {
	background: #2800FF;
}
.btn_press {
	background: #3F3D56;
}
.btn_secondary {
	background: #ffffff;
	color: #fe5000;
	font-size: 16px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-style: solid;
	border-color: #fe5000;
	border-radius: 40px;
	height: 44px;
	width: 260px;
}
.btn_secondary:hover {
	color: #2800FF;
	border-color: #2800FF;
	
}
.btn_secondary_press {
	color: #3F3D56;
	border-color: #3F3D56;
}
.btn_terciary {
	background: #ffffff;
	color: #fe5000;
	text-decoration-line: underline;
	font-size: 16px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border: none;
	height: 44px;
	width: 260px;
}
.btn_terciary:hover {
	color: #2800FF;
	
}
.btn_terciary_press {
	color: #3F3D56;
}
#img_principal_mobile {

}

#img_principal_desktop {
	max-width: 650px;
    width: 100%;
}

#tabla, #tabla2 {
    max-width: 655px;;
    width: 100%;
    padding-bottom:20px;
}

#tabla2 {
    display:none;
}

/*
.capa_opciones:hover {
    color: #fe5000;
    cursor: pointer;
}
*/

.capa_opciones {
    text-align: left;
    min-width: 260px;
    max-width: 300px;
    width: max-content;
    font-weight: bold;
    color: #3F3D56;
}

.capa_opciones > input[type="radio"] {
    opacity:100;
    -webkit-opacity:100;    
}


@media only screen and (min-width:450px) {
    body {
        margin:0px;
    }

	#img_principal_desktop {
		display: block;
	}
	#img_principal_mobile {
		display: none;
	}
	#img_gift_desktop {
		display: block;
        max-width: calc(100% - -10px);
	}
	#img_gift_mobile {
		display: none;
	}    
}


@media only screen and (max-width:449px) {
    body {
        margin:0px;
    }
	#img_principal_desktop {
		display: none;
	}
	#img_principal_mobile {
		display: block;
	}
	#img_gift_desktop {
		display: none;
	}
	#img_gift_mobile {
		display: block;
	}    
}
	
@media screen and (max-width:499px) {
	.texto_bold {
		font-size: 20px!important;
	}
	
}
