


@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}

.avatar {

	box-sizing: border-box;
	overflow: hidden;
	transform: translatey(0px);
	animation: float 9s ease-in-out infinite;
	
}


.avatar2 {

	box-sizing: border-box;
	overflow: hidden;
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
	
}








/* ############
############
############
############ESTILOS CARUSELL


############
############
############
############*/


.sctn-my 
{
	margin-top: var(--sctn-spacing-y)!important;
	margin-bottom: var(--sctn-spacing-y) !important;
}

.owl-stage 
{
  display: flex !important;
}

.owl-stage > div 
{
  flex: 1;
}




.owl-dots{display: none !important;}
.owl-nav{ position: relative;float: right;}
.owl-prev{padding-left: 10px; border: 1px solid #B4B4B4; background: #fff; color: blue; font-size: 20px;border-bottom-left-radius: 10px; border-top-left-radius: 10px;width: 50px;}
.owl-next{ padding-right: 10px; border: 1px solid #B4B4B4;background: #fff;color: blue; font-size: 20px;border-bottom-right-radius: 10px; border-top-right-radius: 10px;width: 50px;}




#rutas-home{
    overflow: hidden;
  }


.fullpage {
    padding-bottom: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fullpage .main-header {
    min-width: 0;
}
.fullpage .mobile-action-button {
    display: block;
    width: 48%;
    float: left;
    text-align: center;
    margin: 0 4% 10px 0;
}
.fullpage .mobile-action-button:nth-child(even) {
    margin-right: 0;
}
.fullpage .jump-view {
    width: 48%;
    margin: 0 4% 10px 0;
    float: left;
}
.fullpage .jump-view:nth-child(even) {
    margin-right: 0;
}
.fullpage .jump-view:nth-child(3) {
    display: none;
}
.fullpage .jump-label {
    display: block;
}
.oldie-header {
    display: none;
    padding: 5px;
    background: var(--cp-color-20);
    color: var(--cp-color-1);
}
.oldie .oldie-header {
    display: block;
}
.oldie .main-header {
    display: none;
}
#result-iframe-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.oldie #result-iframe-wrap {
    height: 100%;
    height: calc(100% - 32px);
}
#result {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background: var(--cp-color-1);
    display: block;
    width: 100%;
    height: 100%}



#pen-ad {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}