::-webkit-scrollbar {
    display: none;
}

html {
  scroll-behavior: smooth;
}
@font-face {
    font-family: "rubik";
    font-style: normal;
    font-weight: normal;
    src:  url("rubik.ttf") format("truetype");
}

@font-face {
    font-family: "rubik gorda";
    font-style: bolder;
    font-weight: bolder;
    src:  url("rubikGorda.ttf") format("truetype");
}

@font-face {
    font-family: "rubik mas gorda";
    font-style: normal;
    font-weight: normal;
    src:  url("rubikMasGorda.ttf") format("truetype");
}

@keyframes desaparecerEfect{
  from {opacity:1; }
  to {opacity: 0; }
}


@keyframes aparecerEfect{
  from {opacity:0 ;}
  to {opacity: 1; }
}


p{
  font-family: "rubik" !important;
}



.claseLinksGrande{
      border-radius: 10px;
      cursor:pointer;
      font-size: 20px; 
      margin-left: 5px:
      margin-right: 5px;



      transition:font-size .2s ease;
}

.claseLinksGrande:hover{

      font-size: 25px; 

}


.claseLinksMenu{
      border-radius: 10px;
      cursor:pointer;
      font-size: 30px; 
      margin-left: 5px:
      margin-right: 5px;



      transition:font-size .2s ease;
}

.claseLinksMenu:hover{

      font-size: 40px; 

}

.claseSoyCliente{
  font-size: 25px;
  background: black;
  color:rgb( 89,193,218);
  border-color: rgb( 89,193,218);
  transition: background .2s ease, color .2s ease, border-color 0s ease;
  cursor: pointer;

}

.claseSoyCliente:hover{
  background: rgb( 89,193,218);
  border-color:rgb( 89,193,217) !important;
  color: black !important;
}

.estiloTextoDesarrolloP{
      font-size: 1.2em;
      display: inline-block; 
      color: rgba(89,193,218,1) ;
      text-shadow: 

                  10px 0px 20px rgba(89,193,218,.5), /*derecha*/
                   -10px 0px 20px rgba(89,193,218,.5), /*izquierda*/
                     10px -10px 20px rgba(89,193,218,.5), /*derecha arriba*/
                        -10px -10px 20px rgba(89,193,218,.5), /*izquierda arriba*/
                        10px 10px 20px rgba(89,193,218,.5), /*derecha abajo*/
                        -10px 10px 20px rgba(89,193,218,.5);
      


}






.estiloTextoDesarrollo{
      font-size: 1.5em;
      display: inline-block; 
      color: rgba(89,193,218,1) ;
      text-shadow: 

                  10px 0px 20px rgba(89,193,218,.5), /*derecha*/
                   -10px 0px 20px rgba(89,193,218,.5), /*izquierda*/
                     10px -10px 20px rgba(89,193,218,.5), /*derecha arriba*/
                        -10px -10px 20px rgba(89,193,218,.5), /*izquierda arriba*/
                        10px 10px 20px rgba(89,193,218,.5), /*derecha abajo*/
                        -10px 10px 20px rgba(89,193,218,.5);

      


}
.estiloTextoDesarrolloPeque{
      font-size: 1em;
      display: inline-block; 
      color: rgba(89,193,218,1) ;
      text-shadow: 

                  10px 0px 20px rgba(89,193,218,.5), /*derecha*/
                   -10px 0px 20px rgba(89,193,218,.5), /*izquierda*/
                     10px -10px 20px rgba(89,193,218,.5), /*derecha arriba*/
                        -10px -10px 20px rgba(89,193,218,.5), /*izquierda arriba*/
                        10px 10px 20px rgba(89,193,218,.5), /*derecha abajo*/
                        -10px 10px 20px rgba(89,193,218,.5);

      


}


.titulosServiciosP{
  color: black; 
  font-size: 35px;  
  margin-top: 10px; 
  text-align: center; 
  margin-bottom: 15px; 
  font-family: 'rubik mas gorda' !important; 
  padding-left: 5px;
   padding-right: 5px;
}
.textoServiciosP{
  color: black; 
  font-weight: bold; 
  font-size: 20px;
  padding-left: 10px; 
  padding-right:10px;
  text-align: center;  
  margin-top: 0px; 
  padding-top: 0px;
}
.titulosServiciosG{
  color: black; 
  font-size: 50px;  
  margin-top: 10px; 
  text-align: center; 
  margin-bottom: 15px; 
  font-family: 'rubik mas gorda' !important; 
  padding-left: 5px;
  padding-right: 5px;
}
.textoServiciosG{
  color: black; 
  font-weight: bold; 
  font-size: 25px;
  padding-left: 10px; 
  padding-right:10px;
  text-align: center;  
  margin-top: 0px; 
  padding-top: 0px;
}
.verMasP{
  font-size: 20px;
  font-weight: bold; 
  color:black; 
  border-radius: 40px; 
  border-style: solid; 
  border-color: black; 
  padding-right: 15px; 
  padding-left: 15px; 
  padding-top: 5px; 
  padding-bottom: 5px;

}
.verMasP:hover{
  border-color: black; 
  background: black;
  color: white;


}


.verMasG{
  font-size: 20px;
  font-weight: bold; 
  color:black; 
  border-radius: 40px; 
  border-style: solid; 
  border-color: black; 
  padding-right: 15px; 
  padding-left: 15px; 
  padding-top: 5px; 
  padding-bottom: 5px;

  position: absolute;
  bottom: 0px;

}
.verMasG:hover{
  border-color: black; 
  background: black;
  color: white;


}

.tarjetasServiciosG{
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  height: 100%; 
  width: 90%; background: rgb( 89,193,218);
  border-radius: 40px;    
  position: relative;
  margin-bottom: 70px;
  cursor: pointer;
}




.inputContactoGrande{
  background: black;  
    border-width: 2px; 
    border-top-style:none; 
    border-right-style: none; 
    border-left-style: none;
    border-bottom-style: solid;    
    font-size: 20px;
    padding: 0px;
    padding-bottom: 1px;
    color:rgba( 89,193,218); 
    text-align: center; 
    width: 300px; 
    height: 30px; 
    border-bottom-color: rgba( 89,193,218); 
    outline: none;
    cursor:pointer;
}


.inputContactoPeque{
  background: black;  
    border-width: 2px; 
    border-top-style:none; 
    border-right-style: none; 
    border-left-style: none;
    border-bottom-style: solid;    
    font-size: 15px;
    padding: 0px;
    padding-bottom: 1px;
    color:rgba( 89,193,218); 
    text-align: left; 
    width: auto; 
    height: 30px; 
    border-bottom-color: rgba( 89,193,218); 
    outline: none;
    cursor:pointer;
}


.inputClientePeque{
  background: black;  
    border-width: 2px; 
    border-style: solid;
    border-color: rgba( 89,193,218);
    border-radius: 4px;    
    font-size: 18px;
    font-family: rubik;
    padding-left: 5px;
    
    color:white; 
    text-align: left;
    width: 100%; 
    height: 40px; 
    
    outline: none;
    cursor:pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: gray;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: gray;
}

.claseIniciarS{
  font-size: 25px;
  background: rgb( 89,193,218);
  color:black;
  border-color: rgb( 89,193,218);
  transition: background .2s ease, color .2s ease, border-color 0s ease;
  cursor: pointer;

}

.claseIniciarS:hover{
  background: black;
  border-color:rgb( 89,193,217) !important;
  color: rgb( 89,193,218) !important;
}







