section#contact {  
  /*COLOR DEL RELLENO EN SECCION CONTACTO*/ 
  background-color: #273c75; 
  background-image: url("../archivos_pie_contacto/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
    
}


.page-section {
    padding: 6rem 0;    
}

section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
  
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 200;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#portfolio .portfolio-item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(254, 209, 54, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}



.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}


.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}


.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}



.text-xl-right {
  text-align: right !important;
}

.text-xl-center {
  text-align: center !important;
}

.text-lowercase {
text-transform: lowercase !important;
}

.text-uppercase {
text-transform: uppercase !important;
}

.text-capitalize {
text-transform: capitalize !important;
}

.font-weight-light {
font-weight: 300 !important;
}

.font-weight-lighter {
font-weight: lighter !important;
}

.font-weight-normal {
font-weight: 400 !important;
}

.font-weight-bold {
font-weight: 700 !important;
}

.font-weight-bolder {
font-weight: bolder !important;
}

.font-italic {
font-style: italic !important;
}

.text-white {
color: #fff !important;
}

.text-blanco {
  color: #fff !important;
}

.text-gris {
  color: #757575 !important;
}

.text-muted {
  color: #6c757d !important;   /*COLOR DEL TEXTO EN CUERPO*/
  /*color: #ff0000 !important;*/
}


.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.sticky-top-pegado {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  /* background-color: transparent !important; */
}

.navbar {
  background-color: transparent !important;
}


#boton_verde_navbar {
  padding: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  font-weight: 900; 
  color: #fff; 
  text-transform: uppercase;  
  background-color: #07a30e; 
  border: 0;
}

/*INI MITEL*/

.caja_trasparente { 
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color: #145A32;
  font-style: italic; 
  font-size: 22px; 
  font-weight: 990; 
  text-align: center; 
  background: #FBFCFC; 
  margin: 5px 55px 10px; 
  overflow: hidden;   
  border-radius: 35px 0px 35px 0px; 
  -moz-border-radius: 35px 0px 35px 0px; 
  -webkit-border-radius: 35px 0px 35px 0px; 
  border: 5px;
  }


.caja { 
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color: #ffffff;
  font-style: italic; 
  font-size: 20px; 
  font-weight: 700; 
  text-align: center; 
  background: #1fa67a; 
  margin: 125px 125px 10px; 
  overflow: hidden; 
  padding: 20px; 
  border-radius: 35px 0px 35px 0px; 
  -moz-border-radius: 35px 0px 35px 0px; 
  -webkit-border-radius: 35px 0px 35px 0px; 
  border: 5px solid #007851;
  }


  
  .page-section h2.section-heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
  }

  

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
    /*color: #757575; (gris claro)*/
    color: #fff; /*COLOR TEXTO EN LINK DE PIE DE PAGINA (blanco)*/
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  h4, .h4 {
    font-size: 1.5rem;    
    font-weight: 900;  
  }

  h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}
  
#portfolio .portfolio-item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(254, 209, 54, 0.9);
  background: #1fa67a;*/
  background: rgba(31, 166, 122, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.page-section h3.section-subheading {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  /*font-style: italic;*/
  line-height: 1.5rem;
  margin-bottom: 25px;
  /*font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*color: #fff;*/
  color: #fff;
  -webkit-text-stroke: 0.5px #000000;
}

#tit_trabajos {
  font-size: 1.5rem;
  font-weight: 800;  
  font-style: italic;
  
}

#circulo_image {    
  background-color: #07a30e;
  
}

.h4_blanco {
  color: white; 
  line-height: 1.5rem; 
  font-weight: 700;  
}

.rounded-square {
  border-radius: 10% !important;/*50% es un circulo, 10% es un cuadrado con borde redondo*/
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  /*width: 14rem;
  height: 14rem;*/
  width: 22rem;
  height: 22rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

#enviar_mensaje{
  background-color: #28a745;
  padding: .95rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .95rem;
  font-weight: 700; 
  color: #fff; 
  text-transform: uppercase;  
  
  border: 0;
}





.dropdown-menu {
  background-color: transparent !important; 
  
}

.dropdown-menu a{
  color: #FFFFFF !important;
  font-size: .95rem;
  font-weight: 500;   
  text-align: left;
  background-color: #455769; /*COLOR DEL RELLENO EN SECCION CONTACTO*/

}

/* al posicionar sobre el menu cambia fodo con transparencia*/ 
.dropdown-menu a:hover {
  background-color: #007851;
  opacity: 0.7;
}

.sub_tit {      
  color: #FFFFFF !important;   
  text-transform: uppercase;  
  font-size: 1.2rem;
  font-weight: 500; 
  background: #007851;  
  padding: 0.6rem; 
  border-radius: 5px 30px 45px 60px;
  -moz-border-radius: 5px 30px 45px 60px;
  -webkit-border-radius: 15px;

}

.sub_tit_azul {      
  color: #FFFFFF !important;   
  text-transform: uppercase;  
  font-size: 1.2rem;
  font-weight: 500; 
  background: #455769;  
  padding: 0.6rem; 
  border-radius: 5px 30px 45px 60px;
  -moz-border-radius: 5px 30px 45px 60px;
  -webkit-border-radius: 15px;

} 

.sub_tit_celeste {      
  color: #FFFFFF !important;   
  text-transform: uppercase;  
  font-size: 1.2rem;
  font-weight: 500; 
  background:dodgerblue;  
  padding: 0.6rem; 
  border-radius: 5px 30px 45px 60px;
  -moz-border-radius: 5px 30px 45px 60px;
  -webkit-border-radius: 15px;

} 

.caja_sub_tit {      
  
  background: #07a10f;  
  opacity: 0.8;
  
  
  border-radius: 5px 30px 45px 60px;
  -moz-border-radius: 5px 30px 45px 60px;
  -webkit-border-radius: 15px;
  /* background-color: transparent !important; 
    opacity: 0.5;
  */  
  border: 0.5rem solid rgba(0, 0, 0, 0.1);

}



.sub_tit_sobre{
  z-index: 100; /*Lo mas alto posible sobre los elementos previos*/
  color: #FFFFFF !important;     
  font-size: 1.6rem;  
  font-weight: 900; 
  text-transform: uppercase;  
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
}

.caja_color_verde {  
  background: #009307;
}

.caja_color_azul {  
  background: #4067a0;
}

.caja_color_morado {  
  background: #b27d8d;
}


.contacto_ok {
  background: #59b5a5;
  border-color: #0b2e13;
}

.caja_color_ladrillo {    
  background-color: #772710 !important;
}





/*INI MHM 23.07.2021*/

.footer {
  background-color: #212529;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.link-pie {
  color: #fff;
  text-decoration: none;
}
.link-pie:hover, .link-pie:focus {
  color: #07a30e;
}

.btn2 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn2 {
    transition: none;
  }
}
.btn2:hover {
  color: #212529;
  text-decoration: none;
}
.btn2:focus, .btn2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
.btn2.disabled, .btn2:disabled {
  opacity: 0.65;
}
.btn2:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn2.disabled,
fieldset:disabled a.btn2 {
  pointer-events: none;
}

.btn2-dark {
  color: #1fa67a;  
  background-color: #343a40;
  border-color: #343a40;
}
.btn2-dark:hover {
  color: #343a40;
  background-color: #07a30e;
  border-color: #07a30e;
}
.btn2-dark:focus, .btn2-dark.focus {
  background-color: #23272b;
  color: #07a30e;       
  border-color: #07a30e;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn2-dark.disabled, .btn2-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn2-dark:not(:disabled):not(.disabled):active, .btn2-dark:not(:disabled):not(.disabled).active, .show > .btn2-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn2-dark:not(:disabled):not(.disabled):active:focus, .btn2-dark:not(:disabled):not(.disabled).active:focus, .show > .btn2-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}


.btn2-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  text-decoration: none;

}

.caja { 
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  color: #ffffff;
  font-style: italic; 
  font-size: 20px; 
  font-weight: 700; 
  text-align: center; 
  background: #1fa67a; 
  margin: 30px 0 0; 
  overflow: hidden; 
  padding: 20px; 
  border-radius: 35px 0px 35px 0px; 
  -moz-border-radius: 35px 0px 35px 0px; 
  -webkit-border-radius: 35px 0px 35px 0px; 
  border: 5px solid #007851;
  }

  .btn2-social2 {    /*dimensiones de boton redes sociales al comienzo de la pagina*/
  height: 4rem;
  width: 4rem;
  margin: 30px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
}

.mm-3 {     /*color y margen de boton redes sociales al comienzo de la pagina*/
  margin-right: 1.1rem !important;
  color: #1fa67a;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
  color: #fff;
}

#boton-mas{
    display: none;
}

.container2{
  position: fixed;
  /*INI MHM 28.07.21*/
  bottom: 70px;   
  right: 10px;
  z-index: 1080;    /*ubica elemento por encima del contenido, el número indica el nivel de apilamiento*/
  /*FIN MHM 28.07.21*/
}


.redes a, .boton-mas label{
    display: block;
    text-decoration: none;
    background: #1fa67a;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}
.redes a:hover{
    background: #fff;
    color: #1fa67a;
}
.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#boton-mas:checked ~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.boton-mas label{
    cursor: pointer;
    /*background: #3bd4a2;*/
    background: #07a30e;
    font-size: 23px;
}
#boton-mas:checked ~ .boton-mas label{
    transform: rotate(135deg);
    font-size: 25px;
}

.sub_tit2 {      
  color: #212529 !important;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;  /*nivel interlineado de texto*/
  background: #dbffea;  
  padding: 20px; 
  border-radius: 5px 30px 45px 60px;
  -moz-border-radius: 5px 30px 45px 60px;
  -webkit-border-radius: 15px;
}

.caja_contacto {      
  
  
  border-radius: 5px 30px 45px 60px;
  -moz-border-radius: 5px 30px 45px 60px;
  -webkit-border-radius: 5px;  
  border: 0.3rem solid rgba(0, 0, 0, 0.1);

}



@media (min-width: 992px) {
  .team-member img {
  width: 18rem;
  height: 18rem;
  }
  
  
  
}

@media (min-width: 1200px) {
  .team-member img {
  width: 22rem;
  height: 22rem;
  }
  
  
  
}


/*MHO CAMBIO VISTA TELEFONOS MOVILES*/
@media (max-width: 480px){
  .sub_tit_sobre{    
    z-index: 100; /*Lo mas alto posible sobre los elementos previos*/
    color: #FFFFFF !important;     
    font-size: 1.25rem;  
    font-weight: 900;         
  } 
  
  .elementor-heading-title{
    display: none;
  }

  
  
  
}  

@media (max-width: 1200px) { 
  /*
  .elementor-heading-title{
    display: none;
  }
  */
  .elementor-element-b78aa7b{
    display: none;
  }
}

/*INI MHM 28.07.21*/
@media (max-height: 475px) { 
  #mostrar_redes{
    display: none;
  }
}
/*FIN MHM 28.07.21*/

.img-filtro:hover {  /*ilumina y aumenta saturación del color en imagen*/
transition:all .4s ease-in-out;
filter: saturate(180%);
box-shadow: 0px 0px 8px 8px #1fa67a;
-webkit-box-shadow: 0px 0px 8px 8px #1fa67a;
}

/*INI LINEA TIEMPO COMO LO HACEMOS MHO 08.12.2021*/


/*FIN LINEA TIEMPO COMO LO HACEMOS MHO 08.12.2021*/



#icono-servicio-tecnico-jeep {
  /*background-color: #212529;*/ 
  /*  background-color: #455769; */
  background-color:#772710;
  background-image: url("imagenes/logos_marcas_rutaservicio/logo_color/01-logo-servicio-tecnico-jeep.png");
  background-repeat: no-repeat;
  background-position: center;
}


.icono-servicio-tecnico{               
        width:85px;        /*Ancho de la imagen nueva, aunque en este caso son iguales.*/
        height:85px;       /*Alto de la imagen nueva, aunque en este caso son iguales.*/        
}

