@font-face {
  font-family: Lora-VariableFont_wght;
  src: url(Fonts/Lora-VariableFont_wght.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(Fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Moneta-Bold;
  src: url(Fonts/Moneta-Bold.ttf);
}
@font-face {
  font-family: Moneta-Regular;
  src: url(Fonts/Moneta-Regular.ttf);
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 900

.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-weight: <weight>;
  font-style: normal;
}

.EncabezadoPrincipal{
  margin: auto;
  padding-top: 50px;
  width: 50%;
  border: 3px solid white;
  background-color: white;
  text-align: center;
}
.LogosEP{
    background-color: white;
    width: 100%; 
    height: auto;
    margin-bottom: 30px;
}
.Logo1{
    background-image: url(Images/Logo%202%20FTT.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px; 
    height: 100px;
    display: inline-block; 
    vertical-align: middle;
}
.MasEP{
    display: inline-block; 
    vertical-align: middle;
    font-size: 2.5rem; 
    width: 55px; 
    color: #916233;
}
.Logo2{
    background-image: url(Images/Circulo%20VIBGroup.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px; 
    height: 100px;
    display: inline-block; 
    vertical-align: middle;
}
.TextEP{
    padding-top: 10%;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  height: auto;
  background-color: white;
    text-align: center;
    font-family: Moneta-Bold;
    
    font-size: 4rem;
    font-weight: 100;
    line-height: 0.4;
    letter-spacing: 1rem;
}
.TextSpanEP{
    font-family: "Rubik"; 
    font-size: 1.5rem; 
    letter-spacing: .65rem;
}
.SeparadorEP{
    text-align: center;
    margin-top: 30px;
    font-size: 3rem;
    letter-spacing: -0.5rem;
    font-family: Lora-VariableFont_wght;
}
.FotoAreaEP{
  
  width: 100%;
  height: auto;
  background-color: white;
  text-align: center;
    margin: 0;
    padding-top: 70px;
    margin-bottom: 70px;
}
.Foto1EP{
    background-image: url(Images/AdobeStock_516904070.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 38%;
    height: 350px;
    display: inline-block; 
    vertical-align: middle;
}
.Foto2EP{
    background-image: url(Images/AdobeStock_241900094.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 19%;
    height: 350px;
    display: inline-block; 
    vertical-align: middle;
    margin-left: 1%;
    margin-right: 1%;
}
.Foto3EP{
    background-image: url(Images/AdobeStock_677867921.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 38%;
    height: 350px;
    display: inline-block; 
    vertical-align: middle;
}
.About{
  margin: auto;
  width: 85%;
  border: 3px solid white;
  background-color: white;
  text-align: center;
   padding-bottom: 50px;
}
.AboutText{
    margin-top: 20px;
    font-size: 20px;
    text-align: justify;
    line-height: 20px;
    padding-bottom: 20px;
    font-family: "Rubik";
    font-weight: 300;
}
.AboutHeader{
    margin-top: 70px;
    color: #916233;
    font-size: 35px;
    font-weight: 100;
    font-family: Moneta-Regular;
}
.AboutSpan{
    color: #916233; 
    font-size: 25px;
}
.Servicios{
  margin: auto;
  width: 80%;
  border: 3px solid white;
  background-color: white;
  text-align: center;
  padding-bottom: 50px;  
}
.ServiciosHeader{
    background-color: black;
    color: white;
    font-size: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-family: Moneta-Regular;
}
.ServiciosArray{
   text-align: center;
   background-color: white;
    padding: 15px;
    width: 98%;
}
.ServiciosBtn{
    width: 450px;
    height: 220px;
    margin-right: 50px;
    margin-top: 30px;
    display: inline-block; 
    background-color: white;
    vertical-align: top;
}
.ServiciosBtnLabelW{
  height: 100%;
  display: flex;
  justify-content: center;
}
.ServiciosBtnLabelC{
  background-color: rgba(255,255,255,0.85);
  margin: auto;
  width: 70%;
  height: 60%;
  align-content: center;
    font-size: 35px;
    font-family: Moneta-Regular;
}
.OneImageCentered{
  margin: auto;
  width: 80%;
  height: 450px;
  background-color: brown;
  text-align: center;
  padding-bottom: 50px;  
    margin-bottom: 50px;
}
.Clientes{
  margin: auto;
  width: 80%;
  background-color: white;
  text-align: center;
  padding-bottom: 100px;
    padding-top: 50px;
}
.Clientes1x1Array{
    margin-top: 30px;
    width: 300px;
    height: 100px;
    display: inline-block; 
}
.Clientes3x4Array{
    width: 300px;
    height: 100px;
    display: inline-block;
    margin-top: 10px;
}
.ContactForm{
    
  background-color: rgba(11,11,11,1);
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    
}
.Contacto{
  margin: auto;
  width: 80%;
  text-align: center;
  padding-bottom: 50px; 
}
.ContactoLabel{
    padding-top: 10px;
    text-align: left;
    font-size: 27px;
    font-weight: 100;
    color: rgba(59,59,59,1);
}
.ContactoInput{
  /* border: 3px solid #916233;*/
    width: 98%;
    height: 50px;
    font-size: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    background-color: rgba(30,30,30,1);
    color: rgba(59,59,59,1);
    box-shadow: none;
    border-style: solid;
    border-color: rgba(30,30,30,1);
    font-family: "Rubik";
}
.MainBtnW{
  height: 100%;
  display: flex;
  justify-content: center; 
  margin-top: 20px; 
    
}

.MainBtnC{
  background-color: #916233;
  margin: auto;
  width: 100%;
  height: 50px;
  align-content: center;
  font-size: 25px;   
  color: rgba(30,30,30,1);
  text-decoration: none;
  border-radius: 5px;
    font-family: Moneta-Bold;
}
.Pie{
  margin: auto;
  width: 50%;
  background-color: white;
  text-align: center;
  padding-bottom: 50px; 
    padding-top: 10px;
}
.PieBlock{
    
    display: inline-block;
    background-color: white;
    vertical-align:top;
    margin: 50px;
    
}
.PieHeader{
    color: #916233;
    font-size: 35px;
    font-weight: 200; 
    text-align: left;
    font-family: Moneta-Regular;
}
.PieContent{
    color: black;
    font-size: 1rem;
    font-weight: 100; 
}
.Legal{
  height: 100px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center; 
  background-color: black;
}
.Legalc{
  height: 100%;
  display: flex;
  justify-content: center; 
  color: white;
  padding-top: 30px;
    margin-left: 3px;
    margin-right: 3px;
    font-family: Moneta-Regular;
}

.logoSocial{
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-left: 50px;
}

    @media(max-width:1024px){
        .Logo1{
          width: 60px;
          height: 60px;
        }
        .Logo2{
          width: 60px;
          height: 60px;
        }
        .MasEP{
          font-size: 1.6rem; 
          width: 15px;  
          font-weight: 200;
        }
        .EncabezadoPrincipal{
        margin: auto;
        padding-top: 50px;
        width: 80%;
        border: 3px solid white;
        background-color: white;
        text-align: center;
        }
        .TextEP{
        font-size: 6rem;
        font-weight: 100;
        line-height: 0.8;
        letter-spacing: 1rem;
        }
        .TextSpanEP{
        font-size: 2.4rem; 
        letter-spacing: .55rem;
        }
        .SeparadorEP{
        text-align: center;
        margin-top: 30px;
        font-size: 3rem;
        letter-spacing: -0.5rem;
        }
        .Foto1EP{
        background-position: -120px;
        }
        .AboutHeader{
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom:30px;
        font-size: 65px;
            
        }
        .AboutText{
        margin-top: 20px;
        font-size: 15px;
        text-align: justify;
        line-height: 15px;
            padding-bottom:30px;
        }
        .AboutSpan{
         font-size: 25px;
            line-height: 1.1;
        }
        .ContactoInput{
            width: 95%;
        }.
        
         Pie{
         margin: auto;
         width: 80%;
         background-color: white;
         text-align: center;
         padding-bottom: 50px; 
         padding-top: 10px;
}
        .PieBlock{
    display: inline-block;
    background-color: white;
    vertical-align:top;
    margin: 15px;
    
}
    .PieHeader{
    color: #916233;
    font-size: 55px;
    font-weight: 200; 
    text-align: left;
    font-family: Moneta-Regular;
    }
    .PieContent{
    color: black;
    font-size: 30px;
    font-weight: 100; 
    }
     .Legalc{
     height: 100px;
     width: auto; 
     display: inline-block; 
     color: white;
     padding-top: 30px;
     font-size: 35px;
         margin: 10px;
     }
    }

    @media(max-width: 768px){
        .TextEP{
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 0.8;
        letter-spacing: 0.6rem;
            margin-top: 100px;
            padding-top: 100px
        }
        .TextSpanEP{
        font-size: 1.6rem; 
        letter-spacing: .25rem;
        border-color: aquamarine;
            padding-bottom: 200px;
        }
        .SeparadorEP{
        text-align: center;
        margin-top: 30px;
        font-size: 2.3rem;
        letter-spacing: -0.5rem;
            padding-bottom: 50px;
        }
        .Foto1EP{
        background-position: -180px;
        width: 38%;
        height: 250px;
        display: inline-block; 
        vertical-align: middle;
        }
        .Foto2EP{
        width: 19%;
        height: 250px;
        display: inline-block; 
        vertical-align: middle;
        }
        .Foto3EP{
        background-position: -100px;
        width: 38%;
        height: 250px;
        display: inline-block; 
        vertical-align: middle;
        }
        .EncabezadoPrincipal{
           padding-top: 20px; 
        }
        .FotoAreaEP{
           padding-top: 20px; 
           padding-bottom: 20px;
            margin-bottom: 35px;
        }
        .About{
            margin-top: 0px;
        }
        .AboutHeader{
            margin-top: 30px;
            padding-top: 30px;
            padding-bottom:30px;
            font-size: 45px;
            
        }
        .AboutText{
        margin-top: 20px;
        font-size: 15px;
        text-align: justify;
        line-height: 15px;
            padding-bottom:30px;
        }
        .AboutSpan{
         font-size: 20px;
        }
        .Servicios{
            padding-bottom: 40px;
        }
        .ServiciosArray{
            width: 92%;
        }
        .ServiciosBtn{
        width: 350px;
        height: 220px;
        margin-right: 0px;
        margin-top: 20px;
        display: inline-block; 
        vertical-align: top;
        }
        .OneImageCentered{
        margin: auto;
        width: 90%;
        height: 200px;
        background-color: white;
        text-align: center;
        padding-bottom: 50px;  
        margin-bottom: 50px;
        }
        .Clientes{
        margin: auto;
        width: 80%;
        padding-bottom: 50px; 
        }
       .Clientes1x1Array{
        margin-top: 15px;
        width: 280px;
        height: 98px; 
        }
       .Clientes3x4Array{
       width: 120px;
       height: 33px;
       }
       .Pie{
       margin: auto;
       width: 100%;
       text-align: center;
       padding-bottom: 30px; 
       }
      .PieBlock{
      vertical-align:top;
      margin: 50px;
      }
     .Legal{
         
     padding: 0px;
        }
     .Legalc{
     height: 100px;
     width: auto; 
     display: inline-block; 
     color: white;
     padding-top: 30px;
     font-size: 25px;
         margin: 10px;
     }
    .PieHeader{
    color: #916233;
    font-size: 55px;
    font-weight: 200; 
    text-align: left;
    font-family: Moneta-Regular;
    }
    .PieContent{
    color: black;
    font-size: 25px;
    font-weight: 100; 
}
}

