@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --bs-blue: #0d6efd;
  --fosfo:#cbff33;
  --negro:#151515;
}

.desc{
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 100;
}

.bordesin{
  text-shadow: -1px -1px 0 #6d6d6d, 1px -1px 0 #6d6d6d, -1px 1px 0 #6d6d6d, 1px 1px 0 #6d6d6d;
}

.btn-custom{
  position: relative;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  background-color:transparent;
  color:#fff;
  text-decoration: none;
  font-weight: 500;
  border:1px solid var(--fosfo);
  letter-spacing: 1px;
  z-index: 5; 
}
.btn-custom:hover{
  color: #fff!important;
}

.btn-custom2{
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  background-color:var(--fosfo);
  color:#262626;
  text-decoration: none;
  font-weight: 500;
  border:3px solid var(--fosfo);
  letter-spacing: 1px;
}
.btn-custom:hover{
  color: #262626;
  font-weight: 500;
}


.cstm_nav{ 
  position: fixed;
  top: 0px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 15px 0px;
  z-index: 99;  
}

.nav-item>.nav-link{
  color:#fff!important;
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
  font-weight: 100!important;
}

.nv-ctm{
  justify-content: space-around;
}

.conten_logo_menu{
  background-color: var(--fosfo);
  border-radius: 15px;
  padding: 0px 40px;
}
.logo_menu{
  width: 120px;  
}


.navbar-light .navbar-toggler {
  color: #cdfb58;
  border-color: rgba(0,0,0,.1);
}
.navbar-toggler{
  background-color: #fff;
}

#logo_desktop{
  display: block;
}
.dropdown-menu{
  background-color: var(--negro);  
}
.dropdown-item{
  color:#fff;
  font-weight: 100;
}
.dropdown-item:hover{
  background-color: #000;  
  font-weight: 500!important;
  color:#fff;
}

/*++Aimacion+*/
.nav-style-scroll{
  position: fixed;
  width: 100%;
  top:-75px;
  background-color:var(--fosfo);
  animation: menu_ini 2s;
  animation-fill-mode: forwards;
  z-index:999;
}
.nav-style-scroll .nav-item >.nav-link{
  color: #000 !important;
}
.nav-style-scroll .nav-item >.nav-link:hover{
  color: #000 !important;
  font-weight: 400 !important;
}

@keyframes menu_ini{
  100% {
    transform: translateX(0px) translateY(75px);
    }
    0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}
/*NavEnd */


/*formularios boostrap*/
#formulario{
  background-color:var(--negro);
}

.form-control {
  background-color: transparent !important;
  border:none;
  border-radius: 0%;
  border-bottom: 1px solid rgba(255,255,255, .3);
  color: #ededed !important;
}

.form-control::placeholder {
  color: #fff;
}

.conten_map{
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgb(205 251 88);
}
.conten_map>iframe{
  filter: invert(.9);  
}

.phones{
  padding: 15px 0px 9px 15px;
  background-color: #ccff3356;
  border-radius: 5px;
  color:#fff;
  margin-top: 10px;
}
.phones>ul li{
  display: inline;
}

.conten_maps{
  background-color: var(--negro);
  padding: 0px 0px 200px 0px;

}

.section_title {
  margin-top: -130px;
}

/*ESPACIOS*/
#pro{
  background-color: var(--negro); 
}

.desc_avisos{
  background-color: #242424;
  padding:30px;
  border-radius: 5px;
  cursor: pointer;
  color:#fff;
  text-align: center;
}

.desc_avisos>a{
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

.desc_avisos>a:hover{
  color:var(--fosfo);
}

.pintur{
  background-color:rgba(255, 255, 255,.1);
  padding: 30px;
  border-radius: 3px;

}


.pintur>p>a{
  color: var(--fosfo);
}

.text-bc2{
  color:#cacaca;
}

.ctm-bull{
  font-size: 1.1em;
}

.ctm-bull::before{
  content: "";
  width: 10px;
  height: 5px;
  border:2px solid var(--fosfo);
  margin-right: 5px;

}

@media (max-width: 992px) {  
  #logo_desktop{
    display: none;
  }
}

body {
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo Black", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 10px;
}

.img-res img{
  max-width: 100%;
}
.space_t{
  margin-top: 65px;
}
.space_b{
  margin-bottom: 65px;
}

section{
  padding: 200px 0px 200px 0px; 
}

.title{
  text-align: center;
  font-size: 2.5em;  
}

.title_sub{
  text-align: center;
  font-size: 3.4em;
  margin: 60px 0px 60px 0px;
}

.text_fosfo{
  color:var(--fosfo);
}


/* .title::after, .title::before{
  content:"";
  height: 2px;
  background-color: #cbff33;
  display: block;
} */

#formulario{
  background-image: url("../img/contacto.png");
  background-size: cover;  
  background-position: center;
}

.conten_data{
  width: 100%;
  padding: 15px 30px 15px 30px;
  background-color: rgba(255,255,255, .4);
  border-radius: 5px;
}

.fila{
  display: flex;  
  align-items: center; 
  margin-bottom: 15px; 
}

hr{
  background-color: #fff;
}

.icon_c{
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--negro);
  color: var(--fosfo);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.enlace_c>a{
  color:#fff;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 1px;
}

#footer{
  padding: 80px 0px 80px 0px;
  background-color: #030c10;
  /* background-image: linear-gradient(to top, #818181 0%, #000 100%); */
}
.logo_footer{
  width: 150px;
  margin: 0 auto;
}

.text-footer{
  padding: 0px 50px 0px 50px;
  color: #818181!important;
  font-weight: 300;
}

.text-footer-copy{
  padding: 0px 50px 0px 50px;
  color: #818181!important;
  font-weight: 300;
  font-size: .9em;
}

.redes_footer{ 
  display: flex;
  justify-content: center;
  gap: 20px;
}
.redes_footer>a>i{
  font-size: 24px;
  color: #818181!important;
  text-decoration: none;
}
.linea{
  background-color:#cbff33;
}

/*ABOUT*/
#about_2{
  background-color: var(--negro);  
  background:linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .9)), url("../img/banner3_hero_FA5.jpg") no-repeat; 
  background-size: cover;
  background-position: center;
}

#header_about{
  width: 100%;
  height: 300px;
  background-image: url("../img/about.png");
  background-size: cover;
  background-position: center; 
}


/******/
/******/
/*GALERIAS*/
/******/

#galerias{
  background-color: var(--negro); 
  padding-bottom: 0px;
}

.pdf_dwn{
  font-size: 1.7em;
  color:var(--fosfo)
}


@media (max-width: 767.98px) { 
  .title{
    font-size: 1.5em;
  }
  section {
    padding: 60px 0px 60px 0px;   
  }

  .btn-custom2 {
    width: 100%;
  }

  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 5px;
  }

  .cstm_nav{ 
    background-color: #000;

  }

  .nav-style-scroll{
    background-color: #cbff33!important;
  }
  

}


/* From Uiverse.io by boryanakrasteva */ 
.loader {  
  background-color:rgba(0,0,0,.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 100%;
  opacity: 0;
  animation: pulse_4923 4s infinite linear;
  border: 0.5px solid #f3f3f3;
  box-shadow: 0px 0px 5px #eef0e5;
}

.circle:nth-child(1) {
  animation-delay: .2s;
}

.circle:nth-child(2) {
  animation-delay: .4s;
}

.circle:nth-child(3) {
  animation-delay: .8s;
}

.circle:nth-child(4) {
  animation-delay: 1s;
}

@keyframes pulse_4923 {
  0% {
    opacity: 0.0;
    width: 0px;
    height: 0px;
    transform: translate(-50%, -50%) scale(1);
  }

  10% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(2);
  }

  100% {
    opacity: 0.0;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%) scale(1);
  }
}



