* {padding:0px; margin:0px;
font-family: 'Work Sans', sans-serif;}

/* HERO TEXTO */

.hero-grid {display: grid;
	    	grid-template-columns: 50% 50%;
      margin: 0 auto;
      height: 600px;
      overflow: hidden;}

.logo-img {width: 300px;}

.hero-content p { width: 450px;
				color: #0a2240;
        font-weight: 100;}
        

.hero-content p b {font-weight: 600;}

.divBox {
  background-image: url("../img/hero-image.png");
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  height: 400px;
  color: white;
  text-align: center;
}

.divBox p {
  font-size: 1.5em;
  width: 400px;
  margin: 0 auto;
}

.divBox h1 {font-weight: 600;
  width: 750px;
  color: white;
  padding: 30px 0px;
  margin: 0 auto;
  font-size: 5em;
}

.hero-section .hero-div {
  margin: 0 auto;
}


/* HERO TEXTO FIN */


/* HERO FORM */
.hero-grid {background:#f4f4f4;
  margin-top: 60px;}

.hero-form {
  width: 60%;
  display: flex;
  align-items: center;
  margin-left: 50px;}

.hero-form-content {margin: 30px 50px;}

.contacto {
  margin: 0 auto;
  width: 322px;
}

.contacto h2 {font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;}
  
.hero-content {
  overflow: hidden;
}
.hero-content img {
  height: 600px;;
}

input[type=text], select, textarea{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
   margin-bottom: 10px;
}


input[type=number]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

input[type=submit] {
  width: 100%;
  background-color: #016a70;
  color: white;
  padding: 14px 20px;
  margin-top: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

input[type=submit]:hover {
  background-color: #018c94;
}

input:focus {
  border-left:5px solid #0a2240;
}

textarea:focus {
  border-left:5px solid #0a2240;
}

select:focus {
  border-left:5px solid #0a2240;
}

.comentarios {
    resize: none;
    height: 80px;}


::placeholder {color:#b2b2b2;}


#politicas {color: #0a2240;}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 25px;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background-color: #0a2240;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container a {color: #0a2240;}


.btn-enviar {padding: 12px 24px;
    border-radius: 100px;
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #292828;
    background-color: white;
    border: 1px solid #292828;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    transition: all .2s ease-in-out;}

 .div-btn {text-align: center;
       margin: 0 auto;}
       
.btn-enviar:hover {
  color: white;
  background-color: #3a3939;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

#popupBody{
  width: 46%;
  padding: 2%;
  border-radius: 15px;
  box-shadow: 0 0 5px #CCC;
  background: #FFF;
  position: relative;
  transition: all 5s ease-in-out;
  margin: 20% auto;    
}
#cerrar{
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #F00;
}

/* HERO FORM FIN */

/*SERVICIOS SECTION*/

.servicios-section{
  background-color: #F4F4F4;
}

.servicios-title{
  margin-bottom: 20px;
}

.servicios-title h2{
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 30px;
}

.servicios-1-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 800px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  grid-column-gap: 100px;
  padding-bottom: 40px;
}

.servicios-1-grid div{
  text-align:center;
  color: #999999;
  width: 250px;
  transition: transform .2s;

}

.servicios-1-grid div:hover {
  transform: scale(1.2);
  transition: transform .2s;
}

.servicios-1-grid div p{
  padding-top: 15px;
  color: #2b2b2b;
  font-size: 16px;
}

.servicios-2-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width:600px;
  margin: 0 auto;
  justify-content: flex-start;
  grid-column-gap: 80px;
  padding-bottom: 70px;
}

.servicios-2-grid div{
  text-align: center;
  color: #999999;
  width: 250px;
  transition: transform .2s;
}

.servicios-2-grid div:hover {
  transform: scale(1.2);
  transition: transform .2s;
}

.servicios-2-grid div p{
  padding-top: 15px;
  color: #2b2b2b;
  font-size: 16px;
}

.icon-width{
  width: 120px;
}

/*SERVICIOS SECTION FIN*/

/*COMUNICADORES SECTION*/
.comunicadores-section {
  padding: 50px;
  background-color: #F4F4F4;
}

.comunicadores-txt{
  margin: 0 auto;
  width: 700px;
  text-align: center;
  padding: 25px;
}

.comunicadores-txt p{
  font-size: 22px;
}

hr{
  width: 400px;
margin: 0 auto;
}

/*FIN COMUNICADORES SECTION*/

/*NOSOTROS SECTION*/

.nosotros-grid{
  width: 800px;
margin: 0 auto;
}

.nosotros-title{
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
  padding-top: 60px;
}
}

.nosotros-grid img{
width: 250px;
}

.sebastian{
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 30px 0px;
  align-items: center;
  column-gap: 50px;
}

.fondoVerde {
  background-image: url(../img/verde.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  font-weight: 400;
  padding-left: 10px;}


.sebastian-txt h1{
  font-size: 25px;
  font-weight: 600;
}

.sebastian-txt h2{
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 10px;
}


.sebastian-txt p{
  font-size: 16px;
  padding-left: 10px;
}

.sol{
  display: grid;
  grid-template-columns: 70% 30%;
  margin: 30px 0px;
  align-items: center;
  padding-bottom: 30px;
}

.sol-txt h1{
  font-size: 25px;
  font-weight: 600;
}

.sol-txt h2{
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 10px;
}

.sol-txt p{
  width: 450px;
  font-size: 16px;
  padding-left: 10px;
}
/*FIN NOSOTROS SECTION*/

/*MARCAS SECTION*/
.marcas-section {
  margin-top: 50px;
}
.marcas-section h1{
  text-align: center;
margin: 0 auto;
font-size: 35px;
font-weight: 600;
padding-top: 30px;
padding-bottom: 30px;
}

.marcas-grid{
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.marcas-grid img{
  width: 150px;
}

.columna {grid-column: 3/4;}

/*FOOTER*/

.footer{
  background-color: #292828;
}

.logo-footer{
  text-align: center;
  padding-top: 20px;
}

.logo-footer img{
  width:200px;
}

.bajada{
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  width: 500px;
  margin: 0 auto;
  padding: 30px 0px;
}

.legales{
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  padding-bottom:40px;
}

/*FOOTER FIN*/


@media (max-width: 834px) {
  .divBox {
    padding: 150px 20px 0px 20px;
  }
  
  .divBox h1 {
    width: 100%;
    font-size: 3em;
  }

    
  .divBox p {
    font-size: 1.3em;
    width: 80%;
  }
  
  .hero-content{padding:60px 0px;}
  
  .hero-section .hero-div {
    max-width: 100%;
  }

  .logoBox {    width: 120px;}

	.hero-grid {grid-template-columns: 1fr; text-align: center; margin: 0 auto; padding:0px; height: 660px;}

	 h1 {width: 80%; font-size: 30px; text-align: center; margin: 0 auto;}

	.hero-content p {width: 80%;text-align: center; margin: 0 auto;}

  .hero-form {
    width: 100%;
    margin-left: 0px;
  }
  
	.contacto h2 {font-size: 25px; width: 100%;}

	.hero-form-content {margin: 0px auto;}

	input[type=text], select, textarea{width: 300px;
    padding: 12px 0px;
    margin: 15px auto;
    padding-left: 20px;
    display: block;}

    input[type=number]{width: 300px;
      padding: 12px 0px;
      margin: 15px auto;
      padding-left: 20px;}

    .hero-form {
      grid-row: 1/2;
    }
    .hero-content {
      padding: 0px;
      padding-top: 20px;
    }

    .hero-content img {
     width: 100%;
    height: auto;}

    #motivo {width: 302px;
    padding-left: 20px;}

    #politicas {padding: 0px 20px;
      font-size: 17px;}

    .checkmark {width:40px; height: 40px;}

    .container .checkmark:after {
	  left: 15px;
	  top: 12px;
	  width: 5px;
	  height: 10px;
  }

  .humano-grid {
    grid-template-columns: 1fr;
    text-align: center;
    margin: 0 auto;
    padding:0px;}

  .humano-txt{
  font-size: 25px;
  color: #0a2240;
  width: auto;
  padding: 30px 30px 60px 30px;
  }
    
  .consultar-grid {grid-template-columns: 1fr;
    text-align: center;
    margin: 0 auto;
    padding:0px;}

  .consultar-txt{
    padding: 80px 20px 40px 20px;
    text-align: center;
    font-size: 25px;}

  .consultar-btn{
    padding-bottom: 80px;
  }

  .servicios-1-grid
      {grid-template-columns: 1fr;
       text-align: center;
       margin: 0 auto;
       padding:0px;
       max-width: 100%;
       grid-row-gap: 40px;
       padding-bottom: 40px;}
  
  .servicios-1-grid div{
    margin: 0 auto;
  }

  .servicios-2-grid
  {grid-template-columns: 1fr;
      text-align: center;
      margin: 0 auto;
      padding:0px;
      max-width: 100%;
      grid-row-gap: 40px;
      padding-bottom: 70px;
    }

.servicios-2-grid div{
  margin: 0 auto;
}

.footer{
margin: 0 auto;
padding: 30px 40px;
}

.bajada{
  width: auto;
}

/*consultar section*/
.comunicadores-txt{
  width: 100%;
  padding: 20px 0px;
}

.comunicadores-txt p{
  font-size: 20px;
  
}

hr{
  width: 200px;
}

/*fin consultar section*/

/*nosotros section*/

.nosotros-grid{
  width: 100%;
}

.sebastian{
  grid-template-columns: 1fr;
}

.sebastian img{
  width: 200px;
margin: 0 auto;
}

.sebastian-txt{
  text-align: center;
padding: 20px 20px;
}

.sol{
  grid-template-columns: 1fr;
}

.sol img{
  width: 200px;
margin: 0 auto;
}

.sol-txt{
  text-align: center;
padding: 20px 20px;
}

.sol p{
  width: 100%;
}

/*fin nosotros section*/

/*marcas section*/
.servicios-title h2{
  margin: 0 20px;
}
  .marcas-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .columna {
    grid-column: auto;}

/*fin marcas section*/

}

