@font-face {
  font-family: GothamBook;
  src: url('font/Gotham-Book.ttf');
}

@font-face {
  font-family: GothamBold;
  src: url('font/Gotham-Bold.otf');
}


body {
  font-family: 'GothamBook';
}

@import url('//fonts.googleapis.com/css2?family=GothamBook:ital,wght@1,900&display=swap');

body {
  font-family: 'GothamBook', sans-serif;
  font-weight: 900;
  background: linear-gradient(white, white, #eeeeee, #EDEDED);
}

@media (max-width: 768px) {
  body {
    font-family: 'GothamBook', sans-serif;
    font-weight: 900;
    background: #E6E6E6
  }
}




a{
  text-decoration: none;
}

/* efecto loading */
@import url('//fonts.googleapis.com/css2?family=GothamBook:ital,wght@1,900&display=swap');

/* body {
  font-family: 'GothamBook';
  font-weight: 900;
  background-color: #EDEDED;
} */

#contenedor {
  background-color:#FF3C00;
  display: grid;
  place-content: center;
  height: 100vh;
  color: #000;
}

.cargando {
  position: relative;
  color: #FFF;
  margin-top: 2em;
  letter-spacing: 0.08em;
  text-transform: uppercase
}

.contenedor-loader {
  width: 180px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
}

.contenedor-loader div {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  animation: salto 1s alternate infinite;
}

.contenedor-loader div:nth-child(2) {
  animation-delay: 0.20s;
}

.contenedor-loader div:nth-child(3) {
  animation-delay: 0.40s;
}

.contenedor-loader div:nth-child(4) {
  animation-delay: 0.60s;
}

@keyframes salto {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.textoHeader{
  font-size: 15px;  
  font-family: 'GothamBook';
}

.textoHeaderMobile{
  font-size: 10px;  
  font-family: 'GothamBook';
}

.textoMenu{
  font-size: larger;
  font-weight: bolder;
  font-family: 'GothamBold';
}


.menuSeleccionado{
  border-bottom: 4px solid #FF3C00;
}

.titulos{
  font-size: 22px;  
  font-weight: bolder;
  font-family: 'GothamBold';; 
}

.subrayadoTitulo{
  border-bottom: 2px solid #FF3C00;
}

.textoNuestraEmpresa{
  font-size: 13px;
  font-family: "GothamBook";
}

.botonNuestraEmpresa{
  background-color: #FF3C00;
  font-family: GothamBold;
  font-size: 17px;
  color: white;
  padding: 5px;
}

.botonNuestraEmpresaMobile{
  background-color: #FF3C00;
  font-family: GothamBold;
  font-size: 13px;
  color: white;
  padding: 5px;
}



.botonNuestraEmpresaMobile{
  background-color: #FF3C00;
  font-family: GothamBold;
  font-size: 9px;
  color: white;
  padding: 5px;
}

.tituloRedeSocial{
  font-family: GothamBold;
  text-align: left;
  font-size: 17px;
}

.tituloRedeSocialMobile{
  font-family: GothamBold;
  text-align: left;
  font-size: 14px;
}


.textoRedesSociales{      
  font-size: 12px;
  font-family: GothamBook;
  font-weight: 100; 
}

.textoRedesSocialesMobile{
  font-size: 9px;
  font-family: GothamBook;
  font-weight: 100; 
}


.logoRedeSocial{
  margin: 30px;
  margin-left: 40px;
  
}



.logoRedeSocialImg{
  width: 80px;
  height:80px;
  margin-top: 36px;
  margin-left: 123px;
}

.logoRedeSocialImgMobile{
  width: 4rem;  
}

.textoNosotros{      
  font-size: 14px;
  font-family: GothamBook;
  font-weight: 100; 
}

.formularioFormarParte{
  background-color: #FDCD00;
  height: 570px;
  width: 100%;
  margin: 5px;
  padding: 28px;
}

.formularioContacto{
  background-color: #DEDEDE;
  height: 580px;
  width: 100%;
  margin: 5px;
  padding: 28px;
}

.selectFormulario{
  width: 93%;
  height: 38px;
  /* margin-bottom: 20px; */
  border: 0px;
  background-color: #FFF;
}

#botonpersonal{
  font: caption;  
  padding: 7px 10px;
  border: 0px;
  background-color: transparent;
}

.inputFormulario{
  width: 93%;
  height: 38px;
  margin-bottom: 20px;
  border: 0px;
  background-color: #FFF;
  font-style: italic;
}

/*  */
.botonHeaderAbrir {
  background-color: #FF3C00;
  color: #fff;
  border: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  /* font-weight: bold; */
  font-family: 'GothamBook';
  /* margin-right: 45px; */
  width: 120px;
  height: 25px;
}

.botonHeaderConsulta {
  background-color: #FF3C00;
  color: #fff;
  border: 0px;
  padding: 4px;
  padding-top: 5px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  font-family: 'GothamBook';
  /* margin-right: 45px; */
  width: 157px;
  height: 25px;

}

.botonHeaderMobile {
  background-color: #FF3C00;
  color: #fff;
  border: 0px;
  padding: 4px;

  border-radius: 10px;
  font-size: 10px;
  font-family: 'GothamBook';
  /* margin-right: 45px; */
  width: 130px;
}

.navBarHeader {
  background-color: #E6E6E6;
  height: 130px;
  color: #fff;
  font-size: 14px;
  font-family: "GothamBook";
  width: 100%;
  margin-bottom: 17px;
}

.navBarHeaderMobile {
  background-color: #E6E6E6;
  height: 265px;
  font-size: 14px;
  font-family: "GothamBook";
  width: 100%;
  color: #fff;
  padding: 20px;
}

@media (max-width: 768px) {
  .navBarHeaderMobile {
    background-color: #fff;
    color: #000;
    height: 120px;
    font-size: 14px;
    font-family: "GothamBook";
    width: 100%;
    color: #fff;
    padding: 20px;
  }
}

.nosotros {
  font-family: "Poppins-ExtraBold";
  /* background-image: url('../img/banner nosotros 1920x1045.png'); */
  background-position: 150px;
  height: auto;
  width: 100%;
  font-size: 14px;
}

.fondoNosotros {
  background-image: url('../img/banner nosotros 1920x1045.png');
  background-size: cover;
  z-index: -10;
  height: 180px;
}


.nosotrosMobile {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/banner nosotros 1920x1045.png');
  background-size: cover;
  /* height: 200px; */
  height: auto;
  width: 100%;
  font-size: 14px;
}

.cartaNosotros {
  font-family: 'Poppins-Regular';
  background-color: #fff;
}


.serviciosTitulo {
  color: #FF3C00;
  font-family: "Poppins-ExtraBold";
  width: 100%;
}

.inversiones {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/INVERSIONES/banner\ inversiones\ 1920x662.png');
  background-size: cover;
  height: 500px;
  width: 100%;
  font-size: 14px;
}

.inversionesMobile {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/INVERSIONES/banner\ inversiones\ 1920x662.png');
  background-size: cover;
  height: 430px;
  width: 100%;
  font-size: 12px;
  /* margin-top: 200px; */
}

@media (max-width: 768px) {
  .altoServicios {
    margin-top: 320px;
  }
}

@media (min-width: 768px) {
  .altoServicios {
    margin-top: 200px;
  }
}


@media only screen and (max-width: 1400px) {

  .altoServicioTablet {
    height: 100vh !important;
  }
}

@media only screen and (min-width: 990px) {
  .altoServicioTablet {
    height: 100vh !important;
  }
}




.botonInversiones {
  /* width: 262px; */
  height: 12vh;
}

.botonInversionesMobile {
  width: 92%;
}

.botonAsesoramientoMobile {
  width: 100%;
}

.tituloInversiones {
  width: 270px;
  height: 42px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.financiamiento {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/FINANCIAMIENTO/banner\ finaciamiento\ 1920x426.png');
  background-size: cover;
  /* height: 326px; */
  width: 100%;
  font-size: 14px;
}

/* Mayor a 768 */
@media (min-width: 768px) {
  .altoFinanciamiento {
    height: 326px;
  }
}

/* Menor a 768 */
@media (max-width: 768px) {
  .altoFinanciamiento {
    height: 400px;
  }
}


.tituloAsesoramiento {
  /* width: 290px; */
  height: 7vh;
  margin-top: 30px;
  margin-bottom: 40px;

}

.tituloAsesoramientoMobile {
  width: 290px;
  height: 37px;
  margin-top: 30px;
  margin-bottom: 40px;

}

.contacto {
  border: 0px solid black;
  padding: 10px;
  margin-top: -160px;
  border-radius: 30px;
  background-color: #fff;
  font-family: "Poppins-bold";
  font-size: 14px;
}

.contactoMobile {
  border: 0px solid black;
  padding: 10px;
  margin-top: -160px;
  border-radius: 30px;
  background-color: #fff;
  font-family: "Poppins-bold";
  font-size: 14px;
  margin-bottom: 100px;
}

.botonEnviar {
  background-color: #001410;
  color: #fff;
  border: 0px;
  padding: 2px;
  width: 150px;
}

.footer {
  background-color: #2A2A2A;
  
}

.textFooter{
  color: #fff;
  font-size: 14px;
  font-family: GothamBook;
  font-weight: 100;
  text-align: start;
}

.textFooterMobile{
  color: #fff;
  font-size: 11px;
  font-family: GothamBook;
  font-weight: 100;
  text-align: start;
}

.footerTitulo {
  font-family: GothamBook;
  font-weight: 900;
}

/* .footerText {
  font-size: 14px;
  color: #fff;
  list-style: none;
  text-align: start;
} */

.itemsFooter {
  padding-bottom: 5px
}

.itemsFooterMobile {
  padding-bottom: 5px;
  font-size: 2vw;

}





.Servicio1 {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/SERVICIOS/Inversiones.png');
  background-size: cover;
  height: 77vh;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.Servicio1-mobile {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/SERVICIOS/mobile/inversiones.png');
  background-size: cover;
  height: 44vh;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}


.Servicio2 {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/SERVICIOS/Financiamento-2.png');
  background-size: cover;
  height: 50vh;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.Servicio2-mobile {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/SERVICIOS/mobile/Financiamiento.png');
  background-size: cover;
  height: 33vh;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}


.Servicio3 {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/SERVICIOS/Asesoramiento-2.png');
  background-size: cover;
  height: 386px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 85px;
}




.Servicio3-mobile {
  font-family: "Poppins-ExtraBold";
  background-image: url('../img/SERVICIOS/mobile/asesoramiento.png');
  background-size: cover;
  height: 241px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 109px;
}


.labelformulario {
  font-size: 9px;
  font-weight: bold;
  font-family: 'Poppins-Regular';
  margin-left: 10px;
}


@media (max-width: 530px) {
  .contacoMobile {
    width: 88%;
  }
}

@media (max-width: 530px) {
  .contactoTituloMobile {
    font-size: 17px !important;
    color: #002820;
  }
}


.fondoContacto{
  background-image: url('../img/CONTACTO/fondo.jpg');
  background-size: 58%;
  background-position: 600px 554px;
  padding: 1%;
  background-repeat: repeat-y;

  
  
}