@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;800&display=swap");

:root {
  --font-family-sans-serif: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000000;
  background-color: #f4f4f4;
}

.sombra_brand {
text-shadow: 0 2px 0px #4b3503,0 -1px 0px #ffd57a;
}

/***** Wrapper *****/
.wrapper {
  display: block;
}

.tooltip {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.popover {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #303030;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* modificaciones Menu */

.bg-dark {
  background-color: #000000 !important;
}

.navbar-dark .navbar-brand {
  color: #efa504;
  font-weight: 800;
  font-size: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f0a500;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #cf7500;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #cf7500;
  font-weight: 600;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #cf7500;
}


/* Menu */
.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
  background: #cf7500;
  color: white;
}

.dropdown-menu>li.show>a {
  color: white;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}


/* Cabeceras */

.cabecera {
  background-image: url('../images/inicio.jpg');
  height: 100vh;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.quienes_somos {
  background: url('../images/mapa_minas.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.servicios {
  background: url('../images/servicios.jpg');
  height: 80vh;
  min-height: 400px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}


.rrhh {
  background: url('../images/rrhh.png');
  height: 80vh;
  min-height: 400px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}


.cabecera h2, .quienes_somos h2, .servicios h2, .seccion_contacto h2, .seccion_page h2, .rrhh h2{
  margin-top: 10px;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  padding: .5rem;
  background: #efa504;
  display: inline-block;
  letter-spacing: -1px;
  line-height: 30px;
  text-shadow: 0 2px 3px #865c00,0 -1px 3px #ffffff;
}


.cabecera p, .quienes_somos p, .servicios p, .rrhh p{
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  border: solid 1px #5b5b5b;
}


/* secciones */
.seccion_servicio {
  padding: 10%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seccion_servicio_fondo {
  color: #a8a8a8;
  position: absolute;
  font-size: 10vw;
  font-weight: 800;
  opacity: 0.2;
}

.seccion_servicio h4 {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  text-decoration: underline #efa504;
  text-decoration-thickness: 4px;
}

.seccion_servicio p {
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
}

.seccion_servicio .subheading {
  color: #303030;
  font-size: 20px;
}

.seccion_servicio .row {
  margin-top: 2%;
}

.how-img {
  text-align: center;
}

.how-img img {
  width: 100%;
  border: solid 1px #7a7a7a;
}

.seccion_productos .how-img img,
.seccion_page .how-img img {
  border: solid 1px #cc8c00;
}


.seccion_productos {
  padding: 10%;
  background-color: #efa504;
}

.seccion_productos h4 {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
}

.seccion_productos h5, .seccion_page h5{
  padding-top: 4%;
  padding-bottom: 4%;
  color: #000000;
  font-weight: bold;
  font-size: 20 px;
  background-color: #cc8c00;
  margin: 2%;
  box-shadow: #5c3f00 3px 3px;
}

.seccion_productos p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #2a2a2a;
}

.seccion_productos .subheading {
  color: #303030;
  font-size: 20px;
}

.seccion_productos .row {
  margin-top: 2%;
}

.seccion_3 {
  height: 70vh;
  min-height: 300px;
  background-image: url('../images/camion.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}


.seccion_3_fondo {
  color: #fff;
  position: absolute;
  font-size: 10vw;
  font-weight: 800;
  opacity: 0.5;
}


.seccion_page {
  padding: 4%;
  background-color: #efa504;
}


.card {
  background-color: transparent;
  border: 1px solid #cf7500;
}

.card, .card img {
  border-radius: 0px
}



/*Secciones de RRHH*/


.seccion_rrhh {
  padding: 10%;
}

.seccion_rrhh h3{
  margin-top: 10 px;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
  text-shadow: 0 1px 2px #2e2e2e, 0 -1px 2px #ffffff;
}

.seccion_rrhh h4 {
  margin-top: 10 px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 24px;
}


.seccion_rrhh p{
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #2a2a2a;
}


.outsourcing {
}

.fondo_mostaza {
  background: #efa504;
}


/***Acordion CV***/

.seccion_rrhh .card {
  background-color: none;
  border: 0px;
}

.seccion_rrhh .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  
}

.seccion_rrhh .card,
.seccion_rrhh .card img {
  border-radius: 0px
}

.seccion_rrhh .btn-link {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}



.seccion_formulario_cv {
  color: #2a2a2a;
  min-height: 300px;
  padding: 5%;
  text-align: left;
}



/* Formulario de CV */
.formulario_cv {
  padding-top: 20px;
  text-align: left;
}

.formulario_cv .detalle {
font-size: 12px;
font-style: italic;
margin: 0;
}

.formulario_cv .row {
align-items: flex-start;
justify-content: space-around;
}

.formulario_cv input[type="text"],
.formulario_cv input[type="file"],
.formulario_cv textarea {
  background:#ffd57a;
  border: 1px solid #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  transition: all .3s;
}

.formulario_cv textarea {
  height: 90px;
}

.formulario_cv input[type="text"]:focus,
.formulario_cv textarea:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #fff;
  color: #888;
  box-shadow: none;
}

.formulario_cv input[type="text"].input-error,
.formulario_cv textarea.input-error {
  border-color: #ef5a04;
}

.formulario_cv input[type="text"]::-moz-placeholder,
.formulario_cv textarea::-moz-placeholder {
  color: #2a2a2a;
  font-style: italic;
}

.formulario_cv input[type="text"]:-ms-input-placeholder,
.formulario_cv textarea:-ms-input-placeholder {
  color: #2a2a2a;
  font-style: italic;
}

.formulario_cv input[type="text"]::-webkit-input-placeholder,
.formulario_cv textarea::-webkit-input-placeholder {
  color: #2a2a2a;
  font-style: italic;
}

.formulario_cv button.btn-customized {
  padding: .75rem 1.5rem;
  background: #303030;
  border: 0;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

.formulario_cv button.btn-customized:hover,
.formulario_cv button.btn-customized:active,
.formulario_cv button.btn-customized:focus,
.formulario_cv button.btn-customized:active:focus,
.formulario_cv button.btn-customized.active:focus,
.formulario_cv button.btn.btn-primary:not(:disabled):not(.disabled):active,
.formulario_cv button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cf7500;
  background: rgba(207, 117, 0, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}



.formulario_cv button.btn-customized i {
  margin-right: 5px;
}


/***** Boton*****/
a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #efa504;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cf7500;
  background: rgba(207, 117, 0, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

/* Seccion contacto */
.seccion_contacto {
  color: #fff;
  min-height: 300px;
  background-image: url(../images/mining.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5%;
  text-align: left;
}


.fondo_contacto {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border: solid 1px #5b5b5b;
}

/* Formulario de Contacto */
.section-6-form {
  padding-top: 20px;
  text-align: left;
}

.section-6-form input[type="text"],
.section-6-form textarea {
  background: none;
  border: 1px solid #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  transition: all .3s;
}

.section-6-form textarea {
  height: 90px;
}

.section-6-form input[type="text"]:focus,
.section-6-form textarea:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #fff;
  color: #888;
  box-shadow: none;
}

.section-6-form input[type="text"].input-error,
.section-6-form textarea.input-error {
  border-color: #efa504;
}

.section-6-form input[type="text"]::-moz-placeholder,
.section-6-form textarea::-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form input[type="text"]:-ms-input-placeholder,
.section-6-form textarea:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form input[type="text"]::-webkit-input-placeholder,
.section-6-form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form button.btn-customized {
  padding: .75rem 1.5rem;
  background: #efa504;
  border: 0;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

.section-6-form button.btn-customized:hover,
.section-6-form button.btn-customized:active,
.section-6-form button.btn-customized:focus,
.section-6-form button.btn-customized:active:focus,
.section-6-form button.btn-customized.active:focus,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cf7500;
  background: rgba(207, 117, 0, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

.section-6-form button.btn-customized i {
  margin-right: 5px;
}

/* Mapa */
.map-responsive {
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  height: 0;
  outline: 1px solid #fff;
  background-color: #e6e6e6;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/* Pie de pagina */

footer.page-footer {
  bottom: 0;
  color: #fff;
  background-color: #000000;
}


footer.page-footer .container-fluid {
  width: auto
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  color: #ffffff;
  background-color: #000000;
}

footer.page-footer a, p {
  color: #fff;
}

.font-small {
  font-size: .9rem;
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social {
  color: white;
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}








.modal-contenido{
  background-color:aqua;
  width:300px;
  padding: 10px 20px;
  margin: 20% auto;
  position: relative;
}


.modal{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  pointer-events:none;
  transition: all 1s;
  opacity:1;
  pointer-events:auto;
}
