*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
    'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
    height: 150vh;
}

section{                
  position: relative;
    width: 100%;
    height: 50vh;
    background: url(img/slider10.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    display: inline-flex;
    background-blend-mode: multiply;
                       
}

h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f59117;
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 2px;
    
}

.efecto {
  transition-property: transform;
  transition-duration: 300ms;
}

.efecto:hover{
  transform: scale(1.2);
  opacity: 75%;
}

.bg{
  background-color: #065656;
}

.bg01{
background-color: #065656;
}

.menu01{
color: #badbda;
font-family:Arial, Helvetica, sans-serif;
}

.menu02{
    color: #FFF;
}

.text01{
    color: #383d52;
    font-size: 18px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    text-align: justify;
}


.text02{
color: #383d52;
font-size: 25px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
text-align: justify;
}

.text03{
  color: #065656;
  text-align: center;
  font-size:25px;
  font-weight: bold;
}

.text05{
  color: #383d52;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  text-align: center;
  font-size: 15px;
  text-align: justify;
  
}

.text06{
  color: #065656;
  text-align: center;
  font-size: 35px;
}
  

.icono01{
    color: #065656;
    font-size: 40px;
}

.servicio01{
    color: #065656;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    font-weight: 800;
    
}

.servicio02{
    color: #065656;
    font-weight: 900;
}

.servicio03{
    color: #065656;
    font-weight: 900;
}

.servicio04{
  color: #383d52;
  text-align: justify;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 15px;
}

.titulos{
  color: #065656;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 2rem;
}

.titul{
  color: #f59117;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 2rem;
}

.titul01{
  color: #065656;
  font-size: 25px;
  text-align: center;
  font-weight:bold;
}

.acord01{
  color: #065656;
}

.acord02{
  color: #383d52;
  font-weight: bold;
}

.imagenes{
    width: 300px;
    height: 200px;
}
.numero{
    color: #f59117;
}
.logo{
    width: 125px;
    height: 90px;
    border-radius: 5%;
}

.servicios{
      border-radius: 50%;
}

.imagen01{
border-radius: 5%;
width: 35%;
}

.formulario{
    background: url(img/img1.jpg);
    background-size: cover;
    }
 .fondo-blanco{
     background: rgba(255, 255, 255, .5);
    }
  .btnWhats{
    bottom: 20px;
    right: 20px;
    width: 70px;
    }

    .mapa01{
     
      text-align: center;
    }

    .footer{
        background: #192655;
        color: aliceblue;
    }

    h3{
      position: relative;
      margin: 100px;
      font-size: 5vh;
      color: #cbced8;
      -webkit-text-stroke: 3px #383d52;
     
    }

    h3::before{
      content:attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      color: rgb(247, 248, 248);
      -webkit-text-stroke: 0px #383d52;
      border-right: 2px solid #327f9d;
      overflow: hidden;
      display: flex;
      animation: animate 20s linear alternate infinite;
    }

    @keyframes animate {
      0%{
        width: 0;
        }

       70%, 100%{
          width: 90%;
        }
    }

    footer{
      background: #065656;

    }

    .foot01{
      color: #FFF;
      padding: 40px;
      font-size: 2.3rem;
    }

    .foot02{
      color: #FFF;
      font-size: 28px;
      font-weight: bold;
    }

    .foot03{
      color: #FFF;
      font-size: 45px;
      font-weight: bold;
    }

    .foot04{
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
    }


    @media screen and (max-width:800px){
      .foot02{
        font-size: 1.3rem;
      }

      .foot01{
        font-size: 1.5rem;
        text-align: center;
      }

      .imagen01{
        border-radius: 5%;
        width: 100%;
        text-align: center;
        }

        .titulos{
          color: #065656;
          font-size: 26px;
          text-align: center;
        }
  
  }