@font-face {
	font-family: 'Druk Text Web Bold';
	src: url('../druk/DrukText-Bold-Web.eot');
	src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
	url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
	url('../druk/DrukText-Bold-Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Druk Text Web Medium';
	src: url('../druk/DrukText-Medium-Web.eot');
	src: url('../druk/DrukText-Medium-Web.eot?#iefix') format('embedded-opentype'),
	url('../druk/DrukText-Medium-Web.woff2') format('woff2'),
	url('../druk/DrukText-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}


.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

  
.col-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html, body{
	font-family: 'Georgia', serif;
	color: #000;
}
body{
	background-color: #fff;
}
h1 {
	font-family: 'Druk Text Web Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
}
h2, h3, h5, h6 {
	font-family: 'Druk Text Web Medium', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1em;
}
h6{
	font-size: 15px;
}

p{
	line-height: 1.3;
	font-size: 25px;
	font-weight: 300;
	text-align:center;
}

a {
	color: #000000 ;
	text-decoration: none !important;
}

a:hover{
	text-decoration: none !important;
}

/* estilos para cambio de img mobile/desk  */
.mobile{ 
	display: none;
}
.desk{
	display: block;
}
/* estilos para cambio de img mobile/desk  */

.zoom {
    transition: transform .8s; 
    width: 100%;
}
 
.zoom:hover {
	box-shadow: 2px 2px 5px #00000085;
  	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
	transform: scale(1.05);
}

.pleca_ap {
	background-color: rgba(0, 0, 0, 0.5);
}

.principal img{
	margin-top: 3em !important;
}

.autor p{
	font-size:16px;
	opacity: 0.8;
	color: #555555;
	text-align: center;
}
.agregados {
	transition: transform .7s;
	text-align: center;
}



.agregados:hover{
	transform: scale(1.2);
}

.titulo h1{
    text-align: center;
    color: #000;
	line-height: 1;
	font-size: 4em;
	padding: 1em 0;
}

.intro {
	padding: 2em 0;
}

.intro h3{
	font-family: "Open Sans", sans-serif !important;
	margin: 0;
	color: #000;
	text-transform: none;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2 !important;
}


.s-1 {
	padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.s-1 h2 {
    color: #ffffff;
    background-color: #eb3823;
    font-size: 7em;
    line-height: 1;
    font-weight: 300;
    padding: 20px 0 20px 65px;
    margin-left: -65px;
}

.s-1 h4 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 2.07em;
	padding-bottom: 1.8em;
}

.s-1 h3 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
}

.s-1 h5 {
	text-transform: uppercase;
	font-size: 2em;
}

.s-3{
	padding: 1em 0;
}
.s-3 h2{
	color: #000000;
    text-align: center;
    line-height: 1.3;
    font-size: 2.5em;
}
.s-3 h3 {
    font-family: 'Georgia', serif;
    /* color: #bbbbbb; */
    font-size: 1.5em;
    font-weight: 800;
    text-transform: none;
}
.s-3 h4 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 0.9em;
}

.s-3 span{
	font-size: 3em;
	line-height: 0.1;
	color: #ed1c24;
	vertical-align: -webkit-baseline-middle;
}

/**************************** CARD ************************/
#rk30{
	background-color: #ffffff;
}

.interview{
	padding: 3em 0;
	background-color: #A9CBE0;
}

.course {
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-radius: 5px;
	border-color: #000 !important;
	border-top-right-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	overflow: hidden;
	white-space: initial;
	width: 380px;
	height: 670px;
}

.courses-container {
	padding: 1em;
}

.course-preview {
	color: #ffffff;
	padding: 50px;
	max-width: 380px;
}

.course-preview h2 {
	letter-spacing: 1px;
	margin: 10px 0;
	color: #000;
}

.course-preview h3 {
	line-height: 1.2;
	font-size: 1.1em;
	font-weight: 300;
	font-family: "Open Sans", sans-serif !important;
}

.course-info {
	/* padding: 0; */
	position: relative;
	bottom: 0;
}

.btnCard {
    border: 0;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    background-color: #4c6a98;
    font-size: 16px;
    padding: 7px 30px;
    position: absolute;
    bottom: 15px;
    right: 150px;
    letter-spacing: 1px;
    cursor: pointer;
}

/********************* modal sección ******************/
.modal-window {
	position: fixed !important;
	background-color: #ffffff99;
	backdrop-filter: blur(4px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	/* visibility: hidden; */
	/* opacity: 0; */
	/* pointer-events: none; */
	transition: all 0.4s;
}
.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}


.modal-personaje h2 {
	letter-spacing: 1px;
	margin: 10px 0;
	color: #000;
}
.modal-personaje h3 {
	line-height: 1.2;
	font-size: 0.9em;
	font-weight: 300;
	font-family: "Open Sans", sans-serif !important;
}
.modal-personaje img {
	width: 75%;
}

.modal-pregunta h2 {
	font-size: 20px;
	margin: 10px 0;
	padding: 0 15px;
}
.modal-pregunta p {
	font-family: "Open Sans", sans-serif !important;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	border-bottom: solid 2px #6ca5da;
	padding: 25px 15px;
}

.modal-window > div {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3em;
	background: #ffffff;
	border-radius: 12px;
    box-shadow: 3px 3px 10px 2px #6e6e6e;
}
.modal-window header {
	font-weight: bold;
}

.modal-close {
	color: #6ca5da;
	line-height: 50px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
	cursor: pointer;
}
.modal-close:hover {
	color: black;
}

.modal-link h4{
	margin-top: 40px;
	font-family: "Open Sans", sans-serif !important;
	text-transform: uppercase;
	padding: 7px;
	font-size: 22px;
	color: #ffffff !important;
    background-color: #4c6a98;
	border-radius: 12px;
	font-weight: 700;
}
.modal-link h4:hover {
	color: #ffffff;
	background-color: #000000;
}
.modal-link-out {
	letter-spacing: 3px;
	font-size: 20px;
	color: #68babf;
	font-weight: 100;
}
.modal-link-out:hover {
	color: #ed1c24;
	font-weight: 800;
}
.modal-window div:not(:last-of-type) {
	margin-bottom: 15px;
}

.btn:hover{
	letter-spacing: 3px;
	text-decoration: underline;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	background-color: #c4d7d8;
}
.btn{
	font-size: 18px;
	width: 250px;
	border-style:solid;
	border-color: #737373;
	background-color: #f4f4f4;
	border-width: 2px;
	border-radius: 3px;
	margin:17px; 
	padding: 0.5em;
}

/********************* modal sección ******************/

/**********gallery***********/
.desliza  {
	padding-bottom: 1.5em;
    color: #000;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.phot {
	transition: .6s ease;
	border: none !important;
}
  
.phot:hover {
	transform: scale(1.03);
}

.card-block {
	padding: 10px;
}

.scrollphot {
	overflow: auto;
	cursor: grab;
	white-space: nowrap;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background: transparent;
}

div.scrollphot .phot {
	display: inline-block;
	padding: 0px;
	text-decoration: none;
	height: auto; 
}
/*****************************/


/***************************** CARD *****************/

.quote-numero{
	background-color: #54c5d2;
	box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.25);
	color: #000000;
	padding: 1em;
}

.quote-numero h2{
	color: #ffffff !important;
	font-family: 'Six Caps', sans-serif;
	padding: 0;
    font-size: 155px;
    text-align: center;
    line-height: 1.2;
}

.quote-numero h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	line-height: 1.2;
}

.quote-numero h4 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.9em;
	padding-bottom: 0;
}

.quote-numero h5{
	font-size: 1.7em;
	line-height: 1.1;
}




b, strong {
    font-weight: 800;
}


.pie-foto{
	padding-top: 10px;
  	text-align: center !important;
	color: #666666 !important;
	width: 100%;
	font-family: 'Montserrat', sans-serif !important;
}

.pie-foto p {
  	font-size: 0.8rem;
  	font-weight: 400;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}
/***************** list ***********/
ul {
	list-style: none;
}
  
li {
	border-bottom: 1px solid rgb(0, 0, 0);
}
/***************** list ***********/

/********************* MENÚ - BOTONERA ******************/
.menu{
  background-color: #fff;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
.menu .container-fluid{
	padding: 0 !important;
	margin: 0 !important;
}

.head_exp{top:0px;background-color: #ed1c24;padding: 0.4em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
	border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
	background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}

.head_exp:hover{
	background-color: #ed1c24;
}

ul.nav.justify-content-end {
  
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
}

.mobile {
	display: none;
}

.redes2 {
    opacity: 1;
    max-width: 30px !important;
    margin: 0px 5px;
    transition: transform .3s;
}

.redes{ 
	opacity: 1;
	max-width: 33px !important;
	margin: 0px 5px;
	transition: transform .3s; /* Animation */
}
.redes:hover{
	opacity: 0.8;
	transform: scale(1.2);
}


/* ****************************** fichas **************************** */

.recuadro{
	background: #54c5d2;
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 689px;
}

.botX_2{
	position: fixed;
	top: 100px;
	right: 10px;
  	width: 70px;
  	z-index: 999;
  	max-width:100px;margin: 10px;
   	-webkit-transition: 0.3s ease-out;
  	-moz-transition: 0.3s ease-out;
  	-o-transition: 0.3s ease-out;
  	transition: 0.3s ease-out;
}
.botX_2:hover{
  -webkit-transform: rotate(-90deg);
  	transform: rotate(-90deg);

}


/********************* / MENÚ - BOTONERA ******************/
.logo img {
	width: 100%;
	padding: 5px 0;
}
  

.creditos h4{
	font-size: 1.1em;
	margin-top: 60%;
}


.graficas{
	padding: 3em 0;
}

.video{
	margin-top: 40px;
}

.nota p {
	text-align: center !important;
	font-size: 15px;
	font-weight: bold;
	color: #006cb6;
}

.nota2 p {
	text-align: center !important;
	font-size: 15px;
	font-weight: bold;
	color: #007f95;
}

.nota3 p {
	text-align: center !important;
	font-size: 15px;
	font-weight: bold;
	color: #00a89c;
}

/* ************** */
.btn { /* just for this demo. */
    margin-top: 3px;
	margin-bottom: 3px;
}

.buttons-menu{
	padding-top: 1em;
	padding-bottom: 5em;
}
.bnt-white{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	font-size: 13.5px;
}
.btn-gray{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #dadada;
	font-size: 13.5px;
}

.btn-gray a{
	color: #4f4f4f !important;
}
.btn-gray:hover{
	background-color: #b5b5b5;
}
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 40px;
}
.btn-arrow-left {
    padding-right: 40px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 4px; /* move it down because of rounded corners */
    width: 23px; /* same as height */
    height: 23px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
/*  */

footer p{
	text-align: center;
	font-family: 'Georgia', serif;
	font-size: 1em;
	color: #c3c3c3;
}



@media (min-width: 300px) and (max-width: 560px) {
	.desk {
		display: none;
	}

	.mobile {
		display: block;
	}
}


@media (min-width: 375px) and (max-width: 800px) {
	.desk {
		display: none;
	}
	.redes {
	    width: 15% !important;
	}
	.mobile {
		display: block;
	}
	
}


@media (min-width: 200px) and (max-width: 675px) {
	.video{
		padding-top: 0;
	}
	.intro h3 {
		font-size: 21px;
		text-align: left;
		line-height: 1.1 !important;
	  }
	.inicio{
		margin-top: 7.3em;
	}
	.logo img {
		width: 80%;
		padding: 10px 0;
	}
	.logo2 img {
		width: 80%;
		padding: 0;
	}
	.s-1 {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.s-1 h1 {
		font-size: 2.1em;
	}
	.s-1 h2 {
		margin: 0;
		font-size: 3em;
	}
	.s-1 h3 {
		font-size: 1.2em;
	}
	.s-1 h4 {
		font-size: 1.5em;
    	padding-top: 10px;
		padding-bottom: 25px;
	}
	.s-3 h2 {
		line-height: 1.3;
		font-size: 1.6em;
	}
	.recuadro{
		background: #54c5d2;
		background-attachment: scroll;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		height: 820px;
	}
	.interview {
		padding: 2em 0;
	}
	.course {
		border-radius: 5px;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
		display: flex;
		overflow: hidden;
		white-space: initial;
		width: 250px;
		height: 550px;
	}
	.course-preview {
		color: #ffffff;
		padding: 30px;
	}
	.course-info {
		padding: 0;
		position: relative;
		bottom: 0;
	}
	.course h2 {
		letter-spacing: 1px;
		margin: 7px 0;
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.course h3 {
		font-size: 17px;
		margin: 15px 0;
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.btnCard {
		font-size: 13px;
		padding: 7px 30px;
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	
	.quote-numero{
		padding: 1em;
	}
	.quote-numero h2 {
		font-size: 8em;
	}
	.quote-numero h4 {
		font-size: 1.7em;
		padding-bottom: 0;
	}
	.quote-numero h5{
		font-size: 1.4em;
	}
	.quote-numero p {
		font-size: 19px;
	}
	.mobile{
		display: block;
	}
	.desk{
		display: none;
	}
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	.boxes {
		margin: 1em auto;
		width: 92%;
	}
	.text-block {
		font-size: 25px;
	}
	.pie-foto{
		bottom:0;
		width: 100%;
		font-family: 'Montserrat', sans-serif;
	}
	.pie-foto p{
		font-size: 0.8rem;
		font-weight: 200;
	}
	.cita p {
		color: #838383;
		font-size: 1.7rem;
		padding-top: 1.5em;
		line-height: 1.3;
	}
	p{
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.6;
		font-size: 20px;
		font-weight: 300;
	}

	h1, h2, h3, h4, h5, h6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.modal-window{
		position: absolute;
		top: 40px !important;
	}
  
	.modal-window > div{
		width: 75%;
		padding: 1.4em;
	}
	.modal-pregunta h2 {
		font-size: 25px;
		margin: 10px 0;
	}
	.modal-personaje img {
		display: none;
	}
	.modal-pregunta p {
		line-height: 1.3;
		font-size: 14px;
		padding: 15px;
	}
	.modal-link h4 {
		margin-top: 30px;
		padding: 7px;
		font-size: 19px;
	}
	.modal-close {
		font-size: 75%;
		top: -5px;
		width: 65px;
	}

}



/***************************** CARD ************************/
.cards-list {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
  }
  
  .card {
	margin: 30px auto;
	width: 300px;
	height: 400px;
	border-radius: 40px;
  /* box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22); */
	cursor: pointer;
	transition: 0.4s;
	border: none !important;
  }
  
  .card .card_image {
	width: inherit;
	height: inherit;
	border-radius: 20px;
  }
  
  .card .card_image img {
	width: inherit;
	height: inherit;
	border-radius: 40px;
	object-fit: cover;
  }
  
  .card .card_title {
	text-align: center;
	border-radius: 0px 0px 40px 40px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin-top: -100px;
	height: 30px;
	
  }

  .card h3{
	font-family: 'Druk Text Web Medium', sans-serif;
  }

  .card h5 {
	font-family: "Open Sans", sans-serif !important;
	font-size: 1rem !important;
  }
  
  .card:hover {
	transform: scale(0.9, 0.9);
	box-shadow: 5px 5px 30px 15px rgba(122, 122, 122, 0.35), 
	  -5px -5px 30px 15px rgba(121, 121, 121, 0.32);
  }
  
  .title-white {
	color: white;
  }
  
  .title-black {
	color: black;
  }
  
  @media all and (max-width: 500px) {
	.card-list {
	  /* On small screens, we are no longer using row direction but column */
	  flex-direction: column;
	}
  }
  
  
  /*
  .card {
	margin: 30px auto;
	width: 300px;
	height: 300px;
	border-radius: 40px;
	background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
	transition: 0.4s;
  }
  */



/* Flotando */

.fantasma{
	position: relative;
	margin-left: 20px;
	cursor: pointer;
	animation-name: flotando;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
  }
  
  .fantasma-container{
	height: 10vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
  }
  
  @keyframes flotando{
	50%{
	  transform: translateY(-30px);
	}
  }
  