/* Barra de navegacion */

.navbar {
  /*padding: 2rem;*/
  padding: 0.4rem;
}

/*
.navbar.fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
*/

.navbar1 {
    background-color: #6c1d45;
}

.navbar2 {
  background-color: rgb(148, 255, 251);
}

.navbar-collapse {
  align-items: center;
  justify-content: space-between;  
  background-color: #6c1d45;
}

.navlink2 li{
border: 1px solid #656060;
padding-left: 1px;
padding-right: 1px;
margin-left: 1px;
margin-right: 1px;
}

.navlink2 li:hover{
  background-color: #656060;
  color: white;
  border: 2px solid black;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
  }

 .navlink2 li:hover a{
  color: white;
 } 


 









/* Estilos generales */

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

h1 {
  font-size: 2.5rem;
  /*font-family: 'Rubik Dirt', cursive;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.seccion-oscura {
  color: white;
  background-color: #6c1d45;
}

.seccion-clara {
  color: black;
  background-color: white;
}

.seccion-titulo {
  font-size: 2rem;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.seccion-titulo2 {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.seccion-descripcion {
  font-size: 1.2rem;
  color: #584e4e;
}

.seccion-texto {
  font-size: 1.2rem;
}

.btn-info {
  font-size: 1.1rem;
  margin: 20px;
}

.texto-negro {
  color:#6c1d45;
}

.texto-blanco {
  color: white;
}

/* Seccion Hero */

.hero {
  /*background-color: #f5f6f7;*/
  min-height: 50px;
  text-align: center;
}

.hero-principal {
  padding: 3rem;
}

.hero-imagen-desarrollador {
  width: 200px;
  height: 200px;
  margin: 20px;
}

.hero-principal h2 {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /*color: #615151;*/
}

/* Seccion Hero 2*/

.hero2 {
  background-color:#1b1b32;
  min-height: 450px;
  text-align: center;
}

.hero-principal2 {
  padding: 3rem;
}

.hero-imagen-desarrollador2 {
  width: 200px;
  height: 200px;
  margin: 20px;
}

.hero-principal2 h2 {
  font-size: 1.5rem;
  color: white;
}




/* Sobre mi */

.sobre-mi {
  height: 500px;
  padding: 0px;
}

.sobre-mi .contenedor {
  max-width: 1200px;
  /*text-align: center;*/
}

/* Experiencia */

.experiencia {
  padding: 40px 40px 60px 40px;
}

.experiencia .columna {
  padding: 40px;
  /*border: 2px solid #8080804d;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.2s ease-in;
}

.experiencia .columna:hover {
  color: white;
  background-color: #6c1d45;
}
.experiencia .columna img:hover {
  color: white;
  
}

.experiencia img {
  font-size: 2.5rem;
  color: #7ade30;
  background-color: #0a0a23;
  /*padding: 8px 19px;*/
  border-radius: 5%;
}

.logosipnetc {
  height: 240px;
  width: 240px;
  margin: 10px;
}

.experiencia-titulo {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
}

.badges-contenedor {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.badge {
  margin: 5px;
}

/* Proyectos */

.proyectos-recientes {
  padding: 40px;
}

.proyectos-recientes img {
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: block;
  transition: all 0.2s ease;
}

.proyectos-contenedor {
  padding-top: 60px;
  margin-bottom: 40px;
}

.overlay {
  transition: all 0.2s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay p {
  background-color: white;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
}

.proyecto {
  position: relative;
}
/*
.proyecto:hover img {
  opacity: 0.2;
}*/
/*
.proyecto:hover .overlay {
  opacity: 1;
}
*/
.overlay .iconos-contenedor {
  display: flex;
  justify-self: start;
}

.overlay i {
  color: black;
  font-size: 60px;
  margin: 10px;
}





/* Articulos */

.articulos {
  min-height: 500px;
  padding: 30px;
}

.articulos .card {
  width: 80%;
  max-width: 600px;
  margin: 20px;
}

.articulos .card-header {
  font-weight: bold;
}

/* Testimonios */

.testimonios {
  padding: 40px 40px 80px 40px;
}

.testimonios .carousel {
  max-width: 1200px;
}

.carousel-item {
  height: 500px;
}

.carousel-item1 {
  height: 300px;
}

.carousel-item .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonio-imagen {
  height: 150px;
  width: 150px;
  margin: 10px 10px 20px 10px;
}

.testimonio-texto {
  /*max-width: 70%;*/
  font-size: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.testimonio-info {
  font-weight: bold;
  text-align: center;
}

.testimonio-info p {
  margin-bottom: 0;
}

.testimonio-footer .cliente {
  font-size: 1.2rem;
}

.testimonio-info .cargo {
  font-size: 1.2rem;
  color: #656060;
}

/* Contacto */

.contacto .container {
  max-width: 1100px;
  min-height: 200px;
  padding: 20px;
}

.contacto .rectangulo {
  margin-top: 1rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 1px #6c1d45;
}

.contacto .row {
  width: 100%;
  display: flex;
  align-items: center;
}

.contacto .descripcion {
  color: #6c1d45;
  font-size: 1.2rem;
}
/*
.contacto button {
  color: white;
  font-weight: bold;
  background-color: #6c1d45;
  border: 2px solid white;
  padding: 1.25em 2em;
  margin: 10px;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}

.contacto button:hover {
  background-color: white;
  color: #6c1d45;
  transition: all 0.2s ease-in-out;
}

.contacto button i {
  color: white;
  font-size: 1.3rem;
  transition: all 0.2s ease-in-out;
}

.contacto button:hover i {
  color: black;
}
*/
/* Pie de pagina (footer) */

footer {
  min-height: 500px;
}

.footer-logo {
  height: auto;
  width: 40%;
  margin: 10px;
  
}

.logosipnetc {
  height: 320px;
  width: 320px;
  margin: 10px;
}

.footer-texto {
  font-size: 1.5rem;
  padding: 20px;
  margin-bottom: 30px;
  font-family: 'Quicksand', sans-serif;
}

.iconos-redes-sociales a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 10px;
  border: 2px solid white;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales i {
  color: white;
  font-size: 1.5rem;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales a:hover {
  background-color: white;
  border: 2px solid #6c1d45;
}

.iconos-redes-sociales a:hover i {
  color: #6c1d45;
}

.derechos-de-autor {
  font-size: 20px;
  color: white;
  padding: 20px;
}




.iconos-redes-sociales2 a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 10px;
  border: 2px solid black;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales2 i {
  color: black;
  font-size: 1.5rem;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales2 a:hover {
  background-color: black;
  border: 2px solid rgb(13, 110, 253);
}

.iconos-redes-sociales2 a:hover i {
  color: white;
}

.derechos-de-autor2 {
  font-size: 15px;
  color: black;
  padding: 20px;
}

/* graficas */

.graficas {
  padding: 40px 40px 80px 40px;
}

#particulas{
padding: 40px 40px 180px 40px !important;
}

#graficasT-carrusel{
  background-color: white !important;


}

#menusg{
  background-color: #000 !important;
  border: 2px solid green;
}

.graficas .carousel {
 
  border: 2px solid gray;
  border-radius: 10px;
  background: white;
}



.carousel-item .container-fluid {
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid gray;
}
/*
.carousel-item .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid gray;
}
*/

#chart_1{
background-color: red;
}


.graficas-imagen {
  height: 150px;
  width: 150px;
  margin: 10px 10px 20px 10px;
}

.graficas-texto {
  max-width: 70%;
  font-size: 20px;
  text-align: center;
  font-family: 'Share Tech Mono', monospace;
}

.graficas-info {
  font-weight: bold;
  text-align: center;
}

.graficas-info p {
  margin-bottom: 0;
}

.graficas-info .estacion {
  font-size: 1.2rem;
}

.graficas-info .ubi {
  font-size: 0.9rem;
  color: #656060;
}







/*Graficas*/


/*Barra Logo*/
#logodiv
{
	/*background:linear-gradient(#420000,#420000);*/ 
  background-color: #6c1d45;
	
	width: 100%; 
	
  border-top: 2px solid gray;
	display: flex; 
	justify-content: center; 
	text-align: center ;
	

}




/*Boton enviar*/

#btsend2{
	
	background-color: #6c1d45;
	color: #fff;
  border: 2px solid #6c1d45;
  transition: all 0.5s ease-in-out;
  text-shadow: 2px 2px 5px gray;

}

#btsend2:hover
{
	background-color: #fff ;
	color: #6c1d45;
  border: 2px solid #6c1d45;
  transition: all 0.5s ease-in-out;
	text-shadow: 2px 2px 5px gray;
}


.form-control2 input,textarea{
  
  /*display: block;*/
  width: 75%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c1d45;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control2 input:focus,textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #6c1d45;
  outline: 0;
 box-shadow: 0px 1px 4px 1px #6c1d45;
}























/* Adaptable (Responsivo) */

@media screen and (max-width: 400px) {
  .overlay p {
    font-size: 18px;
  }

  .overlay i {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .testimonio-imagen {
    height: 120px;
    width: 120px;
  }

  .testimonio-texto {
    font-size: 13px;
  }


  .testimonio-footer .cliente {
    font-size: 1.2rem!important;
  }
  
  .testimonio-info .cargo {
    font-size: 1.2!important;
    color: #656060;
  }

}

@media screen and (min-width: 700px) {
  .hero-inferior-imagen {
    max-height: 400px;
    /*max-width: 600px;*/
    
  }
}

@media screen and (max-width: 1199px) {
  .overlay p {
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

.overlay .iconos-contenedor a img{
height: 60px;
width: auto;
}

.overlay i{
  font-size: 40px;
}


}

@media only screen and (min-width: 801px) and (max-width: 999px) {

  .testimonio-texto {
    font-size: 18px;
  }
  
  }



