@charset "utf-8";
.logo{
	width:100%;
	height:120px;
	display:flex;
	justify-content: center;
	align-intems: center;
}
.logo img{
	width:200px;
	height:auto
}
  .contenedor {
	  margin:5px;
	  display:flex;
	  flex-direction: row reverse;
	  gap:20px;
	  justify-content:flex-end;
	  font-family:"TANHEADLINE Regular";
	  }
  .contenedorjr{
  background: linear-gradient(135deg, #f19009, #f6b11e);
  color: #002b80;
  border-radius: 19px;
  padding: 5px 40px;
  font-size: 24px;
  font-weight: 700;
  border: 2px solid #ed8c1d;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.2s ease;
}

.button:hover {
  filter: brightness(0.9);
}
  #inicio {
	  padding:100px 30px;
	  text-align:center;
	  background-color:#FFF;
	  color:#36F;
	  font-size: 24px;
	  margin:30px 250px;
	  column-gap:10px;
	  border: 1px solid #36F;
  }
  #inicio h1{
	  color: #F90;
	  font-size:36px;
  }
  #inicio span{
	  color:#F90;
  }
   #nosotros{
	   color: #F93;
	   background-color:#FFF;
	   padding: 60px 50px;
	   box-sizing:border-box;
	   margin:20px 100px;
	 padding-bottom: 20px;
	 padding-top:30px;
	 border: 1px solid #002b80;
   }
   .fotos{
	   display:flex;
	   flex-direction: column;
	   gap:20px;
   }
   .texto-nosotros{
	   flex: 1;
	   max-width:800px;
   }
   .texto-nosotros p{
	   margin: 0 0 20px 0;
	   line-height:1.5;
	   font-size: 18px;
   }
   .texto-nosotros h2{
	   font-size: 36px;
	   margin:0 0 15px 0;
	   color:#002b80;
   }
   .texto-nosotros strong{
	   color:#002b80;
   }
   .contenido-nosotros{
	   display: flex !important;
	   align-items: flex-start;
	   gap:40px;
	   max-width:1100px;
	   margin:0 auto;
   }
.servicios .contenedor-servicios {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

.servicios .card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 180px;
    padding: 20px;
    box-sizing: border-box;
	border:1px solid #F60;
}

.servicios .card h3 {
    text-align: center;
    color: #002b80;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.servicios .card ul {
    margin: 0;
    padding-left: 20px;
}

.servicios .card li {
    margin-bottom: 10px;
    color: #F93;
    line-height: 1.5;
}

.servicios h2 {
    text-align: center;
    color: #F93;
    background: transparent !important;
    font-size: 36px;
    margin: 20px;
}
 .main{
	 margin-left:30px;
	 margin-right:30px;
	 margin-top:30px;
	 margin-bottom:30px;
	 padding-bottom:20px;
	 padding-top:20px;
	 }
 .whats{
	position:fixed;
	right:50px;
	bottom:25px;
	width:150px;
	height:150px;
	animation: movimiento 1.5s infinite;
}
@keyframes movimiento {

0% {

transform: translateY(0);

}

50% {

transform: translateY(-10px);

}

100% {

transform: translateY(0);

}
}
	
 .ubicacion h2{
	 color: #F93;
	 gap: 20px;
	 padding-bottom:20px;
	 font-size:36px;
}
  .ubicacion{
	  padding:50px 20px;
	  margin-bottom:0px;
  }	
footer{
	background:#F90;
	color:#36F;
	height:80px;
	margin-top:30px;
	width:100%;
	font-size: 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	tex-align: center;
	}
	.redes{
		width:35%;
		gap:5px;
		display: flex ; 
		justify-content: flex-start ;
		flex-direction: row ;
	}
	.55{
		padding-top:30px;
		}
		
		
	
