/* Barra de navegacion */

.navbar {
  padding: 0.4rem;
  }
  
  .navbar1 {
    background-color: #6c1d45;
  }
  
  .navbar2 {
    background-color: #6c1d45;
  }
  
  
  .navbar-collapse {
    align-items: center;
    justify-content: space-between;  
    background-color: #6c1d45;
  }
  
  .navlink2 li{
  border: 1px solid white;
  color: white!important;
  padding-top: 2px;
  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: 'Montserrat', sans-serif;
  font-weight: 700;

  }
  
  .seccion-oscura {
    color: white;
    background-color: #6c1d45;
  }
  
  .seccion-clara {
    color: #6c1d45;
    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-negro{
    font-size: 1.2rem;
    color: #6c1d45;
  }

  .seccion-descripcion-blanco{
    font-size: 1.2rem;
    color: #ffffff;
  }
  
  .seccion-texto {
    font-size: 1.2rem;
  }
  



  .btn-info {
    font-size: 1.1rem;
    margin: 20px;
  }
  
  .texto-negro {
    color:#6c1d45;
  }
  
  .texto-blanco {
    color: white;
  }
  
  

  
  /* Seccion Hero 2*/
  
  .hero2 {
   /* background-color:white;*/
    min-height: 50px;
    text-align: center;
  }
  
  .hero-principal2 {
    padding: 3rem;
  }
  
  .hero-imagen-desarrollador2 {
    width: 200px;
    height: 200px;
    margin: 20px;
  }
  
  .hero-principal2 h2 {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /*color: #615151;*/
  }
  
  
  
  
  /* Sobre mi */
  
  .sobre-mi {
    height: 800px;
    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: #1b1b32;
  }
  
  .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: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .overlay p {
    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;
  }
  
  .overlay i {
    color: black;
    font-size: 60px;
    margin: 10px;
  }
  */
/*
  /* Testimonios 
  
  .testimonios {
    padding: 40px 40px 80px 40px;
  }
  
  .testimonios .carousel {
    max-width: 800px;
  }
  
  .carousel-item {
    height: 500px;
  }
  
  .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: 'Share Tech Mono', monospace;
  }
  
  .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: 0.9rem;
    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 white;
  }
  
  .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: transparent;
    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: black;
  }
  
  .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 rgb(13, 110, 253);
  }
  
  .iconos-redes-sociales a:hover i {
    color: #6c1d45;
  }
  
  .derechos-de-autor {
    font-size: 15px;
    color: #aeaeae;
    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 #6c1d45;
    border-radius: 50%;
    transition: all 0.2s ease-in;
  }
  
  .iconos-redes-sociales2 i {
    color: #6c1d45;
    font-size: 1.5rem;
    transition: all 0.2s ease-in;
  }
  
  .iconos-redes-sociales2 a:hover {
    background-color: #6c1d45;
    border: 2px solid white;
  }
  
  .iconos-redes-sociales2 a:hover i {
    color: white;
  }
  
  .derechos-de-autor2 {
    font-size: 20px;
    color: #6c1d45;
    padding: 20px;
  }
  



  /* graficas */
  
  .graficas {
    padding: 40px 40px 80px 40px;
  }
  
  #particulas{
  padding: 40px 40px 180px 40px !important;
  }
  
/*
  #graficasT-carrusel{
    background-color: rgb(168, 15, 15) !important;
  }*/
  
  /*
  #menusg{
    background-color: #000 !important;
    border: 2px solid rgb(80, 80, 80);
  }*/
  
  .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;
  }
  */
  
  /*
  .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*/
  #logodiv
  {
    /*background:linear-gradient(#420000,#420000); */
    background-color: #6c1d45;
    width: 100%; 
    height: 100px; 
    border-top: 2px solid gray;
    display: flex; 
    justify-content: center; 
    text-align: center ;
  
  }
  
  


  .bTnextT{
    
    height: 15%!important;
    position:absolute!important; 
    left:0px!important; 
    top: 85%!important;
  
  }
  
  .bTnextT:hover{
    background-color: gray;
  }
  
  .bTprevT{
    height: 15%!important;
    position:absolute!important;
    right:0px!important;
    top: 85%!important;;
  }
  
  
  
  
/*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;
}

  
  
.btn {
  color: white;
  background-color: #6c1d45;
}  

.btn:hover {
  color: #6c1d45!important;
  background-color: white!important;
  border: 1px solid #6c1d45;
} 
  
  
  
  
  
  
  
  /* Adaptable (Responsivo) */
  
  @media screen and (max-width: 400px) {
    .overlay p {
      font-size: 18px;
    }
  
    .overlay i {
      font-size: 40px;
    }
  }
  
  @media screen and (max-width: 1144px) {
    
    .navbar {
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    .navbar div{
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .navbar-brand {
      display: none;
    }

    


  }

  @media screen and (max-width: 947px) {
    .navlink2 li a{
      font-size: 0.9rem!important;
     
      padding-left: 4px!important;
      padding-right: 4px!important;
      margin-left: 0px;
      margin-right: 0px; 
    
    
    } 

    }


  @media screen and (max-width: 767px) {
    


    .navlink2 li{
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 50%;
      border-width: 1px 0px 1px 0px;
      border-color:white;
      border-style: solid;
      color: white!important;
      padding-top: 3px;
      padding-left: 1px;
      padding-right: 1px;
      margin-left: 1px;
      margin-right: 1px;
      }

      .navlink2 li a{

        align-items: center;
      justify-content: center;
      text-align: center;

      padding-top: 2px!important;
      padding-bottom: 2px!important;
       } 

       h1 {
        font-size: 1.8 rem;
        
      font-weight: 600;
    
      }




  }
  
  @media screen and (max-width: 800px) {
    .testimonio-imagen {
      height: 120px;
      width: 120px;
    }
  
    .testimonio-texto {
      font-size: 18px;
    }

    .navlink2 li a{
      padding-left: 2px!important;
      padding-right: 2px!important;

    }



  }
  
  @media screen and (min-width: 700px) {
    .hero-inferior-imagen {
      max-height: 400px;
      /*max-width: 600px;*/
      
    }

    



  }



/*
#chart_t1{
    height: 600px!important;
    width: 1200px!important;    
    background-color: white;
    }


#chart_t2{
    height: 600px!important;
    width: 1200px!important;  
    background-color: white;  
    }

#chart_t3{
    height: 600px!important;
    width: 1200px!important;    
    background-color: white;
    }

#chart_t4{
    height: 600px!important;
    width: 1200px!important;    
    background-color: white;
    }*/
#chart_t1,#chart_t2,#chart_t3,#chart_t4,
#chart_h1,#chart_h2,#chart_h3,#chart_h4,
#chart_p1,#chart_p2,#chart_p3,#chart_p4,
#chart_no1,#chart_no2,#chart_no3,#chart_no4,
#chart_no21,#chart_no22,#chart_no23,#chart_no24,
#chart_co1,#chart_co2,#chart_co3,#chart_co4,
#chart_PM251,#chart_PM252,#chart_PM253,#chart_PM254,
#chart_PM101,#chart_PM102,#chart_PM103,#chart_PM104,
#chart_2NO1,#chart_2NO2,#chart_2NO3,#chart_2NO4,
#chart_2PM1,#chart_2PM2,#chart_2PM3,#chart_2PM4

{
height: 600px!important;
width: 100%;    
background-color: white;
}


@media screen and (max-width: 800px) {
#chart_t1,#chart_t2,#chart_t3,#chart_t4,
#chart_h1,#chart_h2,#chart_h3,#chart_h4,
#chart_p1,#chart_p2,#chart_p3,#chart_p4,
#chart_no1,#chart_no2,#chart_no3,#chart_no4,
#chart_no21,#chart_no22,#chart_no23,#chart_no24,
#chart_co1,#chart_co2,#chart_co3,#chart_co4,
#chart_PM251,#chart_PM252,#chart_PM253,#chart_PM254,
#chart_PM101,#chart_PM102,#chart_PM103,#chart_PM104,
#chart_2NO1,#chart_2NO2,#chart_2NO3,#chart_2NO4,
#chart_2PM1,#chart_2PM2,#chart_2PM3,#chart_2PM4
    {
      height: 400px!important;
      width: 100%; 
      /*background-color: yellow;*/
    }
}