@charset "utf-8";
/* CSS Document */


.bg-blanco {
	background-color: #FFF !important;
}
a, button, .btn-1, * a, * button, * .btn-1 {
	transition: all ease-in-out .3s;
	text-decoration: none !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.box-test {
	position: relative;
}

.box-test .title {
	background-color: #005D55;
}

.box-test .text {
	position: relative;
	border-radius: 0 0 0 25px;
}

.box-test .text img {
	height: auto;
	width: 100px;
	display: block;
	margin: 0 auto;
}

.box-retro {
	border-radius: 1.5rem;
}

.box-actividad {
	position: relative;
	padding: 0 0 0 20px;
}

.box-actividad.intro img:not(.drag-ind) {
	position: absolute;
	width: auto;
    height: 275px;
    top: -275px;
    left: 1.5rem;
}

.box-actividad.main img:not(.drag-ind) {
	position: absolute;
	width: auto;
    height: 65%;
    bottom: 0;
    right: 3rem;
}

.box-actividad .drag-ind {
	display: block;
	height: auto;
	margin: -6rem auto 0;
    width: 55%;
}
.boton-actividad-2-2 {
    background-color: #FF0062;
    border-color: #FF0062;
    color: #FFF !important;
    border-radius: 30px;
    text-decoration: none !important;
    /* padding: 1em; */
}
a, button, .btn-1, * a, * button, * .btn-1 {
    transition: all ease-in-out .3s;
    text-decoration: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.fw-700 {
    font-weight: 700 !important;
}
input, button, textarea, select, * input, * select, * textarea, * button {
	outline: none !important;
	resize: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.font-azul-texto {
    color: #3366CA !important;
    font-family: Volkswagen Serial Heavy !important;
}

.drop {
    background-color: transparent;
    border: 0;
    background-image: url(../images/bg-drop.png);
}
.drag-drop, .drop {
    border-radius: 0 0 0 15px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
     min-height: 60px;/*min-height: 130px;*/
    color: #000000;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../images/bg-drag.png);
    -webkit-box-shadow: 1px 2px 8px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 2px 8px 2px rgb(0 0 0 / 30%);
}
