@media screen and (max-width: 770px) {

    h3 {
 
     font-size: 0.8rem;
 
 
   }
 
   .texto-big h4 {
    font-size: 1rem;
    
  }
 }
 
 @media screen and (max-width: 450px) {
 
  .letter h4 {
    font-weight: 500;
     font-size: 1rem;
     text-align: justify;
 
   }
 }
 .texto-big h4 {
  font-size: 1.4rem;
  
}
 @media screen and (max-width: 450px) {
  .texto-big h4 {
    font-size: 1rem;
    text-align: justify;
    
  }
  }
  .texto-medium h4 {
    font-size: 1.8rem;
    
  }
   @media screen and (max-width: 450px) {
    .texto-medium h4 {
      font-size: 1rem;
      text-align: justify;
      
    }
    }

  .litte-pad{
    margin-top: 3rem;
  }
  @media screen and (max-width: 450px) {
    .litte-pad{
      margin-top: 0.5rem;
    }
    }

    .litte-margin{
      margin-left: 6rem;
      margin-right: 6rem;
    }
    @media screen and (max-width: 450px) {
      .litte-margin{
        margin-left: 1rem;
        margin-right: 1rem;
      }
      }

.hero-commu {
    background: url(../img/company/banner.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;

    background-position: center;
    z-index:-1;
  }
  @media screen and (max-width: 450px) {
    .hero-commu {
      height: 500px;
    }
}

.commu-quote {
    background: url("https://i.ibb.co/VVvm9F7/image-compressed.jpg");
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 25rem;
    padding-bottom: 2rem;

  }
  
  .commu-quote img {
    height: 130px;
    width: 140px;
  
  }
  .rayita{
      padding-top: 4rem;
  }
  .comillas-a{
    height: 300px;
    width: 100%;
    padding-top: 4.2rem;
    left: -5%;
  }
  
  .comillas-c{
    height: 60px;
    width: 70px;
    padding-top: 4.2rem;
    right: -5%;
   
  }
  .commu-quote h2 {
    font-weight: 600;
    font-size: 2rem;
    background-color: transparent;
    text-align:justify;
    padding-top: 5rem;
    color: white;
    letter-spacing: 1px;
  }
  .commu-quote h3 {
    font-weight: 600;
    font-size: 1.8rem;
    background-color: transparent;
    text-align:justify;
    padding-top: 5rem;
    color: white;
    letter-spacing: 1px;
    padding-top: 7rem;
  }
  
  @media screen and (max-width: 770px) {
    .commu-quote {
        height: 16rem;
    
      }
    .commu-quote img {
        height: 60px;
        width: 75px;
      
      }
      .rayita{
          padding-top: 3rem;
      }
      .comillas-a{
        padding-top: 2rem;
      }
      .comillas-c{
        padding-top: 2rem;
       
      }
      .commu-quote h2 {
        font-weight: 600;
        font-size: 1.3rem;
        background-color: transparent;
        text-align:justify;
        padding-top: 0;

      }
      .commu-quote h3 {
        font-weight: 600;
        font-size: 1rem;
        padding-top: 3.5rem;
        padding-left: 2rem;
      }
 
   
 }
 
 @media screen and (max-width: 450px) {
 
    .commu-quote {
        height: 10rem;
        display: none;
      }
    .commu-quote img {
        height: 30px;
        width: 45px;
        display: none;
      }
      .rayita{
        display: none;
      }
      .comillas-a{
        display: none;
      }
      .comillas-c{
        display: none;
       
      }
      .commu-quote h2 {
        font-weight: 500;
        font-size: 0.5rem;
        background-color: transparent;
        text-align:justify;
        padding-top: 0;
        display: none;
      }
      .commu-quote h3 {
        font-weight: 600;
        font-size: 0.5rem;
        padding-top: 0;
        padding-left: 0rem;
        display: none;
      }
 
 
 }

.safety h4{
  padding-top: 5rem;
}

 .safety img{
     height: 620px;
     width: 800px;
    padding-bottom: 2rem;

 }
 @media screen and (max-width: 450px) {
  .safety h4{
    padding-top: 0;
    font-size: 1rem;
    padding-left: 3.5rem !important;
    padding-right: 1rem !important;
  }

  
   .safety img{
      height: 220px;
      width: 90%;
      padding-left: 0!important;
      margin-left: 0 !important;
      
   }
}
 
.logo img{
  height: 400px;
  width: 600px;
}

.become-team label{
  color: black;
}
#contact {
  padding-top: 1%;
  padding-bottom: 1%;
  background: url(../img/Recurso3.png);
  background-size: cover;
}

#form1 {
  
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: grid;
  align-items: left;
  justify-items: left;
}


.phase1 {
  margin-bottom: 10%;
}

input {
  display: block;
  width: 100%;
  font-size: 14pt;
  line-height: 28pt;
  font-family: "Fjalla One";
  border: none;
  background: transparent;
  min-width: 400px;
  padding-left: 5px;
  outline: none;
  color: black;
  align-items: left;
}

div.settings {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 5px;
  margin-bottom: 5%;
  border-bottom: 5px solid rgb(194, 188, 188);

}

div.settings label {
  text-align: right;
  margin: auto;
  color: black;
  font-weight: 600;
  font-size: 1.5rem;
}

.btn.btn-primary{
  color: white !important;
  background-color: #fec503 !important;
  border-color: #ccc;
  border-radius: 25px !important;
}

button:hover {
  background: black;
  color: white;

}

::selection {
  background: #3a123a;
}

@media screen and (max-width: 450px) {


  .phase>h1 {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    text-align: center;
  }
input{
  min-width: 250px;
}
}

@media screen and (max-width: 450px) {


  .phase>h1 {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    text-align: center;
  }
input{
  min-width: 50%;
}
}

@media screen and (max-width: 450px) {
  .logo img{
   display: none;
  }
}

.career-img p>img {
  height: 450px;
  width: 457px;
  border-radius: 50%;
  right: 15rem;
}
.santa img{
  width: 70%;
  height: 70%;
  padding-left:6rem;
 
}
.container-padding{
  padding: 2rem;
}
@media screen and (max-width: 450px) {
  
    .career-img p>img {
      height: 250px;
      width: 257px;
      border-radius: 50%;
      right: 15rem;
    }
    .santa img{
      width: 200px;
      height: 220px;
      padding-left:5rem;
     
    }
}

/**/

.carousel-item img {
  height: 420px;
  width: 450px;
 
}

.carousel-inner {
  padding-bottom: 3.5rem !important;
}
.carousel .carousel-indicators li :active{

  background-color: #717171;
  cursor: pointer;
  transition:background-color 0.5s;
}

.text-container{
  width: 90% !important;
  inline-size: 10px;
}
@media screen and (max-width: 770px) {

  .carousel-item img {
    height: 420px !important;
    width: 450px !important;
  }
  .carousel .carousel-indicators  li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition:background-color 0.5s;
    padding-top: 10px;
 
  }
  .carousel-inner {
    padding-bottom: 3rem !important;
  } 
  
 
}
@media screen and (max-width: 450px) {

  .carousel-item img {
    height: 200px !important;
    width: 210px !important;
  }
  .carousel .carousel-indicators  li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition:background-color 0.5s;
 
  }
  .carousel-inner {
    padding-bottom: 3rem !important;
  }
 }

.carousel .carousel-indicators  li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background-color: #bbb;
  cursor: pointer;
  transition:background-color 0.5s;

}

/**/

/**/

/**/

.color a>h4{
color: #007700;
font-weight: 800;
}

/**/
.pathway img{
  height: 65%;
  width: 65%;
  margin-top: 2rem;
}
@media screen and (max-width: 770px) {
  .pathway img{
    height: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .pathway img{
    height: 100%;
    width: 100%;
  }
}