@charset "UTF-8";
/**
 * @SMVF www.nesnetwork.cl 
 **/

/*
#f1f1f1 rgb(241, 241, 241);

a: hover green;
*/

.bred{
	border: 1px solid red;
}

body{
	background-color: #f1f1f1;
	height: 100%;
}

a{
  cursor: pointer;
  color: #313131;
}
a:hover{
  text-decoration: none;
  color: #e6721f;
}



/*********************************************************************/
/*		Barra Nav			*/
/****************************/
.navbar-nes{
  border-bottom: 2px solid rgba(49, 49, 49, 0.1);
  font-size: 1em;
  background-color: rgba(241, 241, 241, 0.95);
}

.navbar-nes .navbar-toggler {
  border-color: #313131;
  padding: 0px;
  color: #9b9b9b;
}
.navbar-nes .navbar-toggler:hover,
.navbar-nes .navbar-toggler:focus {
  background-color: #555555;
}
.navbar-nes .navbar-toggler .fa-stack{
 height: 1.5em;
 line-height: 1.5em;
}
.navbar-nes .dropdown-menu {
  margin: 0;

}

.navbar-nes .dropdown-item:hover, .navbar-nes .dropdown-item:focus {
 color: green;
}

/*	SUBMENU	*/
.navbar-nes li ul{

}
.navbar-nes li ul a{
  background-color: #f1f1f1;
  color: #313131;
  //font-size: 1.1em;
}

.navbar-nes li ul a:hover, 
.navbar-nes li ul a:focus{
  background-color: #555;
  color: #fff;
}

@media (min-width:769px) {
  .navbar-nes .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.logo-nav{
  max-height: 30px;
}

/*********************************************************************/
/*  SLIDE */
#NesSlide .carousel-caption{
  text-align: left;
  font-size: 1.2em;
  -webkit-transition:  0.3s;
  transition:  0.3s;
  -moz-transition:  0.3s;
}
#NesSlide .carousel-item img{
  min-height: 150px;
  min-width: 1097px;
}
#NesSlide .carousel-indicators li{
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0,0,0,0.5);

}
@media screen and (min-width: 768px) {
  #NesSlide .carousel-caption{
    font-size: 1.3em;
    font-size: -webkit-calc(1.2em + 0.5vw);
    -webkit-transition:  0.3s;
    transition:  0.3s;
    -moz-transition:  0.3s;
  }
}
@media (min-width: 1200px){
 #NesSlide .carousel-caption{
  font-size: 1.4em;
  font-size: -webkit-calc(1.4em + 0.5vw);
  -webkit-transition:  0.3s;
  transition:  0.3s;
  -moz-transition:  0.3s;
} 
}

/*********************************************************************/
/* Cuerpo */
section{
 padding: 0;
 margin: 0;
}

#cuerpo{
  margin-top: 58px;
}

/* background color*/
.bg-f1{
	background-color: #f1f1f1;
}
.bg-55{
	background-color: #555555;
}
.bg-ce{
  background-color: #cecece;
}
.bg-transparent{
	background-color: transparent;
}

/* font color */
.white-smoke{
  color: #f1f1f1;
}
.deep-cyan{
  color: #094043;
}
.verde{
  color: #00891f;
}
.green{
  color: #28a745;
}
.blue{
  color:#007bff;
}

/* Secciones */
.header{
  position: relative;
  //margin-bottom: 50px;
}
.header .header-text{
  position: absolute;
  top: 0;
  width: 100%;
}
.header .header-text h1{
  text-align: center;
  font-size: 4.5vw;
  padding-top: 5vw;
}
.header .header-text{
  color: #f1f1f1;
}

.img-container{
  //max-width: 320px;
  padding: 2rem;
}
.img-responsive{
  margin: 0 auto;
}

.section{
  padding: 1.5rem !important;
  padding-top: 3.5rem !important;
}

@media (min-width: 768px) {
  .section{
    padding: 3rem !important;
    padding-top: 4rem !important;

  }
}

/* Botón contacto */
.bg-contacto{
  background-image: url("../img/matrix.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.1em;
}
.btn-contacto{
  font-size: 1.5em;
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
}
.btn-contacto:hover{
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  color: #f1f1f1;
}

/*********************************************************************/
/* Formulario Contacto */
#contacto textarea{
  resize: none;
}

/* revisar b4 ingenieria inversa */

#contacto .form-control:focus, .form-control:focus,
.input-group .form-control:focus + .input-group-append .input-group-text{
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  color: #2c532e;
}
#contacto .errormsg{
  color: red;
  font-weight: bold;
}

#modalcontacto button{
  color: #313131;  
}
#modalcontacto button:hover{
  color: green;  
}
#modalcontacto .btn-modalcontacto{
  background-color:  
}
.map-responsive{
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  border: 2px solid #313131;
  max-height: 450px;

}
.map-responsive iframe{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*
#contacto .form-control:focus, .form-control:focus,
.form-control:focus + .input-group-append{
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
*/

/*********************************************************************/
/*	FOOTER */
footer{
  font-size: 0.8em;
  padding-top: 10px;
  border-top: 3px solid rgba(0,0,0,0.3);
  bottom: 0;
}

.logo-footer{
  max-height: 80px;
}

.list{
  font-size: 0.9em;
}

.errores{
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;;
}


