/*------------------------------------------------------------------ 
    IMPORT FONTS a
-------------------------------------------------------------------*/

@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');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*------------------------------------------------------------------ 
    IMPORT FILES 
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);
@import url(mixins.css);

/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/

.col-md-4{
	overflow: hidden;
}



body {
	background-color: #e7e8ec;
	color: black;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.80857;
	overflow-x: hidden !important;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px;
	text-align: center;
	color: #07528d;
	font-weight: 700;
	padding: 10px;
}
h1 span3{
	color: #07528d;
}
h1 span4{
	color: #e27c00;
}
h5 span5{
	color: #000;
	font-weight: 400;
}
h2 {
	font-size: 22px;
	text-align: center;
	color: black;
	font-weight: 500;

}

h3 {
	font-size: 19px;
	color: #e27c00;
	font-weight: 600;
	text-align: center;
}

h4 {
	font-size: 21px;
	color: #07528d;
	margin-top: 25px;
	font-weight: 600;
}

h5 {
	font-size: 12px;
	color: black;
	text-align: justify;
	font-weight: 300;
}

h6 {
	font-size: 14px;
	color: #025da4;
	text-align: center;
	font-weight: 600;
}
h7 {
	font-size: 14px;
	color: black;
	text-align: justify;
	font-weight: 600;
}
h8{
	font-size: 14px;
	color: #e27c00;
	font-weight: 600;
	text-align: center;
}
h9{
	font-size: 14px;
	color: #025da4;
	font-weight: 500;
}
h10{
	font-size: 13px;
	color: #e27c00;
	font-weight: 500;
}
h11{
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
h12{
	font-size: 55px;
	position: absolute;
	margin-bottom: .5em;
}
h13{
	font-size: 35px;
	font-weight: 700;
	position: absolute;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a,
h8 a,
h9 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

.dark_bg {
	background: #000;
}

.padding_left_right {
	padding-left: 30px;
	padding-right: 30px;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}


/*------------------------------------------------------------------ 
   LOADER 
-------------------------------------------------------------------*/

#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	position: fixed;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.loader {
    display: block;
    flex-wrap: wrap;
    width: 250px;
    height: auto;
    -webkit-transform-style: preserve-3d;
}

.loader img {
    width: 100%;
    height: auto;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-image: none;
	background-size: auto auto;
	background-image: none;
	-webkit-animation: move 2s ease-in-out infinite both;
	animation: move 2s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	background-image: url('../images/gb.png');
	background-size: 100% 100%;
}

.box:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.box:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.box:nth-child(3) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}

@-webkit-keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	62.5% {
		-webkit-transform: translate(30px, 60px);
		transform: translate(30px, 60px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 40px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

@keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 80px);
		transform: translate(80px, 80px);
	}
	62.5% {
		-webkit-transform: translate(40px, 80px);
		transform: translate(40px, 80px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}




.padding_bottom-0 {
	padding-bottom: 0 !important;
}

/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/

.top-header .navbar {
	padding: 0px 0px;
}

.top-header {
    position: absolute;
    top: 5px;
    left: 100px;
    z-index: 20;
    background-position: left;
    background: linear-gradient(to right, #e27c00, #025da4);
    background-size: auto 100%;
    width: 85%;
    margin: 0 0;
	border-radius: 5ch;
	
}

.top-header .navbar .navbar-collapse ul li a {
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 20px;
	position: relative;
	font-weight: 400;
	overflow: hidden;
	color: white;
}

a.navbar-brand {
    left: 120px;
    position: relative;
}

a.navbar-brand img {
    height: 80px;
}

.top-header .navbar .navbar-collapse ul li a.active {}
.top-header .navbar .navbar-collapse ul li a:hover,
.top-header .navbar .navbar-collapse ul li a:focus {
	background: transparent;
	color: #d4a81e;
}

.search_icon.nav-link img {
	width: 25px;
}

.top-header .navbar .navbar-collapse ul li {
	margin: 0 1px;
	
}

.top-header.fixed-menu {
    width: 85%;
    position: fixed;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	background: linear-gradient(to right, #e27c00, #025da4);
    z-index: 20;
    margin: 0;
}

.navbar-toggler {
	border: 2px solid #d4a81e !important;
	border-radius: 0;
	margin: 15px 15px;
	padding: 8px 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span {
	background: #d4a81e;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span+span {
	margin-top: 5px;
}

.navbar-toggler:hover {
	border: 2px solid #d4a81e;
}

.navbar-toggler:hover span {
	background: #d4a81e;
}

.tab_menu {
    overflow: scroll;
}
.tab_menu ul {
    width: 950px;
}
.full > img {
    width: 80%;
}
.blog_img_popular {
    margin-bottom: 2px;
}
/* search bar */

.search-box {
	position: absolute;
	top: 0;
	right: 50px;
	height: auto;
	padding: 0;
	margin-top: 17px;
}

.search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
}

.top-header #navbar-wd {
	padding-right: 0px;
	font-size: 13px;
}

.search-btn {
	float: right;
	width: 41px;
	height: 41px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #111;
}

.search-txt {
	border: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 41px;
	width: 0;
	transition: width 400ms;
	background: #fff;
	padding: 0;
	font-weight: 300;
}

.theme_color {
	color: #e27c00;
}


/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/

.home-slider {
	position: relative;
	height: 540px;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #70c6eb;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}

.lbox-details a.btn {
	background: #ffffff;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #3a4149;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #70c6eb;
}

.pogoSlider-nav-btn {
	background: #000;
}

.pogoSlider-nav-btn--selected {
	background: #d4a81e !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 75px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}
#img{
	
	overflow: hidden;
}
#text-courses{
	text-align: center;
}
.img-responsive {
	width: 100%;
	height: 100%;
	transition: 0.5s;
	object-fit: cover;
}
.img-responsive:hover{
transform: scale(1.1,1.1);
}

.slide_text h3 {
    font-size: 55px;
    font-weight: 600;
    padding: 0;
    line-height: 45px !important;
    text-align: center;
    color: #fff;
}

.slide_text h3 span {
    font-size: 40px;
}

.slide_text h4 {
    font-size: 30px;
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.slide_text p {
    color: #d4a81e;
    font-size: 20px;
    font-weight: 300;
    padding-top: 0;
    line-height: normal;
    margin-bottom: 0;
}

.contact_bt {
    width: 180px;
    height: 50px;
    background: #e27c00;
    color: #fff;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    border-radius: 5px;
}

.contact_bt:hover,
.contact_bt:focus {
    color: #fff;
}

.dark_bg .contact_bt {
    margin-top: 30px;
}

.slide_text {
    margin-top: 220px;
    padding-left: 0;
}

.tab_menu {
    width: 100%;
    height: 110px;
    background: #e7e8ec;
    float: left;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0 14px 0 rgba(0,0,0,.3);
    overflow: hidden;
    padding: 0 30px;
}

.tab_menu ul li:nth-child(7),.tab_menu ul li:nth-child(5) {
    background: #025da4;
    transform: skew(-30deg);
	color:#fff;
}

.tab_menu ul li:nth-child(6) {
    background: #e27c00;
    transform: skew(-30deg);
	color:#fff;
}

.tab_menu ul li:nth-child(7) a,.tab_menu ul li:nth-child(5) a {
    transform: skew(30deg);
	float: left;
	color: #fff;
}

.tab_menu ul li:nth-child(6) a {
    transform: skew(30deg);
	float: left;
	color: #fff;
}

.tab_menu ul li span {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    float: left;
}

.tab_menu ul li {
    width: 14.25%;
    float: left;
    padding: 25px 0;
    display: flex;
    justify-content: center;
}

span.icon {
    float: left;
    width: 100%;
    text-align: center;
}

span.icon img {
    height: 35px;
}

/*------------------------------------------------------------------ About -------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #70c6eb;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}

.about-box {
	padding: 70px 0px;
}

.title-box {
	text-align: center;
	margin-bottom: 30px;
}

.title-box h2 {
	font-size: 75px;
	font-family: 'Great Vibes', cursive;
	color: #e91327;
	font-weight: 400;
	padding: 0;
}

.title-box h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info {
	margin-bottom: 30px;
}
.about-m {}

.about-img {
	padding: 30px 0px;
}

.about-img img {
	border-radius: 10px;
}

.about-m ul {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.about-m ul li {
	display: inline-block;
	text-align: center;
}

.about-m ul li a {
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover {
	background: #333333;
	color: #ffffff;
}

.about-main-info h2 {
	font-size: 45px;
	color: #e91327;
	font-weight: 600;
}

.about-main-info a {
	border-radius: 2px;
	transition: .2s;
	padding: 10px 25px;
	background: #e91327;
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	border-radius: 0 15px;
	margin-top: 10px;
}

.about-main-info a:hover {
	color: #ffffff;
}

.about-main-info div.full>img {
	height: 500px;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #095a83;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    font-weight: 600;
    text-indent: -10px;
}

.hvr-radial-out:after {
    content: "";
    display: flex;
    width: 25px;
    height: 100px;
    background: #fff;
    position: absolute;
    z-index: 11;
    top: 0;
    right: -6px;
    transform: skew(-20deg);
}

.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #070500;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

a.hvr-radial-out:hover,
a.hvr-radial-out:focus {
	color: #fff;
}


.silver_bg .hvr-radial-out:after {
    background: #eee;
}

/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/

.service_blog {
    float: left;
    width: 100%;
    border: solid #555 1px;
    padding: 30px;
    margin-top: 30px;
    transition: ease all 0.2s;
}

.service_blog:hover, .service_blog:focus {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    transform: scale(1.02);
}

.service_blog h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: solid #222 2px;
    color: #222;
    margin-bottom: 15px;
}

.effect-service {
	position: relative;
	height: auto;
	text-align: center;
	cursor: pointer;
	border: 8px solid #eee;
	margin-bottom: 30px;
}

figure.effect-service {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure.effect-service img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-service h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

figure.effect-service h2 {
	background: #e91327;
	padding: 13px;
	width: 94%;
	height: 58px;
	border: 0;
	margin: 0;
	font-weight: 200;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	font-family: 'Great Vibes', cursive;
}

figure.effect-service p {
	padding: 15px;
	width: 100%;
	height: 80%;
	font-size: 14px;
	border: 2px solid #fff;
	margin: 0;
	font-weight: 300;
	display: none;
}

figure.effect-service p {
	float: right;
	padding: 20px;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-service:hover img {
	opacity: 0.6;
}

figure.effect-service:hover p {
	opacity: 1;
}

figure.effect-service:hover {
	border: 8px solid #e91327;
}


/*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/

.gallery-box {
	padding: 70px 0px 120px;
}

.gallery-box ul {}

.gallery-box ul li {
	position: relative;
	width: 31.33%;
	margin: 0 1% 20px !important;
	padding: 0px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 0px;
}

.gallery-box ul li a {
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}

.gallery-box ul li a::before {
	content: "";
	position: absolute;
	background: rgba(233, 19, 39, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a .overlay {
	background: #70c6eb;
	color: #3a4149;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a:hover::before {
	top: 0;
	opacity: 1;
}

.gallery-box ul li a:hover .overlay {
	opacity: 1;
}

.gallery-box ul li a:hover {
	border: 4px solid #e91327;
}

.gallery-box ul li a .overlay {
	background: #fff;
	color: #e91327;
}


/*------------------------------------------------------------------ Properties -------------------------------------------------------------------*/

.properties-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.single-team-member {
	position: relative;
	margin-top: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.filter-button-group {
	margin-bottom: 30px;
}

.filter-button-group button {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.filter-button-group button:hover {
	color: #ffffff;
}

.properties-single {
	margin-bottom: 30px;
	background: #ffffff;
	transition: all 0.5s ease 0s;
}

.fuit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.fuit a {
	background: #57cef8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.for-sal {
	background: #3a4149;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.pro-price {
	background: #57cef8;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.properties-img {
	position: relative;
	overflow: hidden;
}

.properties-img img {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .properties-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.properties-dit {
	padding: 15px;
}

.properties-dit h3 {
	font-size: 20px;
}

.properties-dit ul {
	padding: 10px 0px;
}

.properties-dit ul li {
	float: left;
	width: 33.33%;
	font-size: 12px;
	line-height: 30px;
}

.properties-dit ul li i {
	float: right;
	padding: 7px 10px;
	font-size: 15px;
	color: #57cef8;
}

.properties-dit p {
	margin: 0px;
}

.properties-dit p i {
	padding-right: 10px;
}

/*------------------------------------------------------------------ counter ----------------------------------------------------------------*/

h2.timer.count-title.count-number {
    color: #f43866;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 60px;
}

p.count-text {
    color: #f43866;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: solid #fff 5px;
    padding-bottom: 10px;
    width: 50%;
}

/*------------------------------------------------------------------ Team -------------------------------------------------------------------*/

.team-box {
	padding: 70px 0px;
}

.team_member_img img {
    border: solid #ece9e2 20px;
    border-radius: 100%;
    width: 300px;
    height: 300px;
}

#team_slider h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin-top: 25px;
}

#team_slider p {
    padding: 0 43px;
}

.team_member_img {
    position: relative;
}

.team_member_img .social_icon_team {
    position: absolute;
    top: 19px;
    left: 42px;
    width: 76%;
    height: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(244,56,102,0.7);
	opacity:0;
	transition: ease all 0.2s;
}

.team_member_img:hover .social_icon_team,
.team_member_img:focus .social_icon_team {
	opacity: 1;
}

.our-team {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.our-team:before,
.our-team:after {
	content: "";
	width: 130px;
	height: 150px;
	background: #57cef8;
	position: absolute;
	z-index: -1;
}

.our-team:before {
	bottom: -20px;
	left: 0;
}

.our-team:after {
	top: -20px;
	right: 0;
}

.our-team .pic {
	margin: 8px;
	position: relative;
	border: 3px solid #57cef8;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
	border-color: #3a4149;
}

.our-team .pic:after {
	content: "";
	width: 100%;
	height: 0;
	background: #57cef8;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
	height: 100%;
	opacity: 0.85;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	transition: all 0.5s ease 0.2s;
}

.our-team:hover .team-content {
	top: 38%;
}

.our-team .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0px;
}

.our-team .post {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-transform: capitalize;
}

.our-team .social {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin: 0 7px;
	transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
	background: #fff;
	color: #00bed3;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}


/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/

.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-img {
	margin-bottom: 15px;
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
}

.blog-inner a:hover {
	color: #ffffff;
}


/*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/

.contact-box {
	padding: 70px 0px;
}

.left-contact h2 {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 30px;
}

.cont-line {
	overflow: hidden;
	margin-bottom: 30px;
}

.icon-b {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
	margin-right: 15px;
	color: #fff;
	border-radius: 100%;
	background: #d4a81e;
}

.dit-right h4 {
	font-size: 16px;
	color: #3a4149;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.dit-right p {
	font-size: 14px;
	margin-top: 0;
}

.dit-right a {
	font-size: 14px;
	color: #3a4149;
	font-weight: 300;
	line-height: normal;
}

.dit-right a:hover {
	color: #57cef8;
}

.contact-block {}

.contact-block .form-group .form-control {
	background: #333;
	height: 48px;
	font-size: 14px;
	border: 0;
	padding: 5px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 200;
	letter-spacing: 0px;
}

.submit-button .btn-common {
	background-color: #d4a81e;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0 20px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	opacity: 1;
}

.contact-block .form-group textarea.form-control {
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common:hover {
	background-color: #111;
	opacity: 1;
}

.custom-select {
	height: 45px;
	font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.help-block ul li {
	color: red;
}

.footer-box {
    background: #0b1c2c;
    padding: 50px 0;
}

.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}

.footer-box .footer-company-name a {
	color: #333;
	text-decoration: underline !important;
}

.footer-box .footer-company-name a:hover {
	color: #e91327;
}


/*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/

.subscribe-box {
	padding: 70px 0px;
	background: #e91327;
}

.subscribe-inner {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.subscribe-inner h2 {
	font-size: 80px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Great Vibes', cursive;
	padding: 0;
}

.subscribe-inner p {
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1 {
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button {
	border-radius: 0;
	transition: .2s;
	padding: 10px 18px;
	background: #222;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0.1px;
	border-radius: 0 15px 0 15px;
}

.about-main-info h2 img {
	margin-top: -10px;
}

p {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: black;
}

.text_align_center {
	text-align: center;
}

.red_bg {
	background: #e91327;
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	color: #fff !important;
}

.red_bg .about-main-info a {
	background: #fff;
	color: #e91327;
}

.testimonial_img {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mfp-figure figure .mfp-bottom-bar {
	display: none;
}

#client_slider .carousel-indicators {
	bottom: -45px;
}

#client_slider .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #999;
}

#client_slider .carousel-indicators li.active {
	background: #e91327;
}

.layout_padding {
	padding-top: 0px;
	padding-bottom: 75px;
}

.layout_padding_2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.heading_main h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
    background-image: url(../images/franjas.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.heading_main h2 span {
	color: #095a83;
}
.heading_main h2 span1 {
	color: #e27c00;
}

.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.heading_main p {
    font-family: 'Raleway', sans-serif;
}

.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.heading_main.text_align_center {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.center {
	display: flex;
	justify-content: center;
}

p.section_count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #cccac5;
    font-weight: 400;
    line-height: 70px;
}

.padding_0 {
	padding: 0;
}

.full {
	float: left;
	width: 100%;
	text-align: justify;
	font-weight: 500;
}

.heading_main {
    float: left;
    display: flex;
}

.theme_bg {
	background: #07528d;
}

h3.small_heading {
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
}

.margin-top_20 {
	margin-top: 20px;
}

.margin-top_30 {
	margin-top: 30px;
}

.margin-top_50 {
	margin-top: 50px;
}

.margin-bottom_30 {
	margin-bottom: 30px;
}

.carousel a.carousel-control-prev {
    background: #d4a81e;
    opacity: 1;
    width: 55px;
    height: 50px;
    border-radius: 0;
    top: 40%;
    left: -80px;
}

.carousel a.carousel-control-next {
	background: #d4a81e;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 0;
	top: 40%;
	right: -80px;
}

#demo {
	margin-bottom: 20px;
}

ul.social_icon li a {
    width: 35px;
    height: 35px;
    background: #fff;
    float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
}

ul.social_icon li i {
	color: #000 !important;
	line-height: 35px;
}

ul.social_icon li {
	float: left;
	margin: 0 5px;
}

.inner_page .top-header {

    position: relative;

}

.inner_page .inner_page_header {

    background: #1f1f1f;
    padding: 40px 0;


}

.inner_page .inner_page_header h3 {

    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;

}

.footer_bottom {
    background: #095a83;
    padding: 15px 0;
}

.footer_bottom p.crp {
    float: left;
    margin: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.footer_menu ul {
    list-style: none;
    width: 100%;
    float: left;
}

.footer_blog li a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #acaba9 !important;
}

.recent_post_footer p {
    color: #acaba9 !important;
    font-size: 13px;
}

.footer_blog h3 {
    margin-bottom: 10px;
}

.newsletter_form input {

    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;

}

.newsletter_form button {
    background: #e0af14;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.footer_blog h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    border-bottom: solid #e0af14 2px;
    font-weight: 600;
    margin-top: 14px;
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

footer.footer-box p {
    font-size: 14px;
}

.footer_blog {
    float: left;
    width: 100%;
}

.footer_blog ul li {
    display: flex;
}

.footer_blog ul li img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.footer_blog ul li {
    margin-bottom: 15px;
}

ul.bottom_menu li a {
	color: #8d8d8c;
}

ul.bottom_menu li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
}

#inner_page header.top-header {
    position: relative !important;
	width: 90%;
	left: 80px;
}

.bottom_menu {
	float: right;
}

.innerpage_banner {
	background-color: #f9f9f9;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/slider-01.jpg");
	background-size: cover;
	background-position: center center;
}

.innerpage_banner h2 {
	margin: 55px 0 0;
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	position: relative;
}

section.inner_banner {
    background-image: url('../images/gifs/gifFondo.gif');	
	background-repeat: no-repeat;
	max-height: 5%;
	margin-left: 5.5%;
	border-radius: 3ch;
}
section.inner_banner1 {
    background-color: #025da4;
	border-radius: 1ch;
	height: 60px;
}
section.inner_banner1 h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 70px !important;
    padding: 0;
	color: #e27c00;
	
}
section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
	color: #e27c00;
}

#demo .img-responsive {
	width: 100%;
}

.top-header.fixed-menu .search-btn {
	background: #111;
}

.top-header.fixed-menu .search-btn img {
    width: 25px;
}

.top-header.fixed-menu .search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
	border: solid #000 1px;
	height: 41px;
}

.top-header.fixed-menu ul li:hover a,
.top-header.fixed-menu ul li:focus a {
	color: #e7e8ec !important;
}

.blog_img_popular h4 {
    background: #e7e8ec;
    margin: 0 7%;
    padding: 0;
    color: #095a83;
    text-align: center;
	font-style: oblique;
    font-size: 15px;
	font-weight: 550;
    min-height: 40px;
    line-height: 40px !important;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -35px;
}

.blog_img_popular p {
    color: #000;
    text-align: center;
    font-size: 18px;
    width: 86%;
    margin: 0 7%;
    line-height: 24px;
    margin-top: 25px;
}

.silver_bg {
	background: #eee;
}

.text_align_right {
	text-align: right;
}

.float-right_img img {
    float: right;
}

/** contact **/

.contact_form input {
    width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 0px 25px;
}

.contact_form textarea {
	width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 25px;
	min-height:120px;
}

.contact_form button {
    background: #e0af14;
    border: none;
    color: #fff;
    width: 200px;
    height: 65px;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
	transition: ease all 0.5s;
}

.contact_form button:hover,
.contact_form button:focus {
	background: #fff;
	color: #12385b;
}
.box1 {
	border: 5px solid darkblue;
	height: 20px;
	width: 20x;
  }

  .carrousel {
	width: 90%;
	max-width: 120em;
	padding: 2em;
	border-radius: 50px;
	background: #e0e0e0;
	box-shadow: inset 20px -20px 60px #bebebe,
                inset -20px 20px 60px #ffffff;
	
  }
  .carrousel .grande{
	width: 200%;
	

	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	background: #e0e0e0;
	box-shadow: inset 20px -20px 60px #bebebe,
                inset -20px 20px 60px #ffffff;
	padding: 2em;
	transition: all .5s ease;
	transform: translateX(0%);
  }
  .carrousel .imgn{
	width: calc(100%/2 -2em);
	min-height: 10vh;
	border-radius: 50px;
	background: #e0e0e0;
	box-shadow: inset 20px -20px 60px #bebebe,
                inset -20px 20px 60px #ffffff;
	
  }
  .carrousel .puntos{
	width: 100%;
	margin: 1em 0 0 ;
	padding: 4em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
  }
  .carrousel .punto{
	width: 2em;
	height: 2em;
	margin: 1em 1em 0;
	border-radius: 50px;
	background: #e0e0e0;
	box-shadow: inset 20px -20px 60px #bebebe,
                inset -20px 20px 60px #ffffff;
  }

  .carrousel .punto.activo{
	background-color: orange;
  }
  
  #res{
	width: 400px;
	height: 300px;
	align-items: center;
	padding: 5px;
  }
  #justificar{
	text-align: justify;
	font-size: 14px;
	font-weight: 500;
  }
  #justificar5{
	text-align: justify;
	font-size: 11px;
	font-weight: 500;
  }
  ul {
	list-style-type: square;
  }

  .contenedor{
	display: flex;
   justify-content: space-around;

  }
  .imagen{
	width: 150px;
  }

.imagen1{
  width: 180px;
}
#res1{
		width: 500px;
		height: 350px;
		align-items: center;
		padding: 5px;
  }
#res2{
	width: 500px;
	height: 600px;
	align-items: center;
	padding: 5px;
}
#res3{
	width: 550px;
	height: 400px;
	align-items: center;
	padding: 5px;
}
.detalle{
	text-align: justify;
}

.wrapper ul{
	list-style: none;
}

.wrapper ul li{
	width: 50px;
	height: 50px;
	line-height: 75px;
	margin: 0 2px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	border: 3px solid #d8e2dc;
	float: left;
	transition: all 0.5s ease;	
	position: relative;
}
.wrapper ul li .fa{
	color: #d8e2dc;
	margin-top: 0px;
	transition: all 0.5s ease;	
	position:absolute;
	margin: 10px 0 0 -10px;
}
.wrapper ul li:hover.facebook{
	border: 3px solid #025da4;
	box-shadow: 0 0 15px #025da4;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover .fa-facebook{
	color: #025da4;
	text-shadow: 0 0 15px #025da4;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover.twitter{
	border: 5px solid #025da4;
	box-shadow: 0 0 15px #025da4;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover .fa-twitter{
	color: #025da4;
	text-shadow: 0 0 15px #025da4;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover.instagram{
	border: 5px solid #bc2a8d;
	box-shadow: 0 0 15px #bc2a8d;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover .fa-instagram{
	color: #bc2a8d;
	text-shadow: 0 0 15px #bc2a8d;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover.whatsapp{
	border: 5px solid #4dc247;
	box-shadow: 0 0 15px #4dc247;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover .fa-whatsapp{
	color: #4dc247;
	text-shadow: 0 0 15px #4dc247;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover.tiktoker{
	border: 3px solid black;
	box-shadow: 0 0 15px #fe2d52;
	transition: all 0.5s ease;	
}
.wrapper ul li:hover .fa-tiktok{
	color: #025da4;
	text-shadow: 0 0 15px #025da4;
	transition: all 0.5s ease;	
}
.tiktok{
	margin: 10px auto;
	width: 3px;
	height: 17px;
	background: #fff;
	box-shadow: 1px 1px 0 0 #fe2d52;
	filter: drop-shadow(-1px -1px 0 #28ffff);
	position: relative;

}
.tiktok::after{
	content: '';
	position: absolute;
	border: 3px solid #fff;
	border-top-color: transparent;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	transform: rotate(45deg);
	filter: drop-shadow(2px 0 0 #fe2d52);
	top: 10px;
	left: -10.3px;
}
.tiktok::before{
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-bottom-color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	transform: rotate(45deg);
	filter: drop-shadow(2px 0 0 #fe2d52);
	top: -8px;
	right: -15;
}
#resolucionImg{
	height: 90%;
	width: 90%;
}

.word-art {
	font-family: "Homer Simpson UI";
	font-size: 40px;
	color: #e27c00;
	text-shadow: 1px 1px #666, 2px 2px #025da4, 3px 3px #666, 4px 4px #025da4;
}
.contenedorAlfa {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
   }
.contenedor .caja {
	flex: 20%;
	padding: 20px;
	margin: 5px;
	text-align: center;
}
#logosRes{
	width: 80px;
	height: 80px;
}

#fondoLogo{
	background-image: url(../images/logoSolo.webp);
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 10%;
}
.cont-text {
	
	background-color: #e27c00;
	box-shadow: 0 0 5px gray;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2%;
	width: 100%;
	

}
@media screen and (max-width: 1200px){
	.cont-text{
		width: 80%;
		margin-top: 10%;
		text-align: center;
	}	
}
@media screen and (max-width: 350px){
	.cont-text{
		width: 90%;
	}	
}
	
.borde{

	color: #e27c00;
	text-shadow: 
	 -1px -1px 0 black,
	 1px -1px 0 black,
	 1px 1px 0 black,
	 -1px 1px 0 black
}
.wave{

	color: #025da4;
	animation: wave 3s ease-in-out infinite;
}
@media screen and (max-width: 1200px){
	.borde{
		width: 110%;
		font-size: 25px;
		margin-left: 25%;
	}	
}
@media screen and (max-width: 350px){
	.borde{
		width: 90%;
	}	
}
@media screen and (max-width: 1200px){
	.wave{
		width: 110%;
		font-size: 25px;
		margin-left: 25%;
	}	
}
@media screen and (max-width: 350px){
	.wave{
		width: 90%;
	}	
}
@keyframes wave{
	0%, 100% {
		clip-path: polygon(
			0% 47%,
			10% 48%,
			33% 54%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}
	50%{
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}
.contenido{
	font-family: 'Poppins',sans-serif;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(20, 20, 20);
}
.neon-text{
	text-transform: uppercase;
	font-size: 3em;
	cursor: pointer;
	transition: .3s linear;
	color: transparent;
	-webkit-text-stroke: 1px #025da4;
	background-image: linear-gradient(to left,
	#025da4, rgb(181, 112, 8), black, rgb(35,31,31));
	background-size: 180%;
	-webkit-background-clip: text;
	animation: move 15s linear infinite;
	text-align: center;

	
}
@keyframes move{
	100%{
		background-position: 2000px 0;
	}
}
.neon-text:hover{
	color: #e27c00;
	text-shadow: 0 0 10px rgba(255, 213, 0, 0.729),
				 0 0 20px rgba(255, 213, 0, 0.729),
				 0 0 40px rgba(255, 213, 0, 0.729),
				 0 0 80px rgba(255, 213, 0, 0.729),
				 0 0 160px rgba(255, 213, 0, 0.7295),
				 0 0 320px rgba(255, 213, 0, 0.729);
}
.containerContact {
	margin-left: -50px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
	display:flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0 0 0 / .8),rgba(0 0 0 / .8)),url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display:grid;
    grid-template-columns: repeat(2,50%);
    padding:20px;
    gap:10px;
    width: 1000px;
}

.box-info {
    color:#fff;
    display:flex;
    flex-direction: column;
    gap:50px;
}

.box-info > h1 {
    letter-spacing: 5px;
}

.data {
    display: flex;
    flex-direction: column;
    gap:25px
}

.data > p {
    font-size: 1rem;
}

.data > p > i {
    color:#e27c00;
    margin-right: 10px;
    font-size:25px;
}



.links {
    display:flex;
    gap:15px;
}

.links > a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: #e27c00;
    text-align: center;
    transition: .1s;
}

.links > a > i {
    color:#025da4;
    line-height: 40px;
    font-size: 20px;
}

form {
    display:flex;
    flex-direction: column;
    text-align: center;
    gap:15px;
}

.input-box {
    position:relative;
}

.input-box > input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline:none;
    background: rgba(255 255 255 / .1);
    border:3px solid transparent;
    letter-spacing: 1px;
    transition:.3s;
    color:#fff;
    
}

.input-box > input::placeholder,
.input-box > textarea::placeholder {
    color:#a3a3a3;
    
}

.input-box > input:focus::placeholder,
.input-box > textarea:focus::placeholder {
    color:transparent;
}

.input-box > input:focus,
.input-box > textarea:focus {
    border-bottom:3px solid #e27c00;
    animation: shake .2s;
}

.input-box > textarea {
    width: 100%;
    height: 130px;
    padding: 10px;
    background: rgba(255 255 255 / .1);
    border:3px solid transparent;
    letter-spacing: 1px;
    outline: none;
    transition:.3s;
    color:#fff;
    letter-spacing: 1.5px;
}


.input-box > i {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right: 10px;
    color:rgba(255 255 255 / .3);
    transition: .3s;
}

.input-box > input:focus ~ i {
    color:#e27c00;
}

form > button {
    width: 100%;
    padding: 10px;
    outline: none;
    background: #e27c00;
    color:#fff;
    border:none;
    transition: .1s;
    cursor: pointer;
    font-size: 1rem;
}

form > button:hover,
.links > a:hover {
    background: rgb(172, 16, 47);
}

@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
 }


@media screen and (max-width:600px) {
    .containerContact {
        width: 95%;
        display: flex;
        flex-direction: column;
        gap:20px;
        margin-left: -17px;
		border-radius: 3svb;
    }
    .links{
		margin-left: 20%;
	}

    .box-info {
        gap:15px;
    }

    .box-info > h1 {
        font-size: 1.5rem;
    }
}
.slider-frame {
	width: 500px;
    height: auto;
	margin:50px auto 0;
	overflow: hidden;
	border-radius: 1ch;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: slide 10s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}
.slider-frame1 {
	width: 500px;
    height: auto;
	margin:60px auto 0;
	overflow: hidden;
	border-radius: 1ch;
}

.slider-frame1 ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: slide1 10s infinite alternate ease-in-out;
}

.slider-frame1 li {
	width: 100%;
	list-style: none;
}

.slider-frame1 img {
	width: 100%;
}

@keyframes slide1 {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}
@media screen and (max-width: 1200px){
	.areaTrabajo{
		display: flex;
		width: 80%;
		margin-top: 10%;
		text-align: center;
	}	
}
@media screen and (max-width: 350px){
	.areaTrabajo{
		display: flex;
		width: 90%;
	}	
}
.clasesResponsive {
    margin-top: 15px; /* Margin original */
}

/* Media query para dispositivos de hasta 1200px de ancho */
@media (max-width: 1000px) {
    .clasesResponsive {
        margin-top: auto; /* Nuevo margin para dispositivos de hasta 767px de ancho */
		max-width: 50%;
		margin-left: -24px;
    }
}

/* Media query para dispositivos de hasta 480px de ancho */
@media (max-width: 470px) {
    .clasesResponsive {
        margin-top: auto; /* Nuevo margin para dispositivos de hasta 480px de ancho */
    }
    .nav{
    flex-direction: column;   
    }
}

.respond{
	position: relative;
    width: 100%;
    min-height: 10px;
    padding-right: 15px;
    padding-left: 15px;
	margin-left: 13%;
}

@media (max-width: 775px) {
	.respond {
		margin-bottom: 15%;
	}
    .neon-text {
        font-size: 1.3em; /* Nuevo margin para dispositivos de hasta 767px de ancho */
    }
}
/* Media query para dispositivos de hasta 405px de ancho */
@media (max-width: 415px) {
	.respond {
		margin-bottom: 30%;
	}
    .neon-text {
        margin-top: 1.3em; /* Nuevo margin para dispositivos de hasta 480px de ancho */
		text-align: center;
		margin-left: 0%;
		font-size: 1.6em;
    }
  .word-art{
		font-size: 25px;
	}
}
@media (max-width: 390px) {
	.respond {
		margin-bottom: 34%;
	}
    .neon-text {
        margin-top: 1.3em; /* Nuevo margin para dispositivos de hasta 480px de ancho */
		text-align: center;
		
    }
}

@media (max-width: 1200px) {
	.slider-frame1 {
		margin: 120px auto 0;
	}

}
@media (max-width: 990px) {
	.slider-frame1 {
		margin: 120px -75px;
	}

}
@media (max-width: 775px) {
	.slider-frame1 {
		margin: 25px auto 0;
	}

}
@media (max-width: 775px) {
	.slider-frame1 {
		width: 350px;
	}

}
@media (max-width: 420px) {
	.slider-frame1 {
		width: 270px;
	}

}
@media (max-width: 405px) {
	.slider-frame1 {
		margin: 70px auto 0;
		width: 270px;
	}

}
.col-md-2012{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#resCosto{
	width: 500px;
    height: 350px;
    align-items: center;
    padding: 5px;
}
#fondoAi{
	max-width: 900px;
	max-height: auto;
	opacity: 0.3;
	position: absolute;
}
.responsive-text{
	background-color: #132d3a;
	border-radius: 2vb;
}
@media (max-width: 768px){
    .responsive-img {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 51%;
		margin-left: 10%;
		margin-top: 10%;
	}
	.responsive-text {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 48%;
		margin-left: -17%;
		font-size: 10px;
	}
	.responsive-text1{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 51%;
		margin-left: -49%;
	}
	div.col-md-4 h2{
		font-size: 15px;
	}
	div.col-md-4 p{
		font-size: 15px;
		line-height: 19px;
	}
    .img-desactivar{
		display: none;
	}
	.shadow{
		box-shadow: none;
		border-radius: 0px;
		margin-left: -25%;
	}

	.center{
		margin-left: -50px;
	}
}
	@media (max-width: 991.98px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 20px;
		padding-left: 0px;
	}
	    .nav{
	        display:flex;
	        flex-wrap:wrap;
	        flex-direction:column;
	    }
	}

	@media (max-width: 768px){
		#res {
			max-width: 340px;
			height: 71%;
			padding: 15px;
		}
		.contenedor-pestania{
			width: 105%;
		}
		.contenedor-pestania .ulm{
			display: flow-root;
		}
		.contenedor-pestania .bloque {
			font-size: 0px;
			border-radius: 3%;	
		}
		#justificar{
			font-size: 9px;
		}
		.h1{
			font-size: 14px;
		}
		.h2{
			font-size: 15px;
			border-radius: 2ch;
		}
		.h5{
			font-size: 9px;
		}
		.h7{
			font-size: 12px;
		}
		.h9{
			font-size: 10px;
		}
		.h10{
			font-size: 9px;
		}
		#justificar5{
			font-size: 7px;
		}
		#res1 {
			width: 360px;
			height: auto;
			padding: 20px;
		}
		#resCosto {
			width: 300px;
			height: auto;
			margin-left: -14px;
		}
		#res2{
			width: 354px;
			height: auto;
			padding: 20px;
			border-radius: 5ch;
		}
		#respo{
			font-size: 9px;
			margin-top: -15px;
			line-height: 15px;
		}
		#respon1{
			font-size: 8px;
		}
		#respon2{
			font-size: 9px;
		}
		#respon3{
			font-size: 10px;
		}
	}
	.modal-content{
		background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 1)),url(../images/5.png);
		background-position: center center;
	}
	.color-menu{
		color:#e7e8ec !important;
	}
#btn-mas{
		display: none;
	}
	.container-redes{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		position: fixed;
		bottom: 20px;
		left: 20px;
	}
	.redes a, .btn-mas label{
		display: block;
		text-decoration: none;
		background: #025da4;
		color: #e27c00;
		width: 50px;
		height: 50px;
		line-height: 55px;
		text-align: center;
		border-radius: 50%;
		box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
		transition: all 500ms ease;
	}
	.redes a:hover{
		background: #e27c00;
		color: #025da4;
	}
	.redes a{
		margin-bottom: -15px;
		opacity: 0;
		visibility: hidden;
	}
	#btn-mas:checked~ .redes a{
		margin-bottom: 10px;
		opacity: 1;
		visibility: visible;
	}
	.btn-mas label{
		cursor: pointer;
		background: #025da4;
		font-size: 23px;
	}
	#btn-mas:checked ~ .btn-mas label{
		transform: rotate(135deg);
		font-size: 25px;
	}
.nav li a{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}
.color-menu-desplegable{
	background-color: #025da4;
	border-radius: 3vh;
	box-shadow: 0px 0 14px 0 rgba(0,0,0,.3);
	z-index: 1;
}
.nav li ul {

	display:none;
	position: absolute;
	min-width: 140px;
}
.nav li:hover > ul{
	display: block;
}
.nav li ul li {
	position: relative;
}
.nav li ul li ul{
	right: -400px;
	top: 20px;
}
@media (max-width: 750px){
	.color-menu-desplegable{
		right: 35px;
	}
	.nav li ul li ul {
		right: 10px;
		top: 30px;
	}
}
#estilos-png1{
	box-shadow: 10px 10px 10px rgba(2, 93, 164, 1), -10px 10px 10px rgba(226, 124, 0, 1);
	border-radius: 5svb;
}
#estilos-png2{
	box-shadow: 10px 10px 10px rgba(226, 124, 0, 1), -10px 10px 10px rgba(2, 93, 164, 1); 
	border-radius: 5svb;
}
