
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo{
    width: 300px;
    height: 200px;
    border-radius: 5%;
    position: absolute;
    margin: 50px;
}

.bg-menu{
    background: #4910F6;
}

.bg-titulo{
 background: #d5e70e;
}

.text01{
    color: #03A791;
    font-weight: bold;
}

.text02{
color: #d5e70e;
font-size: 30px;
font-weight: 900;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text03{
font-size: 17px;
color: #4910F6;
text-align: justify;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text04{
font-size: 22px;
color: #4910F6;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text06{
font-size: 15px;
color: #4910F6;
font-weight: 800;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.carrusel01{
    color: #03A791;
    text-align: center;
    font-weight: bold;
    font-family: fantasy;
}

.parrafo01{
color: #4910F6;
text-align: center;
font-weight: 900;
font-size: 28px;

}

.parrafo02{
color: #d5e70e;
text-align: center;

}

.icono01{
  color:#03A791;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
}

.carrusel02{
    color: #F97A00;
    text-align: center;
    font-size: 50px;
}

.carrusel03{
    color: #29a5fb;
    text-align: center;
    font-size: 50px;
}

.carrusel04{
    color: #8db600;
    text-align: center;
    font-size: 50px;
}

.carrusel05{
  color: #29a5fb;
    text-align: center;
    font-size: 50px;
}

.imagen{
width: 150px;
height: 100px;
border-radius: 5%;
}

.imagenes01{
    font-size: 60px;
    color: #e5f620;
}

.section03{                
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/IM03.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    display: inline-flex;
    background-blend-mode: multiply;               
}

.contacto img{
   border-radius: 5%;
   width: 300px;
}

.direccion{
    font-size: 21px;
   font-weight: 700;
   color: #000000 ;
}

.nosotros{
    border-radius: 50%;
    width: 15%;
    margin: 35px;
}

.local{
    color: #cd102b;
    font-size: 35px;
}

.menu {
    color: #000000;
    font-weight: 900;
    font-size: 30px;
}

.bg-menu02{
background:#4910F6
}

.text05{
  color: #4910F6;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text07{
  color: #4910F6;
  text-align: center;
  font-weight: 800;
  font-size: 38px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.correo01{
font-size: 25px;
}

/**SERVICIOS**/
/* From Uiverse.io by alexruix */ 
.card1 {
 width: 290px;
 height: 364px;
 border-radius: 20px;
 background: #fff;
 position: relative;
 padding: 1.8rem;
 border: 2px solid #e5f620;
 transition: 0.5s ease-out;
 overflow: visible;
}

.card1-details {
 color: black;
 height: 100%;
 gap: .5em;
 display: grid;
 place-content: center;
}

.card1-button {
 transform: translate(-50%, 125%);
 width: 60%;
 border-radius: 1rem;
 border: none;
 background-color: #e5f620;
 color: #000000;
 font-size: 1rem;
 padding: .5rem 1rem;
 position: absolute;
 left: 50%;
 bottom: 0;
 opacity: 0;
 transition: 0.3s ease-out;
}

.text1-body {
 color: #000000;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 text-align: center;
 font-size: 13px;
}

/*Text*/
.text1-title {
 font-size: 1.2em;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

/*Hover*/
.card1:hover {
 border-color: #4910F6;
 box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.35);
}

.card1:hover .card1-button {
 transform: translate(-50%, 50%);
 opacity: 1;
}

.card1-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 4rem;
}

.img1{
width: 200px;
height: 180px;
border-radius: 50%;
overflow: hidden;
display: flex;
margin:0 15px;
padding: 0 15px;
flex-wrap: wrap nowrap;
}
/**SERVICIOS**/


/**BENEFICIOS**/

.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border-radius: 24px;
  line-height: 1.0;
  background: #e5f620;
  color: #fff;
  transition: all 0.64s cubic-bezier(0.23, 1, 0.32, 1);
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 36px;
  border-radius: 24px;
  background: transparent;
  color: #000000;
  z-index: 1;
  transition: all 0.64s cubic-bezier(0.23, 1, 0.32, 1);
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4910F6;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: skew(-24deg);
  clip-path: circle(0% at 50% 50%);
  transition: all 0.64s cubic-bezier(0.23, 1, 0.32, 1);
}
.content .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.0;
  z-index: 1;
}
.content .para {
  z-index: 9px;
  opacity: 0.8;
  font-size: 13px;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.content .para-sm {
  font-size: 16px;
  color: #4910F6;
  font-weight: 900;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}   
.card:hover::before {
  opacity: 1;
  transform: skew(0deg);
  clip-path: circle(140.9% at 0 0);
}
.card:hover .content {
  color: #fff;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
/**BENEFICIOS**/

/**LINEA**/

/* From Uiverse.io by mobinkakei */ 
.wrapper {
  width: 1000px;
  height: 70px;
  position: relative;
  z-index: 1;
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #e5f620;
  left: 15%;
  transform-origin: 50%;
  animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.circle:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: #4910F6;
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: .7;
  }

  100% {
    transform: scaleX(.2);
    opacity: .4;
  }
}

.shadow:nth-child(4) {
  left: 45%;
  animation-delay: .2s
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}


/**LINEA**/



/**LETRAS**/
 
/**LETRAS**/


.colum01{
 text-align: center;
}

.redes-sociales i{
    transition: 3s;
    
}
.redes-sociales i:hover{
   transform: rotate(360deg);
}

@media screen and (max-width:800px){
    .wrapper {
  width: 200px;
  height: 70px;
  position: relative;
  z-index: 1;
}

.content .para {
  z-index: 9px;
  opacity: 0.8;
  font-size: 13px;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card1 {
 width: 400px;
 height: 400px;
 border-radius: 20px;
 background: #fff;
 position: relative;
 padding: 1.8rem;
 border: 2px solid #e5f620;
 transition: 0.5s ease-out;
 overflow: visible;
}

.card1-details {
 color: black;
 height: 100%;
 gap: .5em;
 display: grid;
 place-content: center;
}

.card1-button {
 transform: translate(-50%, 125%);
 width: 60%;
 border-radius: 1rem;
 border: none;
 background-color: #e5f620;
 color: #000000;
 font-size: 12px;
 padding: .5rem 1rem;
 position: absolute;
 left: 50%;
 bottom: 0;
 opacity: 0;
 transition: 0.3s ease-out;
}

.text1-body {
color: #000000;
;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 text-align: center;
 font-size: 11px;
}

/*Text*/
.text1-title {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

/*Hover*/
.card1:hover {
 border-color: #4910F6;
 box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.35);
}

.card1:hover .card1-button {
 transform: translate(-50%, 50%);
 opacity: 1;
}

.card1-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 4rem;
}

.img1{
width: 150px;
height: 120px;
border-radius: 50%;
overflow: hidden;
display: flex;
margin:0 6px;
padding: 0 4px;
flex-wrap: wrap nowrap;
}

.correo01{
font-size: 15px;
}

.nosotros{
    border-radius: 50%;
    width: 55%;
    margin: 45px;
}

.text02 {
    color: #d5e70e;
    font-size: 25px;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text04 {
    font-size: 18px;
    color: #4910F6;
    text-align: justify ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text05 {
    color: #4910F6;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

}

