/*
Theme Name: Pulsar Medical
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Open+Sans:wght@400;600&display=swap');
body{
	
}
h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
p{
	 font-family: 'Open Sans', sans-serif;
	 text-align: justify;
	 color: #87b1e4;		
}
h3{
	font-size: 1.2em !important;
	font-weight: bold;
	display: inline-block;
	color: #444;
}
a{
	font-family: 'Open Sans', sans-serif;
}
.preload{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	opacity: 1;
	transition: .3s;
	transition-delay: 1s;
	
	
}
.content-preload{
	background-size: red;
}
.preload  img{
	width: 330px;
	animation: animapreload 1s infinite;
}
@keyframes animapreload{
	0%{
		transform: scale(1);
	}
	50%{
        transform: scale(1.1);
	}
	100%{
		transform: scale(1);

	}
}
header{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
	padding: 0px;
	top: 0;
	z-index: 100;
	
	
}

.sub-menu-header i{
	font-size: 20px;
	color: #fff;
	background: #5373D0;
	padding:10px;
	border-radius: 3px;
}
.sub-menu-header a{
	color: #444;
}
.sub-menu-header a:hover{
	color: #444;
}
.sub-menu-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
	width: 100%;
}
.tel-menu{
	color: #245a81 ;
	text-decoration: none;
	font-size: 20px;
}
.tel-menu i{
	color: #188ec3;
}
header i{
	font-size: 25px;
	color: #fff;
}
header a{
	text-decoration: none;
	color: #565a7a;
}

#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 10px;
	bottom: 80px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: #5373D0 ;
	cursor: pointer;
	z-index: 1010;
	transition: .5s;
	visibility: hidden;
}

.check-btn .line-check{
	position: absolute;
	width: 35px;
	height: 2px;
	background: #fff;
	z-index: 102;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .5s;
	transform-origin: left top;
	transition-timing-function: cubic-bezier(.29, 1.01, 0.5, 2);
}
.check-btn .line-check:nth-child(2){
   top: 65%;
}
.check-btn .line-check:nth-child(3){
   top: 35%;
}
#check:checked  ~ nav{
   	right: 0%; 
 }

#check:checked  ~ .check-btn .line-check:nth-child(1){
	left: -100%;

}
#check:checked  ~ .check-btn .line-check:nth-child(2){
   top: 50%;
    transform:rotate(45deg) translate(-50%,-50%);
}
#check:checked  ~ .check-btn .line-check:nth-child(3){
	top: 50%;
	transform:rotate(-45deg) translate(-50%,-50%);
}

nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: sticky;
	z-index: 1000;
	z-index: 10;
	background:  #9b9b9b ;
	top: 0;
	padding: 10px;
	transition:.5s;
	
}
nav ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	right: 0px;
	top: 0;
	position: relative;
	
	margin: 0;
}
nav ul li{
	list-style: none;
	
}
nav ul li a{
	list-style: square;
	font-size: 16px;
	padding: 0 20px;
	margin: 10px;	
	color: #fff;
	text-decoration: none;
	transition: .5s;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul li a:hover{
	color: #245a81 ;
}

.current-menu-item {
	background: #1282c1;
	color:#fff;
	position: relative;
	
}
.menu-item-83{
	position: relative;
}
.menu-item-83:hover .sub-menu{
	display: block;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 25px;
	width: 200px;
	left: 0;
	padding: 10px;
	background: #1282c1;
}
/*.current-menu-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #188ec3 ;
	z-index: 1;
}*/

/*SEARCH FORM*/
.searchform{
	background: blue;
}
.searchsubmit{
	background: red;
}
form input[type="text"]{
  border: none;
   border-bottom: 1px solid #17141d;
  background: transparent;
   outline: none;
   display: inline-block;
   width: 50%;
   position: relative;
   transition: .3s;
   color:#444;
}
form input:focus{
	border: none;
	background: #17141d;
	border-bottom: 1px solid #fff;
	transition: 2s;
}
form input[type="submit"]{
   border: none;
   background: #e43714 ;
   outline: none;
   transition: .3s;
   color:#fff;
}
/*FIN SEARCH FORM*/
/*SWIPER*/
      .swiper {
        width: 100%;
        height: 550px;
        position: relative;
        background: #cdccca ;
      }
      .swiper-slide:before{
          content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(209,103,95);
    background: linear-gradient(16deg, rgba(140,8,4,.5) 43%, rgba(255,255,255,0) 99%);
}
.swiper-wrapper{
	position: relative;
}
.content-slide{
      	position: absolute;
      	left: 5%;
      	top:50%;
      	transform: translateY(-50%);
      	height: 50%;
      	width: 45%;
      	display: flex;
      	flex-direction: column;
      	align-items: flex-start;
      	justify-content: space-around;
      	padding: 30px;
      	z-index: 10;	

      }
      .content-slide h1{
      	color: #e7e8ec ;
      	
      }
      .content-slide h1 span{
      	color: #f2f2f2 ;
      	font-weight: bold;
      	
      }
      .content-slide p{
      	font-weight: 100;
      	font-size: 18px;
      	color: #e7e8ec;
      	z-index: 10;
      }
      .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        position: relative;
      }
   		.swiper-slide img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		} 
      
      .link-read-more-slide{
		text-decoration: none;
		color: #f2f2f2;
		background: #5373D0 ;
		font-size: 20px;
		display: inline-block;
		text-align: center;
		padding: 10px 10px;
		transition: .5s;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-family:'Playfair Display', serif;
	}
	.link-read-more-slide:hover{
		color: #fff;
		background: transparent;
	}
/*FIN SWIPER*/

.custom-shape-divider-bottom-1685400122 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1685400122 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 67px;
}

.custom-shape-divider-bottom-1685400122 .shape-fill {
    fill: #FFFFFF;
}

.title-service-home{
	background: #1D1C20;
	color: #fff;
	padding: 10px;
	display: inline-block;
	text-align: right;
}
.container-icon-box{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	padding: 25px;
	border-radius: 5px;
	margin: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.container-icon-box i{
	font-size: 34px;
	color: #fff !important;
}
.container-icon-box p{
	color: #fff;
}
/*CATEGORY PRODUCTS HOME*/
.container-service-home{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content-title-service-home{
	width: 100%;
	padding: 80px 0px;
	text-align: center;
	background: #EAE7E2;
	position: relative;
}
.content-title-service-home h2{
	position: relative;
	
}
.content-title-service-home:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background: #AFADAB;
}
.content-title-service-home:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 70%;
	background: #6e849d;
}
.content-service-home{
	width: 50%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.content-service-home:before{
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(7,7,7,.5);
	transition: .4s;
	z-index: 1;
}
.content-service-home:hover:before{
	background: rgba(7,7,7,.8);
}
.content-service-home img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-timing-function: cubic-bezier(.29, 1.01, 1, -0.68);
	transition: .7s;
}
.content-service-home:hover img{
	transform: scale(1.3);
}
.content-service-home h3{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color:#fff;
	z-index: 2;
	font-weight: bold;
}
.content-service-home h3:before{
	content: "";
	position: absolute;
	background: rgb(192,12,20,.4);
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: -1;
	transition-timing-function: cubic-bezier(.29, 1.01, 1, -0.68);
	transition: .3s;
	transition-delay: .3s;
}
.content-service-home:hover h3:before{
	width: 25%;
}
.content-link-service-home{
	width: 100%;
	padding: 80px 0px;
	text-align: center;
	background: #EAE7E2;
	position: relative;
}
.content-link-service-home:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background: #AFADAB;
}
.content-link-service-home:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	height: 70%;
	background: #848ca4;
}
/*FIN CATEGORY PRODUCTS HOME*/
	
.content-service-home:hover .link-read-more{
	opacity: 1;
}
.link-read-more i{
	font-size: 0px;
	transition: .1s;
	transition-timing-function: ease-in-out;
}
.link-read-more:hover i{
	font-size: 14px;
}
.link-read-more:hover{
	color: #fff;
}
	.container-call-to-action{
	background: url(http://localhost/germed/wp-content/uploads/2023/05/brackgound-product-transformed-1.jpeg);
	background-position: 50% 90%;
	background-size: cover;
	height: 50vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.container-call-to-action:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(209,103,95);
    background: linear-gradient(6deg, rgba(135,177,228,1) 13%, rgba(255,255,255,0) 99%);
}
.container-call-to-action h5{
	font-size: 40px !important;
	color: #fff;
	z-index: 1;
}
.link-conversemos{
	
	background: #5373D0;
	border: 1px solid #179b69;
}
.link-conversemos:hover{
	background: transparent;
	color: #fff;
}


.wsp{
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 100;
	animation: animate 2s linear infinite;
	background-image: linear-gradient(to right, #50b353  , #94cd96 );
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 4px;
	transition: .3s;
}


.wsp a{
	color: #fff;
}
.wsp a i{
	font-size: 40px;
}
.wsp a:hover{
	color: #fff;
}
.ley-karin a{
	text-decoration: none;
}
.ley-karin a i{
	font-size: 20px;
}
.ley-karin{
	position: fixed;
	right: 5px;
	z-index: 100;
	top: 60%;
	background-image: linear-gradient(to right, #e62407   , #8c0804  );
	animation: karin 2s linear infinite;
	border-radius: 4px;
	transition: .3s;
}
@keyframes animate {
	0%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,.7);
	}
	30%
	{
		box-shadow: 0 0 0 50px rgba(38, 178, 143,.0);
	}
	60%
	{
		box-shadow: 0 0 0 90px rgba(38, 178, 143,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,0);
	}
}
@keyframes karin {
	0%
	{
		box-shadow: 0 0 0 0 rgba(230, 36, 7,.7);
	}
	30%
	{
		box-shadow: 0 0 0 0 rgba(230, 36, 7,0);
	}
	60%
	{
		box-shadow: 0 0 0 0 rgba(230, 36, 7,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(230, 36, 7,0);
	}
}
.title-section{

 /* background: url('https://images.unsplash.com/photo-1567459169668-95d355371bda?fit=crop&w=1349&q=80');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5em;
  text-transform: uppercase;
  font-weight: bold;*/
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.title-section:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50px;
	height: 4px;
	background: #73dae6 ;

}
.sub-title-section{
	font-weight:100;
	position: relative;
	color: #73dae6;
}
.nav-tabs{
	text-align: center;
	display: flex;
	justify-content: center;
	}
/*SERVICES PAGE*/
.container-service-page{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.content-service-page{
	background: #24a3db;
	padding: 15px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.service-industrial{
	background: #eb7e06;
	position: relative;
}
.service-industrial:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #e43714 ;
	transition: .3s;
	transition-timing-function: ease-in-out;
	z-index: 10;
}
.container-service-page img{
	transition: .3s;
	transition-timing-function: ease-in-out;
	width: 100%;
	height: 300px;

}
.container-service-page:hover img{
	transform: scale(1.4) rotate(10deg);
}
.content-service-page:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #1282c1;
	transition: .3s;
	transition-timing-function: ease-in-out;
	z-index: -1;
}
.container-service-page:hover .content-service-page:before{
	height: 95%;
}
/*FIN SERVICES PAGE*/

.call-to-action{
	background: #0feefa;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 350px;
	background: url(http://localhost/msi-consultores/wp-content/uploads/2022/04/main-page-empresa.jpg);
	background-size: cover;	
	
	position: relative;
}
.call-to-action:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	 -webkit-filter: contrast(1.9) grayscale(1);
  filter: contrast(1.9) grayscale(1);
}
.call-to-action h3{
	z-index: 1;
}
.btn-conversemos{
	background: #b9ac89;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	padding: 5px 13px;
}

.arrow{
	background: #3d6cb4;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	top: 70%;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	z-index: 10000;
}
.arrow:hover{
	background: #4f76b7;
}
.anima-arrow{
	animation: anima-arrow .7s;
	animation-iteration-count: 2;
}
@keyframes anima-arrow{
	0%{
		transform: scale(1.4);
		border-radius: 40%;
	}
	30%{
		border-radius: 0%;
	}
	100%{
		transform: scale(1.0);
		
	}

}
.icon-arrow{
	font-size: 20px;
	color: #fff;
}
.aparece-arrow{
	opacity: 1;
}
.whatsapp{
	width: 60px;
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 100000;
}
.whatsapp img{
	width: 100%;
}
.phone{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(235,124,6,1) 17%, rgba(228,55,20,1) 68%);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 101;
	color: #fff;
}
.tel{
	color: #fff;
	text-decoration: none;
	font-size: 20px;

}
.contact-footer{
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-content: center;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    visibility: hidden;

}
.redes-sociales{
	
}
.redes-sociales a{
	color:#e83105 ;
	font-size: 20px;
}
.content-contact{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 15px;
	width: 33.3%;
	background: #f2f2f2;
	
}
.location-mobile{
	border-top-left-radius: 15px;
}
.phone-mobile{
	background: #E6E7E5;
	

}
.email-mobile{
	border-top-right-radius: 15px;
}
.content-contact a{
	color: #5373D0;
}
.content-contact a i{
	font-size: 22px;
}
.container-number{
	background-image: linear-gradient(to right, #F9795D    , #FF5733   );
	
}
.container-number .container-icon-box i, span, p{
	color: #777;
}
.number{
	font-size: 70px;
	font-family:'Playfair Display', serif;
	position: relative;
}
.number:before{
	content: "+";
	position: absolute;
	right: -30px;
	top: -20px;
	width: 10%;
	height: 10%;
}
.info-page-contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.info-page-contact p{
	font-size: 20px;
}
.info-page-contact p i{
	color: #179b69;
}
.content-entrada-list{
	background: #f2f2f4;
	padding: 1em;
}
.img-blog{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.title-blog{
	font-size: 20px;
	color: 5373D0;
}
.link-read-more, .link-conversemos{
	
	text-decoration: none;
	color: #fff;
	background: #e62407;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	
}
.link-read-more{
	z-index: 1;
	position: relative;
	font-size: 14px;
	padding: 5px 5px;
	text-transform: uppercase;
}
footer{
	color: #fff;
	background-image: linear-gradient(to right, #cdccca   , #9b9b9b  );
}
footer p{
	color: #fff ;
}
.derechos{
	position: relative;
	font-family:'Playfair Display', serif;
}
.derechos:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

/*HEADER PAGE*/

.sub-header{
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 1;
	background: #97cdf1 ;
	background: blue;
}
.sub-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
   
}
.sub-header img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.title-header{
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	background: #179b69;
	padding: 10px;
}
.title-page{
	position: relative;
	font-size: 40px;
	font-weight: bold;
	 background-image: linear-gradient(45deg, #e62407 , #9b9b9b );
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; 
	
}
.wp-block-latest-posts.is-grid{
	padding: 30px !important;
}
.container-productos-category{
	padding: 30px !important;
}
.wp-block-latest-posts__post-title{
	text-decoration: none;
	text-transform: uppercase;
}
.wp-block-latest-posts__post-excerpt{
	padding: 10px;
	background: #e62407 ;
	color: #fff;

}
.wp-block-latest-posts__post-excerpt a{
	background: #5373D0;
	padding: 4px;
	text-decoration: none;
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
}
/*CAROUSEL*/
.container-carousel{
	position: relative;

}
.carousel-element{
    
    display:flex;
    flex-direction: row;
    justify-content:center;
    width:auto;
    height:200px !important;
   

}
.carousel-element img{
    height:200px !important;
    object-fit: cover;
}
.glider-dot{
	background: rgb(30,172,226);
	background: linear-gradient(325deg, rgba(30,172,226,1) 17%, rgba(21,133,190,1) 68%);
	width: 10px;
	height: 10px;
	border-radius: 0px;
}
.carousel-before, .carousel-next{
	display: block;
	width: 30px;
	height: 30px;
	background-image: linear-gradient(to right, #e83105, #ec5631);
	border-radius: 0;
	border: none;
	position: absolute;
}
.carousel-before, .carousel-next i{
	color: #fff;
}
.carousel-before{
	bottom: 20px;
	right: 60px;
}
.carousel-next{
	bottom: 20px;
	right: 20px;
}
/*FIN CAROUSEL*/
/*HEADER PAGE*/
.container-about-us{
	top: -100px;
	position: relative;
	z-index: 10;
}
.content-about-us{
	width: 50%;
	padding: 10px;
	left: 50%;
	transform: translateX(50%);
}
.content-about-us img{
	width: 100%;
}
.content-about-us .parrafo::first-letter {
    font-size: 1.5rem;
    font-weight: bold;
    color: brown;
}

.container-mision{
	background: #97cdf1 ; 
}
@media screen and (max-width: 800px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
	}
	.contact-header{
		display: none;
	}
	.check-btn{
		visibility: visible;
	}
	.sub-menu-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 100%;

}
.phone{
	display: none;
}
.location-header{
	display: none;
}
.phone-header{
	display: none;
}
.mail-header{
	display: none;
}
	nav{
		right: 100%;
		height: 100%;
		position: fixed;
		overflow: scroll;
	
	}
	nav ul{
		flex-direction: column;
		top: -30px;
		justify-content: space-between;
		flex-wrap: wrap;
		height: 80%;
		width: 100%;		
	}
	nav ul li{
		flex-direction: column;
		left: 0%;
		align-content: flex-start;
		justify-content: space-around;	
	}

	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
  
	.sub-menu{
	
	position: relative;
	
}
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.swiper {
        height: 450px;
      }
      .content-slide{
      	position: absolute;
      	left: 5%;
      	top: 50%;
      	height: 100%;
      	width: 90%;
      	justify-content: flex-start;
      }
        .swiper-slide:before{
          content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(209,103,95);
    background: linear-gradient(36deg, rgba(99,147,206,.7) 83%, rgba(255,255,255,0) 99%);
}
    .container-about-us{
		top: -60px;
		position: relative;
		z-index: 10;
		width: 100%;

	}
	.content-about-us{
		position: relative;
		width: 80%;
		padding: 10px;
		left: 50%;
		transform: translateX(-50%);
		
	}
	.contact-footer{
		visibility: visible;
	}

}
@media only screen and (max-width: 800px) and (min-width: 650px)  {
	.contact-footer{
		visibility: hidden;
	}
	
  

/*
}