/* Hola ❤ !!! */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */



  /*Variables de color*/
  :root {
    --color-principal: #8167a8;
    --color-secundario: #fff;
	--color-titulos: #ffffff;
    --color-fondo: #f1f4f6 ;
    --color-blanco: #fff;

    /* Tamaños de letra*/
    --letra-titulo: 2.5rem;
    --letra-contenido: 1.2rem;
	--letra-menu: 1.2rem;
  }

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	/*line-height: 24px;*/
	font-weight: 400;
	/*color: #212112;*/
	/*background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;*/
	background-color: #f4f4f4;
	overflow-x: hidden;
	transition: all 200ms linear;
	height: 120vh;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgb(242, 242, 242) url("../img/spin-pre-load.svg") no-repeat center center;
  }
  
.container{
	max-width: 1200px;
	width: 90%;
}
/*Agregue este container
.container{
	max-width: 1200px;
}*/

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/* Tamaño del navbar*/
	padding: 12px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 32px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
	font-size: var(--letra-menu);
}
.navbar-brand img{
	/*Tamaño de la imagen del navbar*/
	height: 40px;
	width: auto;
	display: block;
  	/*filter: brightness(10%);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #000;
    transition: all 300ms linear;
}
/* Aqui se cambia el x del menu y le puse 2px ela ultima linea tiene que ser de 2px*/
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 7px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: var(--color-principal)!important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
/* aqui se cambia el espacio entre lineas del menu responsivo*/
.nav-link {
	position: relative;
	padding: 7px 2px !important;
	display: inline-block;

}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: var(--color-principal);
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: -5px;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
	bottom: -5px;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	/*Cambio de color del navbar*/
	background-color: rgb(255, 255, 255) !important;
    transition: all 200ms linear;
}

/*PRIMERA SECCION NAVBAR*/
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
	/*Aqui cambiamos el brinco del menu era 10px originalmente*/
    transform: translate3d(0, 25px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	/*agregue el top para que no chocara con el menu de al lado*/
	top: 50px;
	padding: 10px 5px !important;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 20ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	/*Aqui cambiamos el top del submenu*/
	padding: 7px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	
	h1{
		font-size: 19px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
	}
	
	/*Agregue esta opcion para que no diera ese salto en la version movil*/
	.nav-item .dropdown-menu {
		/*Aqui cambiamos el brinco del menu era 10px originalmente*/
		transform: translate3d(0, -45px, 0);
		visibility: hidden;
		opacity: 0;
		max-height: 0;
		display: block;
		padding: 0;
		margin: 0;
		transition: all 200ms linear;
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
	
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	

	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	/*transition: all 250ms linear;*/
}
.logo img {
	height: 26px; /*50 ideal y minimo 45 hasta 35*/
	width: auto;
	display: block;
  /*filter: brightness(10%);
	transition: all 250ms linear;*/
}
/*
body.dark .logo img {
  filter: brightness(100%);
}*/


/*Animaciones*/

/* Despues de crear el circulo hay que crear la animacion 
del circulo*/

@keyframes spin_01{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

@keyframes bounceTop_01{
	0%,100%{
		transform: translateY(-5px)
	}
	50%{
		transform: translateY(5px);
	}
}

@keyframes pulse_01{
	0%{
		transform: scale(0.94);
		box-shadow: 0 0 0 0 rgba(150, 4, 163, 0.7);
	}
	70%{
		transform: scale(1);
		box-shadow: 0 0 0 12px rgba(126, 2, 138, 0);;
	}
	100%{
		transform: scale(0.94);
		box-shadow: 0 0 0 0 rgba(136, 3, 136, 0);;
	}
}

.effect-wrap .effect{
	position: absolute;
	z-index: -1;
}

.effect-wrap .effect-1{
	left: 35%;
	top: 20%;
	font-size: 20px;
	color: rgba(244, 165, 96, 0.678);
	animation: spin_01 9s linear infinite;
	font-size: 3rem;
}
.effect-wrap .effect-2{
	right: 20%;
	top: 30%;
	font-size: 20px;
	color: rgba(244, 165, 96, 0.678);
	animation: spin_01 9s linear infinite;
	font-size: 7rem;
}
.effect-wrap .effect-3{
	left: 20%;
	top: 45%;
	font-size: 20px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 10rem;
}


/* ----------- 
HOME SECTION
-------------*/

.home{
	min-height: 50vh;
	padding: 170px 0;
	background: linear-gradient(to bottom, #0567f967 , #d001df3b), url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?q=80&w=1738&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center no-repeat;
    background-size: cover;
	border-radius: 0 0 200px 0;
	position: relative;
	z-index: 1;
	
}

.home-text h1{
	font-size: var(--letra-titulo);
	font-weight: 700;
	margin: 0 0 20px;
	color: var(--color-titulos);
}

.home-text p{
	font-size: var(--letra-contenido);
	line-height: 1.5rem;
	color: #fff;
	font-weight: 500;
	margin: 0;
}

.home .home-btn{
	margin-top: 30px;
}

/*Boton de video*/
.home .home-btn .video-play-btn{
	margin-left: 10px;
	height: 50px;
	width: 50px;
	padding: 0;
	font-size: 1.5rem;
	animation: pulse_01 2s ease infinite;
}

.home .home-btn .video-play-btn:hover{
	animation: none;
}

.home .home-btn .video-play-btn i{
	line-height: 30px;
}

.home-img img{
	max-width: 370px;
	width: 100%;
	border-radius: 32px;
	animation: bounceTop_01 3s ease infinite;
}

.home-img{
	position: relative;
}


/* Creamos el circulo*/
.home-img .circle{
	position: absolute;
	z-index: 1;
	height: 370px;
	width: 370px;
	border: 5px solid rgba(255, 255, 255, 0.055);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*
.home-img .circle::before{
	content: '';
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(129,103,169,.6);
	border-radius: 50%;
	left: 30px;
	top: 30px;
	transform-origin: 170px 170px;
	animation: spin_01 10s linear infinite;
}*/

/* Boton de home */

.btn-1{
	background-color: var(--color-principal);
	color: #fff;
	padding: 12px 30px;
	border: none;
	border-radius: 30px;
	transition: all 0.5s ease;
	/*-webkit-box-shadow: 0px 7px 22px -11px #000000; 
	box-shadow: 0px 7px 22px -11px #000000;*/
}

.btn-1:hover{
	color: burlywood;
	background-color: #55308a;
}

/* ------
Video PopUp
--------*/
.video-popup{
	padding: 30px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
	background-color: rgba(26, 53, 71, 0.692);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.video-popup.open{
	opacity: 2;
	visibility: visible;
}

.video-popup-inner{
	width: 100%;
	max-width: 900px;
	position: relative;
}

/*Aqui esta la equis de cierre de video*/
.video-popup .video-popup-close{
	position: absolute;
	right: 0;
	top: -30px;
	height: 30px;
	width: 30px;
	/*background-color: #000;*/
	font-size: 2rem;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
}

.video-popup .iframe-box{
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.video-popup #player-1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*------------------
Responsive Secciones 
-------------------*/

@media (max-width: 991px){
	.home{
		min-height: 50vh;
		padding: 120px 0;
      	background-size: cover;
		border-radius: 0 0 200px 0;
		position: relative;
		z-index: 1;
		
	}


.effect-wrap .effect-1{
	left: 10%;
	top: 25%;
	font-size: 30px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 3rem;
}
.effect-wrap .effect-2{
	right: 10%;
	top: 30%;
	font-size: 20px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 7rem;
}
.effect-wrap .effect-3{
	left: 7%;
	top: 60%;
	font-size: 20px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 10rem;
}

	.home-img img{
		max-width: 270px;
		width: 100%;
		border-radius: 32px;
		animation: bounceTop_01 3s ease infinite;
	}

	.home-img .circle{
		height: 300px;
		width: 300px;
	}

	.home-img .circle::before{
		left: 19px;
		top: 19px;
		transform-origin: 142px 142px;
	}
	.home-text h1{
		font-size: 2rem;
	}
}

@media (max-width: 767px){
	.home-text{
		margin-bottom: 50px;
	}
}

@media (max-width: 775px){
	.home-text h1{
		font-size: var(--letra-titulo);
	}
	.home-text p{
		font-size: 1rem;
	}
}

/*-------------
SECCION MARGEN 2 arriba ya habia una del navbar
-------------*/

.section-padding{
	padding: 2rem 0;
}

.section-title{
	margin-bottom: 2rem;
}

.section-title h2{
	font-size: 1.5rem;
	color: rgb(160, 160, 160);
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.section-title h2 span{
	color: var(--color-principal);
}

/* dots de la galeria */
.owl-carousel .owl-dots{
	padding: 0 15px;
	text-align: center;
	margin-top: 20px;
}
.owl-carousel button.owl-dot{
	height: 9px;
	width: 27px;
	background-color: #8167a934;
	display: inline-block;
	margin: 0 4px;
	border-radius: 30px;
}
.owl-carousel button.owl-dot.active{
	background-color: var(--color-principal);
}

/*---------------------
FEATURES SECTION
---------------------*/

.features .feature-item{
	box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	margin: 15px;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: var(--color-principal);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.features .feature-item::before,
.features .feature-item::after{
content: '';
position: absolute;
z-index: -1;
border-radius: 50%;
transition: all 0.5s ease;
opacity: 0;
}

.features .feature-item::before{
	height: 30px;
	width: 30px;
	background-color: #faab01d4;
	left: -10%;
	top: 30%;
}

.features .feature-item:hover::before{
	left: 10%;
	opacity: 1;
}

.features .feature-item::after{
	height: 70px;
	width: 70px;
	background-color: #faab01d4;
	right: -10%;
	top: 70%;
}

.features .feature-item:hover::after{
	right: 10%;
	opacity: 1;
}

/*Aqui me quede xddxxddx*/

.features .feature-item .icon{
	height: 60px;
	width: 60px;
	/*cambiamos el top del icono*/
	margin: 0 auto 10px;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	position: relative;
	z-index: 1;
	/*transition: all 0.5s ease;
	opacity: 0;*/
}

.features .feature-item .icon{
	color: #fff;
	font-size: 2rem;
}

.features .feature-item .icon::before{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #51347e;
	transition: all 0.5s ease;
	z-index: -1;
	opacity: 0;
}

/*aqui cambiamos el color del icono*/
.features .feature-item .icon i{
	line-height: 60px;
	color:#fff;
}

.features .feature-item:hover .icon::before{
	left: 0;
	border-radius: 50%;
	opacity: 1;
}

.features .feature-item h3{
	font-size: 1.5rem;
	margin: 0 0 20px;
	color: #fff;
	font-weight: 500;
}

.features .feature-item p{
	color: #fff;
	font-size: var(--letra-contenido);
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 15px;
}
  

/*-------------------
FUN FACTS SECTION
-------------------*/
.fun-facts{
	/*background-color: rgba(119, 119, 119, 0.301);*/
	/*background: linear-gradient(to bottom, #6c1d45 , #a821643b), url("../img/inicio/sections/home.jpeg") center no-repeat;*/
	/*background-color: #e6e3e3;*/
    background-size: cover;
	/*border-radius: 200px 0px 0px 0;*/
	margin-bottom: 2rem;
}

.fun-facts .btn-1{
	background-color: var(--color-principal);
	color: #fff;
	padding: 10px 10px;
	border: none;
	border-radius: 30px;
	transition: all 0.5s ease;
	/*-webkit-box-shadow: 0px 7px 22px -11px #000000; 
	box-shadow: 0px 7px 22px -11px #000000;*/
}

.fun-facts .btn-1:hover{
	color: burlywood;
	background-color: #55308a;
}

.fun-facts .section-title{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.fun-fact-item span{
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	margin: 0;
	line-height: 26px;
	display: block;
}

.fun-facts h3{
	color: #fff;
	font-size: 1.2rem;
	margin: 0 0 9px;
}

.fun-facts .section-title h2{
	font-size: 1.5rem;
	color: rgb(160, 160, 160);
	font-weight: 700;
	text-align: left;
}

.fun-facts-img img{
	max-width: 770px;
	width: 100%;
	border-radius: 32px;
	animation: bounceTop_01 3s ease infinite;
}

.fun-facts-text p{
	font-size: 1rem;
	line-height: 27px;
	color: #8f8f8f;
	margin: 0 0 15px;
	font-weight: 500;
}

.fun-fact-item{
	/*aqui cambiamos el tamaño de los cuadritos*/
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	margin-top: 5%;
}

.fun-fact-item.style-1{
	background: linear-gradient(to bottom, #8167a9af , #8167a9af), url("../img/inicio/sections/cuadrado4.png") center no-repeat;
	background-size: cover;
	background-color: var(--color-principal);
	cursor: pointer;
	transition: 1s ease;
}

.fun-fact-item.style-1:hover{
	transition: 1s ease;
	box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	transform: scale(1.02);
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-5%);
	transform: translateY(-7%);*/
}


.fun-fact-item.style-2{
	background: linear-gradient(to bottom, #8167a9af , #8167a9af), url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: 1s ease-in-out;
}

.fun-fact-item.style-2:hover{
	transition: 1s ease;
	box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	transform: scale(1.02);
}


.fun-fact-item.style-3{
	background: linear-gradient(to bottom, #8167a9af , #8167a9af), url("https://images.unsplash.com/photo-1603201667141-5a2d4c673378?q=80&w=1792&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: 1s ease-in-out;
}

.fun-fact-item.style-3:hover{
	transition: 1s ease;
	box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	transform: scale(1.02);
}

.fun-fact-item.style-4{
	background: linear-gradient(to bottom, #8167a9af , #8167a9af), url("https://images.unsplash.com/photo-1606857521015-7f9fcf423740?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: 1s ease-in-out;

}

.fun-fact-item.style-4:hover{
	transition: 1s ease;
	box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	transform: scale(1.02);
}

@media (max-width: 767px){
	.fun-facts{
		/*background-color: rgba(119, 119, 119, 0.301);*/
		/*background: linear-gradient(to bottom, #6c1d45 , #a821643b), url("../img/inicio/sections/home.jpeg") center no-repeat;*/
		background-color: #fff;
		background-size: cover;
		border-radius: 200px 0px 0px 0;
	}
}


/*----------------
TEAM SECTION
-----------------*/

.team{
	/*background-color: rgb(191, 191, 191);*/
	margin-bottom: 3rem;
}

.team-item{
	margin: 15px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	background-color: #fff;
	
}
.team-item img{
	border-radius: 10px;
}

.team-item h3{
	font-size: 1.2rem;
	color: var(--color-principal);
	font-weight: 500;
	margin: 15px 0 8px;
}

.team-item span{
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: rgb(39, 39, 39);
}



/* SCROLL TOP TOP */

.scrollTopTop{
	position: fixed;
	display: none;
	background: #8167a9a4;
	color: var(--color-blanco);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	left: 4.5%;
	bottom: 5%;
	transition: background 0.5s;
	/* le tuve que poner z-index 1 por que la imagen en las tarjetas de contacto tenia 1*/
	z-index: 1;
  }
  
  
  @media (max-width: 1200px) {
	.scrollTopTop{
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 bottom: 15px;
	}
  }
  
  .scrollTopTop:focus {
	background: var(--color-principal);
	color: #fff;
	outline: none;

  }
  
  .scrollTopTop:hover {
	/* aqui se cambia el boton para ir arriba*/
	background: linear-gradient(to right, #604a80);
	color: #fff;

  }

  
  .scrollTopTop-messenger:hover {
	/* aqui se cambia el boton para ir arriba*/
	background: linear-gradient(to right, #604a80);
	color: #fff;

  }
  
  


/*----------
FOOTER
----------*/

footer{
	background: rgb(255, 255, 255);
	padding: 27px 10%;
	border-radius: 0px 100px 0px 0;
}

.footer-container{
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
}

.logo-footer{
	width: 150px;
}

.social-media-footer{
	color: #fff;
	margin: 15px 0px 15px 0;
	font-size: 2rem;
	text-decoration: none;
	transition: .3s linear;
}

.fa-facebook{
	color: var(--color-principal);
	transition: .5s linear;
}

.fa-facebook:hover{
	transition: .5s linear;
	color: #f3c300;
}

.fa-instagram{
	transition: .5s linear;
	color: var(--color-principal);
}

.fa-instagram:hover{
	transition: .5s linear;
	color: #f3c300;
}

.fa-youtube{
	transition: .5s linear;
	color: var(--color-principal);
}

.fa-youtube:hover{
	transition: .5s linear;
	color: #f3c300;
}

.fa-whatsapp{
	transition: .5s linear;
	color: var(--color-principal);
}

.fa-whatsapp:hover{
	transition: .5s linear;
	color: #f3c300;
}

.social-media-footer a:hover{
	color: #c89211;
}

.rights-text{
	color: var(--color-principal);
}

/*Right*/

.right-col h1{
	font-size: 1rem;
}

.border-footer{
	width: 100px;
	height: 5px;
	background: var(--color-principal);
	border-radius: 30px;
	margin-bottom: 7px;
}

.newsletter-form{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.txtb{
	flex: 1;
	padding: 9px 40px;
	font-size: 1rem;
	color: #fff;
	background-color: #fff;
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 30px;
	min-width: 260px;
}

.btn-footer{
	padding: 9px 40px;
	font-size: 19px;
	color: #fff;
	background: #3b1d6c;
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 30px;
}

@media screen and (max-width: 960px){
	.footer-container{
		max-width: 600px;
	}

	.border-footer{
		width: 200px;
		height: 5px;
		background: var(--color-principal);
		border-radius: 30px;
		margin: 7px auto ;
	}

	.right-col{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.left-col{
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 700px){
	.btn-footer{
		margin: 0;
		width: 100%;
	}
}




/***********/


/* NUEVAS*/

#con {
	width: 100%;
	margin: 0 auto;
	margin-top: 200px;
	height: auto;
  }
  
  #con2 {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
  }
  
  #con3 {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
  }
  .con4{
	  width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
  }
  h4 {
	width: 90%;
	position: absolute;
	font-size: 30px;
	padding: 20px;
	margin-top: 120px;
	color: #fff;
  }
  .f-title{
	  text-align: center;
	  margin-top: 30px;
	  font-size: 30px;
	  font-family: 'Rock Salt', cursive;
	  -webkit-animation:colorchange 5s infinite alternate;
  }
  .zayn_1 {
	position: relative;
	margin-top: -150px;
	background: url(../recursos/img/aceites/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid rgba(255,162,52,0.8);
	width: 100%;
	height: 280px;
	border-radius: 6px;
	box-shadow: 5px 5px 30px 0px rgba(46,61,73,0.9);
	transition: all 0.3s ease;
	  
  }
  
  .zayn_2 {
	position: relative;
	margin-top: 1px;
	background: url(../recursos/img/aceites/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid rgba(2,204,186,0.8);
	width: 49%;
	height: 300px;
	border-radius: 6px;
	box-shadow: 5px 5px 30px 0px rgba(46,61,73,0.9);
	transition: all 0.3s ease;
  }
  
  .zayn_3 {
	position: relative;
	float: right;
	margin-top: -304px;
	background: url(../recursos/img/aceites/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid rgba(169,81,237,0.8);
	width: 49%;
	height: 300px;
	border-radius: 6px;
	box-shadow: 5px 5px 30px 0px rgba(46,61,73,0.9);
	transition: all 0.3s ease;
  }
  
  .zayn_4 {
	position: relative;
	margin-top: 1px;
	background: url(../recursos/img/aceites/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid rgba(255,84,131,0.8);
	width: 100%;
	height: 280px;
	border-radius: 6px;
	box-shadow: 5px 5px 30px 0px rgba(46,61,73,0.9);
	transition: all 0.3s ease;
  }
  
  .new {
	color: #fff;
	z-index: 1;
	position: relative;
	left: 2%;
	top: 8%;
	padding: 15px;
	background: linear-gradient(to right, #02b3e4 0%, #02ccba 100%);
	border-radius: 50px 120px 120px;
  }
  .zayn_form{
	  position: relative;
	margin-top: -150px;
	background:#fafafa;
	border-bottom: 3px solid rgba(255,162,52,0.8);
	width: 100%;
	height: 280px;
	border-radius: 6px;
	box-shadow: 5px 5px 30px 0px rgba(46,61,73,0.9);
	transition: all 0.3s ease;
  }
  /*
  .form-title{
	  position: relative;
	  text-align: center;
	  margin-bottom: 40px;
  }
   input{
	   margin-top: 50px;
	   margin-left: 95px;
	   width: 50%;
	  display: inline-block;
	  text-align: center;
	  border-radius: 7px;
	  background: rgba(238, 238, 238, 1);
	  padding: 1em 1em;
	  outline: none;
	  border: none;
	  color: rgba(2, 204, 186, 0.4);
	  transition: 0.3s linear;
  }
  ::placeholder {
	  color: rgba(2, 204, 186, 0.9);
  }
  input:focus {
	  background: rgba(2, 204, 186, 0.4);
  }
  */
  .date-1 {
	color: #fff;
	z-index: 1;
	background: #b24592;
   /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #b24592, #f15f79);
   /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #b24592, #f15f79);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	position: absolute;
	left: 80%;
	top: 3%;
	padding: 9px;
	border-radius: 50px 120px 120px;
  }
  
  .date {
	color: #fff;
	z-index: 1;
	background: #b24592;
   /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #b24592, #f15f79);
   /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #b24592, #f15f79);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	position: absolute;
	left: 71%;
	top: 3%;
	padding: 9px;
	border-radius: 50px 120px 120px;
  }
  
  .pop {
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 2%;
	top: 3%;
	padding: 15px;
	background: linear-gradient(to right, #fa3350 0%, #fa3380 100%);
	border-radius: 50px 120px 120px;
  }
  
  .lat {
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 2%;
	top: 3%;
	padding: 15px;
	background: linear-gradient(to right, deeppink 0%, #fa3380 100%);
	border-radius: 50px 120px 120px;
  }
  
  .free {
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 2%;
	top: 3%;
	padding: 15px;
	background: linear-gradient(to right, deepskyblue 0%, skyblue 100%);
	border-radius: 50px 120px 120px;
  }
  
  /*
  .overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00000000;
	border-radius: 6px;
  }*/
  
  
  
  @media only screen and (max-width: 840px) {
	  
	h4 {
	  font-size: 24px;
	}
  
	.zayn_2 {
	  position: relative;
	  width: 100%;
	}
  
	.zayn_3 {
	  position: relative;
	  width: 100%;
	  margin-top: 30px;
	}
  
	.zayn_4 {
	  position: relative;
	  width: 100%;
	  margin-top: 360px;
	}
  
	.date {
	  left: 70%;
	}
  
	.date-1 {
	  left: 70%;
	}
  }
  
 
  
  
  .shadow:hover {
	box-shadow: 5px 1px 10px 0px rgba(46,61,73,0.1);
	transition: all 0.3s ease;
  }
  
  /*
  @-webkit-keyframes spaceboots {
	  0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	  10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	  20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	  30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	  40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	  50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	  60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	  70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	  80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	  90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	  100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  }
  */
  .shadow:hover,
  .shadow:focus {
	  -webkit-animation-name: spaceboots;
	  -webkit-animation-duration: 0.8s;
	  -webkit-transform-origin:50% 50%;
	  -webkit-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: linear;
  }
  
  
  
  
   @-webkit-keyframes colorchange {
		0% {
		  
		  color: darkviolet;
		}
		
		10% {
		  
		  color: #fa3380;
		}
		
		20% {
		  
		  color: #02b3e4;
		}
		
		30% {
		  
		  color: #02ccba;
		}
		
		40% {
		  
		  color: #a951ed;
		}
		
		50% {
		  
		  color: #ffa234;
		}
		
		60% {
		  
		  color: #ff5483;
		}
		
		70% {
		  
		  color: deepskyblue;
		}
		80% {
	   
		  color: purple;
		}
		
		90% {
	   
		  color: lightpink;
		}
		
		100% {
		  
		  color: #fff;
		}
	  }
  
  
  
  
  
  /*  FOLLOW*/
  .Follow {	  background:url("https://pbs.twimg.com/profile_images/959092900708544512/v4Db9QRv_bigger.jpg")no-repeat center / contain;
	  width: 50px;
	  height: 50px;
	  bottom: 9px;
	  right: 20px;
	  display:block;
	  position:fixed;
	  border-radius:50%;
	  z-index:999;
	  animation:  rotation 10s infinite linear;
	  }
  
  @-webkit-keyframes rotation {
		  from {
				  -webkit-transform: rotate(0deg);
		  }
		  to {
				  -webkit-transform: rotate(359deg);
		  }
  }
  

  /***** Precios *****/
  
  .packList {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	min-height: 20px;
	font-family: "Poppins", sans-serif;
  }
  .packList .packContainer {
	color: #B7B7B7;
	display: block;
	width: 33.33%;
	text-align: center;
	position: relative;
  }
  .packList .packContainer .packRadio {
	position: absolute;
	opacity: 0;
	display: none;
  }
  .packList .packContainer .packRadio:checked + .pack {
	-webkit-box-shadow: 0px 0px 0px 3px #0090FF;
	-moz-box-shadow: 0px 0px 0px 3px #0090FF;
	box-shadow: 0px 0px 0px 3px #0090FF;
  }
  .packList .packContainer .packRadio:checked + .pack::before {
	content: url("data:image/svg+xml; utf8, <svg version='1.1'  fill='white' width='14px' id='Capa_1' xmlns='http://www.w3.org/2000/svg'  xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 236.988 236.988' style='enable-background:new 0 0 236.988 236.988;' xml:space='preserve'><polygon points='198.098,24.326 87.543,134.881 38.891,86.229 0,125.121 87.543,212.662 236.988,63.217 '/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>");
	position: absolute;
	display: block;
	right: 33px;
	top: 29px;
	z-index: 10;
  }
  .packList .packContainer .packRadio:checked + .pack::after {
	background: #0090FF;
  }
  .packList .packContainer .packRadio:checked + .pack .price b {
	color: #0090FF;
  }
  .packList .packContainer .pack {
	background: #F9F9F9;
	display: block;
	margin: 1rem;
	padding: 1rem;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.4s ease-in;
  }
  .packList .packContainer .pack::before {
	transition: all 0.4s ease-in;
  }
  .packList .packContainer .pack::after {
	content: " ";
	background: white;
	position: absolute;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	top: 30px;
	right: 30px;
	transition: all 0.4s ease-in;
  }
  .packList .packContainer .pack .header h2 {
	font-size: 1.5em;
	color: #545454;
  }
  .packList .packContainer .pack .price {
	margin-top: 4rem;
  }
  .packList .packContainer .pack .price b {
	font-size: 2em;
	display: block;
	color: #545454;
  }
  .packList .packContainer .pack .features p {
	padding: 3rem 3rem;
  }
  .packList .packContainer .pack .features ul {
	padding: 0 3rem;
	text-align: left;
	list-style: none;
  }
  .packList .packContainer .pack .features ul li {
	position: relative;
	margin-left: 40px;
  }
  .packList .packContainer .pack .features ul li.active {
	color: #545454;
  }
  .packList .packContainer .pack .features ul li.active::before {
	display: block;
	position: absolute;
	left: -20px;
	content: url("data:image/svg+xml; utf8, <svg version='1.1'  fill='rgb(0,144,255)' width='12px' id='Capa_1' xmlns='http://www.w3.org/2000/svg'  xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 236.988 236.988' style='enable-background:new 0 0 236.988 236.988;' xml:space='preserve'><polygon points='198.098,24.326 87.543,134.881 38.891,86.229 0,125.121 87.543,212.662 236.988,63.217 '/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>");
  }
  
  /* Media Screen */
  @media screen and (max-width: 1649px) {
	.packList .packContainer .pack {
	  margin: 0.45rem;
	  padding: 0.45rem;
	}
  }
  @media screen and (max-width: 1499px) {
	.packList {
	  width: 100%;
	}
	.packList .packContainer .pack {
	  margin: 0.25rem;
	  padding: 0.25rem;
	}
  }
  @media screen and (max-width: 1210px) {
	.container {
	  width: 95%;
	}
  
	.packList .packContainer {
	  width: 50%;
	}
	.packList .packContainer:nth-child(2) {
	  order: -1;
	  width: 100%;
	}
	.packList .packContainer .pack .price {
	  margin-top: 2rem;
	}
	.packList .packContainer .pack .features p {
	  display: none;
	}
  }
  @media screen and (max-width: 800px) {
	.packList .packContainer {
	  width: 100%;
	}
  }

  
  
  
/*********** PLAN EMPRESAS ****************/

	/*----------------------------------
		CONOCEME SECCION
	----------------------------------*/


	.signature{
		color: #604a80;
		text-align: center;
		user-select: none;
		font-weight: 500;
	}
	
	.signature-subheading{
		font-size: 2rem;
		margin-bottom: 0;
	}
	
	.about-content{
		display: flex;
		flex-direction: column;
	}
	
	.about-description{
		width: 100%;
		background-color: #fff;
		padding: 40px;
		outline: 5px solid var(--color-principal);
		outline-offset: -5px;
		order: 2;
		margin-top: 5px;
	}
	
	.about-image{
		order: 1;
	}
	
	.about-image img{
		width: 100%;
		height: auto;
		display: block;
		border-radius: 100px 10px 10px 10px;
	}
	
	
	@media screen and (min-width: 768px){
		.about-content{
			position: relative;
			display: block;
		}
	
		.about-description{
			position: absolute;
			top: 70%;
			transform: translateY(-80%);
			width: 50%;
			outline-offset: -10px;
		}
	
		.about-image img{
			width: 70%;
			margin-left: auto;
			border-radius: 200px 10px 10px 0;
		}
	}
	
	
	/*Tarjetas*/
	
	h4 {
		margin-top: 0;
		text-align: center;
		margin-top: 0%;
	  }
	
	  .card .card-text{
		  font-size: 1rem;
	  }
	  
	  .card.card-horizontal {
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: horizontal;
		background-color: var(--color-principal);
		color: #fff;
		margin-bottom: 2rem;
		box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.75);
	  }
	
	  .card.card-horizontal .card-img-top {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0.25rem;
		max-width: 50%;
		background-size: cover;
	  }
	  .card.card-horizontal .card-img-bottom {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
		max-width: 50%;
	  }
	  
	  @media (max-width: 1200px) {
		  .card-img-bottom{ 
			background-size: cover;
		  }
		.card.card-responsive.card-horizontal {
		  -ms-flex-direction: column;
		  flex-direction: column;
		  -webkit-box-orient: vertical;
		}
		.card.card-responsive.card-horizontal .card-img-top {
		  border-top-right-radius: 0.25rem;
		  border-top-left-radius: 0.25rem;
		  border-bottom-left-radius: 0;
		  max-width: 100%;
		}
		.card.card-responsive.card-horizontal .card-img-bottom {
		  border-top-right-radius: 0;
		  border-bottom-left-radius: 0.25rem;
		  border-bottom-right-radius: 0.25rem;
		  max-width: 100%;
		}
	  }
	
	  
	  /* Grid de texto e imagenes*/
	
	  .col-text {
		height:20em;
	  }
	
	  .signature-heading{
		  font-size: 1rem;
	  }
	  .grid-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		flex-direction: row; 
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-around;
	  }
	  .col {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	  }
	  .col-left {
		-webkit-box-ordinal-group:-1;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	  }
	  .col-text{
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  .Aligner-item {
		width: 90%;
	  }
	  .col-image {
		background-size: cover;
		background-position:center center;
		/*quitarle el*/
	  }
	  
	  @media (max-width: 640px) {
		.grid-flex {
		  height: 40em;
		  display: -webkit-flex;
		  -webkit-flex-direction: column;
		  flex-direction: column; 
		 }
		.col {
		  order:vertical;
		}
		
		.col-left {
		  -webkit-box-ordinal-group:0;
		  -webkit-order: 0;
		  -ms-flex-order: 0;
		  order: 0;
		}
		.col-text div p {
		  padding: 1em;
		}
		.Aligner-item {
		  width: 90%;
		}
	  }
	  