/*
Theme Name: RL Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/***** General *****/
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/fonts/gilroy/Gilroy-Light.eot');
    src: url('/wp-content/fonts/gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/gilroy/Gilroy-Light.woff2') format('woff2'),
        url('/wp-content/fonts/gilroy/Gilroy-Light.woff') format('woff'),
        url('/wp-content/fonts/gilroy/Gilroy-Light.ttf') format('truetype'),
        url('/wp-content/fonts/gilroy/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/fonts/gilroy/Gilroy-Regular.eot');
    src: url('/wp-content/fonts/gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('/wp-content/fonts/gilroy/Gilroy-Regular.woff') format('woff'),
        url('/wp-content/fonts/gilroy/Gilroy-Regular.ttf') format('truetype'),
        url('/wp-content/fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/fonts/gilroy/Gilroy-Bold.eot');
    src: url('/wp-content/fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('/wp-content/fonts/gilroy/Gilroy-Bold.woff') format('woff'),
        url('/wp-content/fonts/gilroy/Gilroy-Bold.ttf') format('truetype'),
        url('/wp-content/fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/fonts/gilroy/Gilroy-Medium.eot');
    src: url('/wp-content/fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/wp-content/fonts/gilroy/Gilroy-Medium.woff') format('woff'),
        url('/wp-content/fonts/gilroy/Gilroy-Medium.ttf') format('truetype'),
        url('/wp-content/fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/fonts/gilroy/Gilroy-Extrabold.eot');
    src: url('/wp-content/fonts/gilroy/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/gilroy/Gilroy-Extrabold.woff2') format('woff2'),
        url('/wp-content/fonts/gilroy/Gilroy-Extrabold.woff') format('woff'),
        url('/wp-content/fonts/gilroy/Gilroy-Extrabold.ttf') format('truetype'),
        url('/wp-content/fonts/gilroy/Gilroy-Extrabold.svg#Gilroy-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    background-color: #fff;
	font-family: 'Gilroy' !important;
}
body {
    font-family: 'Gilroy', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Gilroy', sans-serif !important;
	font-weight: 500 !important;
}
h2, .h2 {
	font-size: 2.65em;
} 
h3, .h3 {
	font-size: 1.9em;
	font-weight: 700 !important;
}
a, p {
	font-family: 'Gilroy', sans-serif !important;
	font-weight: normal;
}
.post .entry-content a{
	font-weight: 600;
    color: #e6004d;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}
.section {
	transition: all .5s;
}
.col, .columns, .gallery-item {
    padding: 0 30px 30px;
}
.col .col {
    padding: 0 15px 30px; 
}
.backgroung-sec {
	padding: 60px !important;
	background: linear-gradient(45deg, #662D91 1.51%, #E6004D 50%, #E6004D 73.54%, #F90 98.49%);
	/*border-radius: 20px;*/
}
.logo img {
	width: 200px !important;
}
.text {
	cursor: default;
}
/***** Button *****/
.content-area .button {
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 500;
	height: 42px;
	padding: 0 20px 0;
	margin-bottom: 12px;
	margin-right: 12px;
	min-height: max-content;
	border: 0;
}
.button.icon-button {
	width: 42px;
}
.button.is-xlarge {
    font-size: 30px;
	line-height: 42px;
}
.button.is-xlarge span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 42px;
}
.btn-text-violett span{
	color: #6861C1;
}
.btn-text-marun span{
	color: #EA4765;
}
.btn-text-yellow span{
	color: #F7AF59;
}
.btn-arrow-right:after {
	content: "";
	width: 42px;
    height: 42px;
    display: inline-block;
	position: absolute;
	top: 50%;
	right: -48px;
	margin-left: -38px;
	background-repeat: no-repeat;
	border-radius: 50%;
	transform: translateY(-50%);
	transition-duration: .5s
}
.btn-arr-marun:after {
	background-image: url(/wp-content/uploads/2024/09/arrrow-r-r.svg);
	border: 3px solid #E6004D;
}
.btn-arr-white:after {
	background-image: url(/wp-content/uploads/2024/09/arrrow-r-w.svg);
	border: 3px solid #fff;
}
.btn-arrow-right:hover:after {
	right: -55px;
}
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .1);

}
/***** Header *****/
.header-button .is-small.button {
    font-size: 1em;	
	background: transparent;
	border: none;
}
.header-button .is-small.button .icon-menu {
	display: none;
}
.header-button .is-small.button:before {
	content: "";
    background-image: url(/wp-content/uploads/2024/05/menu-icon.svg);
	width: 40px;
    height: 40px;
    display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.header-button:hover .is-small.button:before {
	background-image: url(/wp-content/uploads/2024/08/menu-icon_invert.svg);
	transition: all .5s;
}
.header-button .is-small.button:hover {
	box-shadow: none;
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}
.nav > .lang-item > a {
	font-weight: 400;
    font-size: 20px;
}
.nav > .lang-item:first-child {
	margin-right: 0;
}
.nav > .current-lang > a {
	color: #E6004D !important;
}
/***** Footer *****/
.footer-wrapper {
	background: linear-gradient(87.84deg, #662D91 -0.66%, #E6004D 44.67%, #F03E2E 75.19%, #FF9900 100.32%);
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.absolute-footer {
	background: none;
}
.copyright-footer {
	display: flex;
	justify-content: space-between;
	font-weight: 300;
	color: #fff;
}
.copyright-footer a {
	font-weight: 300;
	color: #fff;
}
.footer-wrapper .white.button, .footer-wrapper .white.button.is-outline:hover  {
	color: #E6004D !important;
	border-color: #fff;
}
.footer-wrapper .white.button.is-outline {
    color: #fff !important;
	line-height: 1em;
	border: 3px solid;
	height: 42px;
}

.footer-wrapper .white.button span {
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
}
.footer-wrapper .white.button.is-outline.icon-button {
	padding: 0 5px;
}
.footer-wrapper .button:not(.icon)>span+i {
    font-size: 1.35em;
    margin: 0;
    top: 6px;
    left: -2px;
}
.footer-wrapper .button:not(.icon)>span+i.icon-facebook {
	position: absolute;
	font-size: 1.8em;
    left: 6px;
    top: 7px;
}
.footer-wrapper .button.no-click {
    cursor: default;
    pointer-events: none;
	border: 3px solid #fff;
}

.footer-wrapper .button .icon-phone:before {
    position: absolute;
	display: inline-block;
	content: "";
    width: 24px;
    height: 24px;
	top: -8px;
    left: -13px;
	background-image: url(/wp-content/uploads/2024/07/phone_w.svg);
   	background-repeat: no-repeat;
}
.footer-wrapper .button:hover .icon-envelop:before {
	background-image: url(/wp-content/uploads/2024/07/mail_r.svg);
}
.footer-wrapper .button .icon-envelop:before {
    position: absolute;
	display: inline-block;
	content: "";
    width: 31px;
    height: 21px;
	top: -7px;
    left: -16px;
	background-image: url(/wp-content/uploads/2024/07/mail_w.svg);
   	background-repeat: no-repeat;
}
.footer-wrapper .button:hover .icon-phone:before {
	background-image: url(/wp-content/uploads/2024/07/phone_r.svg);
}
.footer-wrapper .button .icon-linkedin:before {
    position: absolute;
	display: inline-block;
	content: "";
    width: 21px;
    height: 20px;
    top: -8px;
    left: -10px;
	background-image: url(/wp-content/uploads/2024/07/in_w.svg);
   	background-repeat: no-repeat;
}
.footer-wrapper .button:hover .icon-linkedin:before {
	background-image: url(/wp-content/uploads/2024/07/in_r.svg);
}
.footer-wrapper .button .icon-angle-right:before {
    position: absolute;
	display: inline-block;
	content: "";
    width: 30px;
    height: 30px;
	top: -9px;    
    left: -14px;
	background-image: url(/wp-content/uploads/2024/06/arrow-r.svg);
   	background-repeat: no-repeat;
}
.html .social-icons a i.icon-facebook {
	
}
.html .social-icons a i.icon-facebook:before {

}

@media only screen and (max-width: 550px) {
	.copyright-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	.copyright-footer div {
		padding-bottom: 15px;
	}
}

/***** Main Page ****/
.section-radius-50 {
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-top: -20px;
}
.section-our_prod {
	margin-top: -150px;
	transition: all .5s;
}
.section-blue:hover  + .section + .section + .section, .section-blue:hover + .section + .section, .section-blue:hover  + .section{
	transition: all .5s;
    transform : translateY(100px);
	-webkit-transform : translateY(100px);
	-ms-transform : translateY(100px);
}
.section-blue:hover {
	background-color: #662D91 !important;
}
.section-blue:hover .btn-text-violett span {
    color:#662D91;
}
.section-pink:hover + .section + .section, .section-pink:hover + .section{
	transition: all .5s;
    transform : translateY(100px);
    -webkit-transform : translateY(100px);
    -ms-transform : translateY(100px);
}
.section-pink:hover {
	background-color: #E6004D !important;
}
.section-pink:hover .btn-text-marun span {
    color: #E6004D;
}
.section-yellow:hover + .section{
	transition: all .5s;
    transform : translateY(100px);
	-webkit-transform : translateY(100px);
    -ms-transform : translateY(100px);
}
.section-yellow:hover + .section + .section {
	transition: all .5s;
    transform : translateY(100px);
	-webkit-transform : translateY(100px);
    -ms-transform : translateY(100px);
}
.section-yellow:hover {
	background-color: #FF9900 !important;
}
.section-yellow:hover .btn-text-yellow span {
    color: #FF9900;
}
.section-yellow:hover .section-padd_bottom {

} 
.sub-text_our-prod {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.section-radius-50:hover .sub-text_our-prod {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s linear;
}
.main-top-text div {
	display: inline;
}
.main-top-text h2 {
	line-height: 1.6;
}
.main-top-text .text-outline-button {
    color: #E6004D;
    border: 3px solid #E6004D;
    border-radius: 99px;
    padding: 0 15px;
}
.main-top-text .text-outline-button:hover {
    color: #fff;
    border: 3px solid #E6004D;
	background-color: #E6004D;
    border-radius: 99px;
    padding: 0 15px;
	transition: all .8s;
}
.main-top-text .text-bold {
    color: #E6004D;
    font-weight: 700;
}

.main-top-text .text-bold:hover {
	border-bottom: 3px solid #E6004D;
}
.main-top-text .text-button {
    background-color: #E6004D;
    border-radius: 99px;
    padding: 3px 15px;
    color: #fff;
	transition: all .8s;
}
.main-top-text .text-button:hover {
	background: linear-gradient(87.84deg, #662D91 -0.66%, #E6004D 44.67%, #F03E2E 75.19%, #FF9900 100.32%);
	transition: all .8s;
}
.main-top-text .text-button {
	position: relative;
}
.main-top-text .text-button:after {
	content: "";
	width: 58px;
    height: 58px;
    display: inline-block;
	position: absolute;
	top: 0;
	right: -66px;
	margin-left: -66px;
	background-image: url(/wp-content/uploads/2024/09/big-arrow-down-red.svg);
	background-repeat: no-repeat;
	border-radius: 50%;
	transform: rotate(45deg);
	-webkit-transform : rotate(45deg);
    -ms-transform : rotate(45deg);
}
.col-card-icon .icon-box-text p {
	font-size: 18px;
	line-height: 1.2;
	display: none;
	color: #fff;
	}
.col-card-icon .col-inner{
	display: flex;
	align-items: center;
	min-height: 250px;
}
.col-card-icon .icon-box-text {
	display: flex;
	align-items: center;

}
.col-card-icon .icon-box-text h3 {
	font-size: 30px;
	text-align: left;
}

.col-card-icon_2 .icon-box-text p {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	}
.col-card-icon_2 .front .icon-box-text {
	display: flex;
	align-items: center;

}
.col-card-icon_2 .icon-box-text h3 {
	font-size: 30px;
	text-align: left;
}
.main-top-text br{
	display: none;
}

/*@media only screen and (min-width: 47em) {*/
	.col-card-icon:hover h3 {
		color: #fff;
		-webkit-animation: tracking-in-expand-fwd-bottom 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
				animation: tracking-in-expand-fwd-bottom 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	.col-card-icon:hover p {
		display: block;
	}
	.col-card-icon .col-inner:before {
		border-radius: 50px;
		content: '';
		position: absolute; bottom: 0; left: 0;
		width: 100%;
		height: 0;
		background: #e6004d;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		z-index: -1;
	}
	.col-card-icon:hover .col-inner:before {
		height: 100%;
	}
	.col-card-icon:hover .icon-box-img {
		display:none;
	}
	.col-card-icon:hover .icon-box-text {
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
/*}*/
@media only screen and (max-width: 48em) {
	.main-top-text .text-button:after {
		right: -50px;
		margin-left: -50px;
		width: 46px;
    	height: 46px;
		background-image: url(/wp-content/uploads/2024/07/arr-d-45.svg);
	}
	.col-card-icon .icon-box-text {
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
	.col-card-icon h3 {
		color: #fff;	
	}
	.col-card-icon p {
		display: block !important;
	}
	.col-card-icon .icon-box-img {
		display:none;
	}
	.col-card-icon .col-inner {
		background: #e6004d;
	}
	.sub-text_our-prod {
		visibility: visible;
		opacity: 1;
	}
	.section-radius-50:hover, .section-radius-50 {
		margin-top: -20px;
		transform : translateY(0);
		-webkit-transform : translateY(0);
		-ms-transform : translateY(0);
	}
	.section-blue:hover  + .section + .section + .section, .section-blue:hover + .section + .section, .section-blue:hover  + .section{
		transition: all .5s;
		transform : translateY(0);
		-webkit-transform : translateY(0);
		-ms-transform : translateY(0);
	}
	.section-blue {
		background-color: #662D91 !important;
	}
	.section-pink:hover + .section + .section, .section-pink:hover + .section{
		transition: all .5s;
		transform : translateY(0);
		-webkit-transform : translateY(0);
		-ms-transform : translateY(0);
	}
	.section-pink {
		background-color: #E6004D !important;
	}
	.section-yellow:hover + .section{
		transition: all .5s;
		transform : translateY(0);
		-webkit-transform : translateY(0);
		-ms-transform : translateY(0);
	}
	.section-yellow {
		background-color: #FF9900 !important;
	}

}
@media only screen and (max-width: 550px) {
	.main-top-text br{
		display: inline-block;
	}
}
/***** About Page ****/
.page-id-633 .btn-arrow-right.btn-arr-marun, .page-id-209 .btn-arrow-right.btn-arr-marun{
	display: none;
}
.section-radius-50_about {
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-top: -20px;
}
.border-top-right-radius-50 .col-inner,
.border-top-right-radius-50 img {
	border-top-right-radius: 20px;
}
.border-top-left-radius-50 .col-inner,
.border-top-left-radius-50 img{
	border-top-left-radius: 20px;
}
.about-text-fio p{
	font-size: 42px;
	font-weight: 700;
	margin-bottom: .6em;
}
.about-text-sub p{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}
.about-text-p p{
	font-weight: 500;
	line-height: 1.2;
}
.about-btn-icon.button.is-outline {
    line-height: 1em;
    border: 3px solid;
	width: 42px;
}
.about-btn-icon:not(.icon)>span+i {
    font-size: 1.35em;
    margin: 0;
	top: -8px;
    left: -8px;
}
.about-btn-icon:not(.icon)>span+i.icon-linkedin {
	top: -9px;
}
.about-btn-icon.button.is-outline .icon-linkedin:before {
	display: inline-block;
	content: "";
    width: 21px;
    height: 20px;
	background-image: url(/wp-content/uploads/2024/07/in_r.svg);
   	background-repeat: no-repeat;
}
.about-btn-icon.button.is-outline:hover {
	border: 3px solid #E6004D;
}
.about-btn-icon.button.is-outline:hover .icon-linkedin:before {
	background-image: url(/wp-content/uploads/2024/07/in_w.svg);
}
.sidebar-menu .nav>li>a {
    color: #E6004D;
	font-size: 30px;
}
.btn-linkedin {
	margin-right: 5px;
}
@media only screen and (max-width: 48em) {
	.about-text-sub p {
		font-size: 15px;
	}
	.about-text-sub p br{
		display: none;
	}
}
/***** Products ****/
.section-prod {
	padding-bottom: 0 !important;
}
.section-prod:hover {
	padding-bottom: 65px !important;
}
.hidden-col_prod {
	height: 280px;
}
.hidden-col_prod .col-inner {
	display: flex;
    align-items: center;
    justify-content: center;
}
.col-testemonial:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 40px;
    background-image: url(/wp-content/uploads/2024/07/testemonial_triangle.svg);
    background-repeat: no-repeat;
    top: 0;
    left: 40px;
}
.testimonial-text p {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
}
.testimonial-box .icon-box-text {
	display: flex;
    flex-direction: column;
}
.testimonial-box .icon-box-text .testimonial-text {
	order: 1;
}
.testimonial-name {
	display: block;
	font-size: 42px;
	font-weight: 500;
	padding-bottom: 5px;
}
.testimonial-name-divider {
	display: none;
}
.testimonial-company {
	display: block;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.hidden-col_prod:hover .col-inner {
	background-color: #0000004a
}
.hidden-title_prod p{
	font-weight: 700;
}

.hidden-text_prod {
	display: none;
}
.hidden-text_prod p {
	font-size: 16px;
	font-weight: 500;
}
.hidden-col_prod:hover .hidden-text_prod {
	display: block;
	transition: all .5s;
}
.hidden-col_prod:hover .col-inner {
	padding: 40px 20px 20px !important;
}
.hidden-col_prod:hover .hidden-title_prod {
	display: none;
}
@media only screen and (max-width: 48em) {

	.testimonial-name {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.testimonial-company {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.testimonial-text {
		font-size: 14px;
	}
}
/***** Popup Menu ****/
.off-canvas .sidebar-menu {
    padding: 0;
}
.off-canvas-center .nav-vertical>li>a, .off-canvas-center .nav-vertical>li>ul>li a {
    justify-content: left;
	color: #4D4D5B;
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background: none;
}
.nav-sidebar.nav-vertical>li.menu-item:hover a{
	color: #E6004D;
	font-weight: 900 !important;
}
.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #fff;
    opacity: 1;
}
.off-canvas-center .mfp-content {
    max-width: 1080px;
    padding-top: 32px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding-left: 0;
	padding-right: 0;
}
.mfp-close {
	position: absolute;
}
.mfp-container, .mfp-wrap {
	max-width: 1080px;
	position: relative !important;
	margin: 0 auto;
	height: 100vh !important;
}
.mfp-close svg {
    display: none;
}
.mfp-close:before {
	display: inline-block;
	content: "";
	position: absolute;
    width: 40px;
    height: 40px;
	right: 20px;
	top: 32px;
	background-image: url(/wp-content/uploads/2024/07/close-btn.svg);
   	background-repeat: no-repeat;
	transition: all .5s;
} 
.mfp-close:hover:before {
    background-image: url(/wp-content/uploads/2024/08/close-btn_invert.svg);
	transition: all .5s;
}
.mfp-content .nav-vertical>li.html.custom.html_topbar_left {
	justify-content: space-between;
	align-content: flex-end;
	padding-top: 40px;
	
}
.mfp-content .nav-vertical>li.html.custom.html_topbar_left div,
.mfp-content .nav-vertical>li.html.custom.html_topbar_left div a{
	color: #E6004D;
}
.mfp-ready .mfp-close {
    opacity: 1;
}
.html .social-icons {
	display: flex;
	justify-content: flex-end;
}
.html .social-icons .icon.linkedin {
	order: -1;
}
.html .social-icons a i{
    font-size: 1.2em;
	height: 40px;
    width: 40px;
    border: 3px solid #E6004D;
    border-radius: 50%;
	color: #E6004D;
}
.html .social-icons a i:hover {
	background-color: #E6004D;
	color: #fff;
}
.html .social-icons a i:before {
	position: relative;
	top: 6px;
	
}
.html .social-icons .icon-linkedin:before {
	display: inline-block;
	content: "";
    width: 21px;
    height: 20px;
	background-image: url(/wp-content/uploads/2024/07/in_r.svg);
   	background-repeat: no-repeat;
	transition: all .3s;
}
.html .social-icons .icon-linkedin:hover {
	background: #E6004D;
	transition: all .3s;
}
.html .social-icons .icon-linkedin:hover:before {
	background-image: url(/wp-content/uploads/2024/07/in_w.svg);
}
.html .social-icons a i.icon-facebook:before {
    font-size: 1.4em;
}
/***** Blog ****/
.blog-single .entry-divider, .blog-archive .is-divider, .box-blog-post .is-divider, .entry-meta .byline {
	display: none;
}
.blog-archive .image-cover img, .blog-single .entry-image img, .box-blog-post img {
	border-radius: 20px;
}
h5.post-title a{
	font-size: 28px;
    font-weight: 500;
}
.post-meta.is-small {
	font-size: 1em;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 5px;
    padding-top: 5px;
}

/***** Flip card ****/
.flip-container {
	perspective: 1000px; 
	transform-style: preserve-3d;
	display: inline-block;
}
.flip-container:hover .back {
	transform: rotateY(0deg);
	-webkit-transform : rotateY(0deg);
	-ms-transform : rotateY(0deg);
}
.flip-container:hover .front {
	transform: rotateY(180deg);
	-webkit-transform : rotateY(180deg);
	-ms-transform : rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	height: 240px;
}

.flipper {
	transition: 0.6s; 
	transform-style: preserve-3d;	
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.8s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	
}

.front {
	z-index: 2;	
	transform: rotateY(0deg);
	-webkit-transform : rotateY(0deg);
	-ms-transform : rotateY(0deg);
	padding: 45px 35px;
}
.back {
	transform: rotateY(-180deg);
	-webkit-transform : rotateY(-180deg);
	-ms-transform : rotateY(-180deg);
	text-align: left;
	line-height: 1.4em;
	background: #E6004D; 
	border-radius: 20px;
	padding: 28px 35px;
}
.back h3 {
	color: #fff;
}

.vertical.flip-container {
	position: relative;
}
.vertical .back {
	transform: rotateX(180deg);
	-webkit-transform : rotateX(180deg);
	-ms-transform : rotateX(180deg);
	
}
.vertical.flip-container:hover .back  {
	transform: rotateX(0deg);
	-webkit-transform : rotateX(0deg);
	-ms-transform : rotateX(0deg);
}
.vertical.flip-container:hover .front {
	transform: rotateX(180deg);
	-webkit-transform : rotateX(180deg);
	-ms-transform : rotateX(180deg);
}
.front {	
	color:#fff; 
	text-align:center;
	border: 3px solid #E6004D;
	border-radius: 20px;
}
@media only screen and (max-width: 48em) {
	/*.front {
		display: none;
	}
	.back {
		transform: none;
	}*/
	.flip-container, .front, .back {
		height: 340px;
	}
}
@media only screen and (max-width: 855px) {
	.flipper .front .icon-box-right {
		flex-direction: column-reverse;
    	align-items: center;
    	align-content: center;
	}
	.flipper .front .icon-box-right .icon-box-img {
		margin-left: 0;
	}
	.flipper .front .icon-box-text h3 {
		font-size: 28px;
		text-align: center;
		line-height: 1.2;
		margin-top: 20px;
	}
	.flipper .icon-box-right .icon-box-img+.icon-box-text {
    	padding-right: 0; 
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.html .social-icons {
		text-align: left;
	}
	.html .social-icons a i:before {
	    right: -7px;
	}
	h2 {
		font-size: 32px;
	}
	.mfp-close:before {
		top: 15px;
	}
}

@media only screen and (max-width: 400px) {
	.main-top-text h2 {
		font-size: 28px;
	}
	.main-top-text .text-button:after {
		display: none;
	}
	.flip-container, .front, .back {
        height: 390px;
    }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-21 22:28:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-200px) translateY(100px);
            transform: translateZ(-200px) translateY(100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-200px) translateY(100px);
            transform: translateZ(-200px) translateY(100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-fwd-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-left {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(-1000px);
            transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-left {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(-1000px);
            transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

/*Intensive*/
.intro-intensive .main-top-text .text-button:after {
	display: none;
}
.page-id-943 .content-area .button{
	border: 2px solid;
	
}
.page-id-943 .content-area .intro-date .button. {
	background: #662d9121;
	border: none;
}
.hero-date-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
	color: var(--fs-color-secondary);
	font-weight: 500;
}
.date-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
}
.not-for-you {
    background: rgba(102, 45, 145, 0.7);
    color: rgba(255, 255, 255, 0.75);
    padding: 1.8rem 2.5rem;
    border-radius: 10px;
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}
.not-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(102, 45, 145, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 2px;
}
.not-for-you p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0;
}
.section-team-intensive .box-text h4 {
	color: #e6004d;
    font-size: 22px;
	line-height: 1.2;
	margin: 20px 0 20px;
}
.section-team-intensive .box-text .person-title {
	text-transform: none;
}
.page-id-943 ul li.bullet-checkmark {
	font-size: 14px;
}
.page-id-943 ul li.bullet-checkmark:before {
	color:#662d91;
}
.page-id-943 .lang-item {
	display: none;
}
.page-id-943 .col-plan-intensive .col-inner{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
} 
.page-id-943 .col-plan-intensive .col-inner .row-center {
	margin: 0 auto;
}
.only-intensive {
	display: none;
}
.page-id-943 .only-intensive {
	display: block;
}
.text-oferta  a{
	color: #662d91;
	font-weight: 500;
}
.text-oferta  a:hover{
	color: #e6004d;
}