@charset "UTF-8";
/**************************************
***            VARIABLES             ****
***************************************/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

body {
  font-family: 'Quicksand', sans-serif, Arial;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.wauto {
  width: auto;
}

.minheight70 {
  min-height: 70vh;
}

.minheight85 {
  min-height: 80vh;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  width: 90%;
  max-width: 1350px;
  margin: auto;
}

.al-ct {
  text-align: center;
}

.al-lf {
  text-align: left;
}

.al-rg {
  text-align: right;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd50 {
  padding: 50px;
}

.v-middle {
  vertical-align: middle;
}

.al-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg5 {
  margin: 5px;
}

.mg10 {
  margin: 10px;
}

.mg20 {
  margin: 20px;
}

.mg-tp5 {
  margin-top: 5px;
}

.mg-tp10 {
  margin-top: 10px;
}

.mg-tp20 {
  margin-top: 20px;
}

.mg-tp40 {
  margin-top: 40px;
}

.mg-bt5 {
  margin-bottom: 5px;
}

.mg-bt10 {
  margin-bottom: 10px;
}

.mg-bt20 {
  margin-bottom: 20px;
}

.mg-bt50 {
  margin-bottom: 50px;
}

.mg-lt10 {
  margin-left: 10px;
}

.mg-auto {
  margin: 0 auto;
}

.ico {
  margin: 0px 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.3em;
  color: #00B050;
}

.ico2 {
  margin: 0px 9px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #00B050;
}

.bold {
  font-weight: 700;
}

.mayu {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.mostrar {
  display: block;
}

.noborde {
  border: none !important;
}

/**************************************
***            BOTONES             ****
***************************************/
.btn-botones {
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #D6DCE5;
  color: #D6DCE5;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.btn-botones:hover {
  color: #fff;
  background-color: #D6DCE5;
  -webkit-box-shadow: 0px 1px 2px #D6DCE5;
          box-shadow: 0px 1px 2px #D6DCE5;
}

.btn-pequeños {
  display: inline-block;
  border-radius: 6px;
  color: #737373;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin: 0 6px;
}

.btn-pequeños:hover {
  color: #000;
}

/*************************************
***            titulos            ***
*************************************/
.titulo {
  font-family: 'Quicksand', sans-serif;
  color: #333F50;
  font-size: 1.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.titulo2 {
  font-family: 'Quicksand', sans-serif;
  color: #00B050;
  margin-bottom: 4px;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.titulo3 {
  font-family: 'Quicksand', sans-serif;
  color: #92D050;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitulo {
  color: #ccc;
  margin-bottom: 8px;
  font-size: 1.4em;
  font-family: 'Quicksand', sans-serif;
}

.ir-arriba {
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color: #D6DCE5;
  color: #333F50;
  padding: 8px;
  border-radius: 2px;
  font-size: 18px;
  cursor: pointer;
  z-index: 20;
}

.ir-arriba:hover {
  -webkit-box-shadow: 0px 0px 3px #92D050;
          box-shadow: 0px 0px 3px #92D050;
}

.ir-arriba:hover .fa-chevron-up {
  font-weight: bold;
}

.rotar10 {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.rotar180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.rotar360 {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.btnWhatsapp {
  position: fixed;
  bottom: 55px;
  right: 5px;
  z-index: 20;
  color: #fff;
  display: none;
}

.btnWhatsapp .ico-whatsapp {
  background-color: #24C737;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.btnWhatsapp .text-whatsapp {
  width: 180px;
  right: 100%;
  position: absolute;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  margin-right: 6px;
  margin-top: 10px;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.btnWhatsapp .popup-what {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 350px;
  margin-bottom: 15px;
  border-radius: 5px 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.btnWhatsapp .popup-what .box1, .btnWhatsapp .popup-what .box2 {
  padding: 30px;
}

.btnWhatsapp .popup-what .box1 {
  background: #24C737;
  margin: 0 auto;
}

.btnWhatsapp .popup-what .box1 .fa-whatsapp {
  font-size: 36px;
}

.btnWhatsapp .popup-what .box1 .box-text span {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}

.btnWhatsapp .popup-what .box1 .box-text p {
  font-size: 12px;
  line-height: 20px;
}

.btnWhatsapp .popup-what .box2 {
  background: #fff;
  color: #24C737;
}

.btnWhatsapp .popup-what .box2 a {
  border-left: 3px solid #24C737;
  display: block;
  padding-left: 5px;
}

.btnWhatsapp .popup-what .box2 a .gris {
  color: #ccc;
  font-size: 12px;
}

.btnWhatsapp .popup-what .box2 a .fa-whatsapp {
  font-size: 28px;
  color: #24C737;
}

hr {
  height: 2px;
  border: none;
  background: #333F50;
  margin: 3px 0;
}

@media screen and (max-width: 768px) {
  .btnWhatsapp .text-whatsapp {
    display: none;
    opacity: 0;
  }
}

/********************************************
****               HEADER                ****
*********************************************/
.header_area .box-barratop {
  background-color: #92D050;
  color: #fff;
}

.header_area .box-barratop .box-texto {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header_area .box-barratop .box-texto p {
  line-height: 30px;
}

.header_area .box-barratop .box-texto p:hover {
  color: #00B050;
}

.header_area .box-barratop .box-redes .ico-redes {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #00B050;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
}

.header_area .box-barratop .box-redes .ico-redes:hover {
  background: #fff;
  color: #00B050;
}

.header_area .box-barradatos {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header_area .box-barradatos .box-logo .img-logo {
  width: 90%;
  height: auto;
}

.header_area .box-barradatos .box-logo p {
  color: #333F50;
  font-size: 14px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
}

.header_area .box-barradatos .box-datos {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0 100px;
  background: #00B050;
  padding-right: 50px;
  color: #fff;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.header_area .box-barradatos .box-datos .pd5 {
  padding: 2px 15px;
}

.header_area .box-barradatos .box-datos .box-datos-item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 14px;
}

.header_area .box-barradatos .box-datos .box-datos-item .ico2 {
  color: inherit;
}

.header_area .box-barradatos .box-datos .box-datos-item:hover {
  color: #333F50;
}

.header_area .main_menu {
  background: #333F50;
  color: #fff;
  font-size: 1.1em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header_area .main_menu .navbar .nav-link {
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_area .main_menu .navbar .nav-link:hover {
  color: #333F50;
  background: #fff;
}

.header_area .main_menu .navbar .nav-link.active {
  color: #333F50;
  background: #fff;
  font-weight: bold;
}

.header_area .main_menu .navbar .btn-searchs {
  padding: 5px;
  border-radius: 4px;
  background-color: #ccc;
  border: 1px solid #ccc;
}

.header_area .fixed {
  position: fixed;
  top: 0;
  font-size: 1.2em;
  width: 100%;
  z-index: 10;
  background: rgba(51, 63, 80, 0.7);
}

@media screen and (max-width: 1100px) {
  .header_area .box-barradatos .container-wrap .w20 {
    width: 25%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .header_area .box-barradatos .container-wrap .w80 {
    width: 75%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .header_area .box-barradatos .container-wrap .box-datos {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 920px) {
  .header_area .box-barradatos .container-wrap .box-datos .box-datos-item:nth-child(4) {
    display: none;
  }
  .header_area .box-barradatos .container-wrap .box-datos .box-datos-item:nth-child(5) {
    display: none;
  }
  .header_area .main_menu .container1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 820px) {
  .header_area .box-barradatos .container-wrap .w20, .header_area .box-barradatos .container-wrap .w80 {
    width: 100%;
    text-align: center;
  }
  .header_area .box-barradatos .container-wrap .img-logo {
    width: 50%;
  }
  .header_area .main_menu {
    padding: 10px 0;
  }
  .header_area .main_menu .center {
    width: 96%;
  }
  .header_area .main_menu .nav-link {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: none;
  }
  .header_area .main_menu .btn-menu {
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 620px) {
  .header_area .box-barradatos .container-wrap .box-datos {
    display: none;
  }
  .header_area .box-barradatos .container-wrap .img-logo {
    width: 60%;
  }
}

@media screen and (max-width: 530px) {
  .header_area .box-barradatos .container-wrap .img-logo {
    width: 70%;
  }
}

/********************************************
****            SLIDER               ****
*********************************************/
.slider {
  margin-bottom: 20px;
}

.slider .slideshow {
  position: relative;
  max-width: 100%;
  height: 400px;
  outline: none;
}

.slider .slideshow .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider .slideshow .box-texto {
  position: absolute;
  color: #fff;
  font-weight: 500;
  right: 8%;
  width: 22%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider .slideshow .box-texto h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.slider .slideshow .box-texto p {
  font-size: 1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
  .slider .slideshow {
    height: 400px;
  }
  .slider .slideshow .box-texto h2 {
    font-size: 1.5em;
    text-align: right;
  }
  .slider .slideshow .box-texto p {
    text-align: right;
  }
}

@media screen and (max-width: 950px) {
  .slider .slideshow {
    height: 370px;
  }
}

@media screen and (max-width: 850px) {
  .slider .slideshow {
    height: 310px;
  }
  .slider .slideshow .box-texto h2 {
    font-size: 1.2em;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .slider .slideshow {
    height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .slider .slideshow .box-texto {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .slider .slideshow {
    height: 200px;
  }
}

@media screen and (max-width: 400px) {
  .slider .slideshow {
    height: 180px;
  }
}

/********************************************
****            SERVICIOS                ****
********************************************/
.servicios .titulo {
  margin-bottom: 15px;
}

.servicios hr {
  background-color: #333F50;
}

.servicios .box-servicios {
  padding: 8px 0;
}

.servicios .box-servicios .w20 {
  width: calc(17% - 10px);
  margin: 5px;
}

.servicios .box-servicios .item-servicios {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 10px 15px;
  border-radius: 6px;
  color: #00B050;
}

.servicios .box-servicios .item-servicios .titulo2 {
  color: inherit;
}

.servicios .box-servicios .item-servicios .ico i {
  border: 1px solid transparent;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #00B050;
  color: #00B050;
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicios .box-servicios .item-servicios .box-texto-servicos p {
  margin-bottom: 10px;
}

.servicios .box-servicios .item-servicios .box-texto-servicos p:before {
  content: "• ";
}

.servicios .box-servicios .item-servicios:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background-color: #00B050;
}

.servicios .box-servicios .item-servicios:hover .titulo2 {
  color: #fff;
}

.servicios .box-servicios .item-servicios:hover .ico i {
  color: #fff;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background: #00B050;
  border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .servicios .container2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .servicios .box-servicios .item-servicios {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media screen and (max-width: 520px) {
  .servicios .box-servicios .item-servicios {
    width: 100%;
  }
}

/********************************************
****            NOSOTROS                ****
*********************************************/
.nosotros {
  padding: 50px 0 0;
  color: #fff;
  position: relative;
  background-image: url(../img/bg/Black4.jpg);
}

.nosotros .box-hover {
  background: rgba(51, 63, 80, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nosotros .w50 {
  width: calc(50% - 30px);
  margin: auto 15px;
}

.nosotros .titulo {
  margin-bottom: 15px;
  color: inherit;
}

.nosotros hr {
  background: #fff;
}

.nosotros .box-nosotros {
  padding: 20px 0;
}

.nosotros .box-nosotros .tab {
  overflow: hidden;
  border: 0.5px solid rgba(3, 93, 3, 0.2);
}

.nosotros .box-nosotros .tab button {
  background-color: #fff;
  float: left;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  color: #000;
  width: 33.33%;
}

.nosotros .box-nosotros .tab button:hover {
  background-color: #D6DCE5;
  color: #333F50;
  font-weight: 600;
  border-left: 0.5px solid #000;
  border-right: 0.5px solid #000;
}

.nosotros .box-nosotros .tab button.active {
  background-color: #000;
  color: #fff;
}

.nosotros .box-nosotros .tabcontent {
  -webkit-animation: fadeEffect 1s;
}

.nosotros .box-nosotros .tabcontent .w50 {
  width: 50%;
  padding: 5px 0;
  margin: 0;
}

.nosotros .box-nosotros .tabcontent .w50:last-child {
  padding: 10px;
}

.nosotros .box-nosotros .tabcontent .img-tabs {
  text-align: center;
}

.nosotros .box-nosotros .tabcontent .img-tabs img {
  width: 220px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nosotros .box-nosotros .tabcontent .text-tabs {
  line-height: 1.5;
  text-align: justify;
}

.nosotros .box-nosotros .tabcontent .text-tabs ul {
  padding: 10px;
}

.nosotros .box-nosotros .tabcontent .text-tabs li:before {
  content: " • ";
}

.nosotros .box-nosotros .tabcontent.active {
  display: block;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nosotros .box-nosotros .texto-nosotros {
  padding-bottom: 20px;
}

.nosotros .box-nosotros .texto-nosotros .subtitulo {
  color: #fff;
  text-decoration: underline;
}

.nosotros .box-nosotros .texto-nosotros p {
  line-height: 1.5;
  font-size: 1em;
  text-align: justify;
}

.nosotros .box-nosotros .texto-nosotros .btn-botones {
  margin-top: 50px;
  background-color: #fff;
  color: #000;
}

.nosotros .box-nosotros .texto-nosotros .btn-botones:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .nosotros .box-nosotros .tabcontent .w50 {
    width: 100%;
  }
  .nosotros .box-nosotros .tabcontent .img-tabs img {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .nosotros .w50 {
    width: 100%;
  }
  .nosotros .box-nosotros {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .nosotros .img-tabs {
    display: none;
  }
}

/********************************************
****            SEGURIDAD                ****
*********************************************/
.seguridad {
  padding: 50px 0 0;
  color: #fff;
  position: relative;
  background-image: url(../img/bg/Black4.jpg);
}

.seguridad .box-hover {
  background: rgba(0, 176, 80, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.seguridad .titulo {
  color: inherit;
  margin-bottom: 15px;
  z-index: 2;
}

.seguridad .subtitulo {
  color: #fff;
}

.seguridad .box-imagenes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
  z-index: 2;
}

.seguridad .box-imagenes .subtitulo {
  color: inherit;
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: none;
  text-align: center;
}

.seguridad .box-imagenes p {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.seguridad .box-imagenes figure {
  width: calc(33% - 30px);
  margin: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  height: 120px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.seguridad .box-imagenes figure .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.seguridad .box-imagenes figure .box-hover h3 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.seguridad .box-imagenes figure .box-hover p {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 6px;
}

.seguridad .box-imagenes figure:hover > .box-hover {
  opacity: 1;
  visibility: visible;
}

.seguridad .box-imagenes figure:hover > .box-hover h3 {
  margin-top: 14px;
  margin-bottom: 8px;
}

.seguridad .box-imagenes figure:hover > img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.seguridad .box-imagenes img {
  height: 120px;
}

.seguridad .box-imagenes .btn-botones {
  background-color: #fff;
  color: #333F50;
}

.seguridad .box-imagenes .btn-botones:hover {
  background-color: transparent;
  color: #fff;
}

.seguridad .box-video {
  padding: 30px;
  position: relative;
}

.seguridad .box-video .subtitulo {
  color: inherit;
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: none;
  text-align: center;
}

.seguridad .box-video .box-video-item {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.seguridad .box-video .box-video-item video {
  width: 100%;
}

.seguridad .box-video .box-video-item .box-hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 6em;
}

.seguridad .box-video .box-video-item .box-hover-video.hidden {
  display: none;
}

@media screen and (max-width: 1060px) {
  .seguridad .box-imagenes {
    padding: 10px;
  }
  .seguridad .box-imagenes .titulo {
    font-size: 1.1em;
  }
  .seguridad .box-imagenes figure {
    width: calc(33.33% - 10px);
    margin: 5px;
  }
  .seguridad .box-video .titulo {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 840px) {
  .seguridad {
    height: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .seguridad .w50 {
    width: 100%;
  }
  .seguridad .box-imagenes {
    padding: 30px;
  }
  .seguridad .box-imagenes figure {
    width: calc(32% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width: 700px) {
  .seguridad .box-imagenes {
    padding: 20px;
  }
  .seguridad .box-imagenes figure {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  .seguridad .box-video .box-video-item {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 550px) {
  .seguridad .box-imagenes {
    padding: 20px;
  }
  .seguridad .box-imagenes figure {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .seguridad .box-video {
    height: 350px;
  }
}

/********************************************
****            COBERTURA                ****
*********************************************/
.cobertura {
  color: #333F50;
  padding: 30px 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.cobertura .titulo {
  color: inherit;
  margin-bottom: 15px;
}

.cobertura .subtitulo {
  color: #000;
  padding-top: 10px;
  font-size: 20px;
}

.cobertura p {
  color: inherit;
}

.cobertura .texto-cobertura {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
  padding-top: 20px;
}

.cobertura .btn-botones {
  color: #fff;
  border: 1px solid #333F50;
  background: #333F50;
  font-size: 1.2em;
}

.cobertura .btn-botones:hover {
  background-color: #fff;
  color: #333F50;
}

@media screen and (max-width: 500px) {
  .cobertura {
    height: 400px;
  }
  .texto-cobertura {
    width: 80%;
  }
}

/********************************************
****            CLIENTES                ****
*********************************************/
.clientes {
  padding: 30px 0;
  background-color: #ccc;
}

.clientes .titulo {
  margin-bottom: 15px;
  color: #333F50;
}

.clientes hr {
  background-color: #333F50;
}

.clientes .box-imagenes {
  margin: 50px 0px 50px;
  text-align: center;
  padding: 0 30px;
}

.clientes .box-imagenes .img-clientes {
  width: 80%;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 40px;
  max-height: 48px;
}

.clientes .box-imagenes .img-clientes:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.clientes .w33 {
  width: calc(33% - 80px);
  margin: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clientes .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clientes .btn-owl {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333F50;
  padding: 15px;
  margin: 6px;
  color: white;
  border-radius: 50%;
  font-weight: 900;
}

.clientes .btn-owl:hover {
  background-color: #D6DCE5;
}

@media screen and (max-width: 900px) {
  .clientes .w33 {
    width: calc(33% - 20px);
    margin: 10px;
  }
  .clientes .box-imagenes {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .clientes .w33 {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media screen and (max-width: 550px) {
  .clientes .w33 {
    width: 100%;
  }
}

/********************************************
****            FOOTER                ****
*********************************************/
.footer_area {
  padding: 50px 0 0;
  color: #fff;
  position: relative;
  background-image: url(../img/bg/Black4.jpg);
}

.footer_area .box-hover {
  background: rgba(51, 63, 80, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer_area .w33 {
  width: calc(33% - 40px);
  margin: 0 20px;
}

.footer_area .footer-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
}

.footer_area .footer-item .img-footer {
  width: 70%;
  margin-bottom: 20px;
}

.footer_area .footer-item .titulo {
  margin-bottom: 15px;
  font-size: 1.5em;
  color: inherit;
}

.footer_area .footer-item p {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer_area .footer-item li {
  line-height: 2;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.5px;
}

.footer_area .footer-item li .ico {
  color: inherit;
  margin: 0 10px;
  font-size: inherit;
}

.footer_area .footer-item li:last-child {
  border-bottom: none;
}

.footer_area .footer-item li:hover {
  color: #D6DCE5;
  border-bottom-color: #D6DCE5;
}

.footer_area .footer-item li:hover a {
  color: inherit;
}

.footer_area .footer-item li:hover .ico {
  color: inherit;
}

.footer_area .footer-item .ico-redes {
  margin: 0 5px;
  font-size: 1.8em;
  color: inherit;
}

.footer_area .footer-item .ico-redes:hover {
  color: #D6DCE5;
}

.footer_area .footer_bottom {
  padding: 30px 0 20px;
  border-top: 2px solid #fff;
}

.footer_area .footer_bottom p {
  line-height: 2;
}

.footer_area .footer_bottom a:hover {
  color: #D6DCE5;
}

.bgblack {
  background: #333F50;
}

@media screen and (max-width: 920px) {
  .footer_area .w33 {
    width: calc(50% - 40px);
    margin: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer_area {
    text-align: center;
  }
  .footer_area .footer-item {
    width: 100%;
  }
  .footer_area .footer-item .img-footer {
    width: 60%;
    margin: 20px auto;
  }
}

/*************************************
***            PAGINAS GENERALES   ***
**************************************/
.titulo_area {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.titulo_area .box-titulo {
  padding: 30px 0;
  width: 100%;
  z-index: 1;
}

.titulo_area .box-titulo .titulo {
  color: inherit;
  text-align: center;
}

/*************************************
***            PAGINA CONTACTO     ***
**************************************/
.contacto_area {
  padding: 0 0 70px;
  color: #333F50;
}

.contacto_area .subtitulo {
  color: #333F50;
}

.contacto_area .formulario-contacto .ico {
  font-size: 1.5em;
}

.contacto_area .formulario-contacto p {
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.contacto_area .formulario-contacto .inputBox {
  position: relative;
  margin-bottom: 34px;
}

.contacto_area .formulario-contacto .inputBox input, .contacto_area .formulario-contacto .inputBox textarea {
  position: relative;
  background: transparent;
  outline: none;
  padding: 0px;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #92D050;
  width: 100%;
  resize: none;
  letter-spacing: 1px;
}

.contacto_area .formulario-contacto .inputBox span {
  position: absolute;
  left: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  display: inline-block;
}

.contacto_area .formulario-contacto .inputBox input:focus ~ span, .contacto_area .formulario-contacto .inputBox input:valid ~ span {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  color: #92D050;
}

.contacto_area .formulario-contacto .inputBox textarea:focus ~ span, .contacto_area .formulario-contacto .inputBox textarea:valid ~ span {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  color: #92D050;
}

.contacto_area .formulario-contacto .inputBox input:focus, .contacto_area .formulario-contacto .inputBox input:valid, .contacto_area .formulario-contacto .inputBox textarea:focus, .contacto_area .formulario-contacto .inputBox textarea:valid {
  border-bottom-color: #92D050;
}

.contacto_area .formulario-contacto input[type="submit"]:focus {
  color: #D6DCE5;
  border: 1px solid #D6DCE5;
}

.contacto_area .formulario-contacto .btn-form {
  color: #fff;
  border: 1px solid #00B050;
  background: #00B050;
  padding: 20px 30px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contacto_area .formulario-contacto .btn-form:hover {
  background: transparent;
  color: #00B050;
}

.contacto_area .formulario-contacto .mensaje {
  color: white;
  background: rgba(3, 142, 61, 0.7);
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.contacto_area iframe {
  height: 250px;
  width: 98%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .contacto_area .w50 {
    width: 100%;
  }
  .img-contacto {
    display: none;
  }
}

/*************************************
***    PAGINA COBERTURA           ***
*************************************/
.mapa {
  padding: 40px 120px;
}

.mapa .titulo {
  margin-bottom: 20px;
  color: #000;
  font-size: 2.8em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.mapa .box-departamentos {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mapa .box-departamentos span {
  display: block;
  padding: 5px;
}

.mapa .box-mapa {
  position: relative;
}

.mapa .box-mapa .img-mapa {
  width: 70%;
  height: 550px;
  margin-top: -20px;
}

.mapa .box-mapa .ico3 {
  color: #ff0000;
  font-size: 30px;
}

.mapa .box-mapa .piura {
  position: absolute;
  left: 21%;
  top: 21%;
}

.mapa .box-mapa .chiclayo {
  position: absolute;
  left: 24%;
  top: 29%;
}

.mapa .box-mapa .trujillo {
  position: absolute;
  left: 30%;
  top: 37%;
}

.mapa .box-mapa .cajamarca {
  position: absolute;
  left: 29%;
  top: 29%;
}

.mapa .box-mapa .ancash {
  position: absolute;
  left: 34%;
  top: 45%;
}

.mapa .box-mapa .lima {
  position: absolute;
  left: 39%;
  top: 55%;
}

.mapa .box-mapa .huanuco {
  position: absolute;
  left: 42%;
  top: 45%;
}

.mapa .box-mapa .cusco {
  position: absolute;
  left: 61%;
  top: 63%;
}

.mapa .box-mapa .ayacucho {
  position: absolute;
  left: 52%;
  top: 68%;
}

.mapa .box-mapa .moquegua {
  position: absolute;
  left: 70%;
  top: 84%;
}

.mapa .box-mapa .tacna {
  position: absolute;
  left: 72%;
  top: 90%;
}

.mapa .box-mapa .tooltips {
  position: absolute;
  top: -150px;
  width: 380px;
  left: -180px;
  text-align: left;
  padding: 4px;
  border-radius: 2px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -2px -2px 8px black, inset 2px 2px 8px rgba(0, 0, 0, 0.05), inset -2px -2px 8px black, 2px 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: -2px -2px 8px black, inset 2px 2px 8px rgba(0, 0, 0, 0.05), inset -2px -2px 8px black, 2px 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 5;
  display: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.mapa .box-mapa .tooltips .box-tooltips {
  padding-left: 10px;
}

.mapa .box-mapa .tooltips .box-tooltips h2 {
  font-size: 20px;
  margin-bottom: 6px;
}

.mapa .box-mapa .tooltips .box-tooltips span {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 100;
}

.mapa .box-mapa .tooltips img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mapa .box-mapa .tooltips:after {
  content: "";
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
}

.mapa .box-mapa .tooltips.activo {
  display: block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (max-width: 1200px) {
  .mapa {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mapa {
    padding: 40px 0px;
  }
  .mapa .titulo {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 600px) {
  .mapa .titulo {
    font-size: 1.8em;
  }
  .mapa .w20, .mapa .w80 {
    width: 100%;
  }
  .mapa .box-departamentos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #333F50;
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .mapa .img-mapa {
    display: none;
  }
  .mapa .ico3 {
    display: none;
  }
}

/*************************************
***    PAGINA NOSOTROS           ***
*************************************/
.quienessomos {
  padding: 15px 0;
  color: #333F50;
  position: relative;
  background-image: url(../img/bg/Black4.jpg);
}

.quienessomos .box-hover {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.quienessomos .img-nosotros {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.quienessomos .text-nosotros {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.quienessomos .text-nosotros .titulo {
  color: #333F50;
  font-size: 1.5em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.quienessomos .text-nosotros p {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.2em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .quienessomos .img-nosotros {
    margin-bottom: 15px;
  }
  .quienessomos .text-nosotros {
    padding: 0 20px;
  }
  .quienessomos .text-nosotros .titulo {
    margin-bottom: 5px;
  }
  .quienessomos .w50 {
    width: 100%;
  }
}

/*************************************
***    PAGINA SERVICIOS           ***
*************************************/
.servicios_area {
  padding-bottom: 60px;
  color: #fff;
  position: relative;
  background-image: url(../img/bg/Black4.jpg);
}

.servicios_area .box-hover {
  background: rgba(0, 176, 80, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.servicios_area .titulo_area {
  color: inherit;
}

.servicios_area .box_servicios_area .w50 {
  width: 40%;
  margin: 20px auto;
}

.servicios_area .box_servicios_area .card {
  position: relative;
  height: 300px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.servicios_area .box_servicios_area .card .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-transform: perspective(500px) rotateY(0deg);
          transform: perspective(500px) rotateY(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servicios_area .box_servicios_area .card .one {
  padding: 30px;
  border: 3px solid #92D050;
  border-radius: 6px;
  color: #fff;
}

.servicios_area .box_servicios_area .card .one .ico i {
  font-size: 6em;
  margin-bottom: 15px;
  color: inherit;
}

.servicios_area .box_servicios_area .card .one .titulo {
  font-size: 18px;
  color: #fff;
}

.servicios_area .box_servicios_area .card .two {
  background: #00B050;
  background: linear-gradient(25deg, #6DC72A 0%, #24C737 100%);
  color: #fff;
  padding: 40px;
  -webkit-transform: perspective(500px) rotateY(180deg);
          transform: perspective(500px) rotateY(180deg);
  border-radius: 6px;
}

.servicios_area .box_servicios_area .card .two .titulo {
  margin-bottom: 8px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.servicios_area .box_servicios_area .card .two hr {
  margin: 10px 0;
  background: #fff;
}

.servicios_area .box_servicios_area .card .two p {
  line-height: 1.5;
  text-align: justify;
}

.servicios_area .box_servicios_area .card:hover .face.one {
  -webkit-transform: perspective(500px) rotateY(180deg);
          transform: perspective(500px) rotateY(180deg);
}

.servicios_area .box_servicios_area .card:hover .face.two {
  -webkit-transform: perspective(500px) rotateY(360deg);
          transform: perspective(500px) rotateY(360deg);
}

@media screen and (max-width: 1300px) {
  .servicios_area .w70 {
    width: 80%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 1120px) {
  .servicios_area .w70 {
    width: 90%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 1000px) {
  .servicios_area .w70 {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 870px) {
  .servicios_area .box_servicios_area .w50 {
    width: 60%;
    margin: 20px auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 700px) {
  .servicios_area .box_servicios_area .w50 {
    width: 80%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 700px) {
  .servicios_area .box_servicios_area .w50 {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

/*************************************
***    PAGINA DETALLE SERVICIOS    ***
**************************************/
.servicios_tipo .titulo_area {
  height: 200px;
  position: relative;
  margin-bottom: 30px;
}

.servicios_tipo .titulo_area .box-hover {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.servicios_tipo .titulo_area .box-hover .text-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 50px;
}

.servicios_tipo .titulo_area .box-hover .text-titulo .titulo {
  color: #fff;
  z-index: 1;
}

.servicios_tipo .titulo_area .img-servicios-detalles {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}

.servicios_tipo .img-servicios {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicios_tipo .text-servicios {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicios_tipo .text-servicios .titulo {
  color: #333F50;
  font-size: 1.5em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.servicios_tipo .text-servicios p {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.2em;
  text-align: justify;
}

.servicios_tipo .img_final {
  position: relative;
  margin-top: 30px;
}

.servicios_tipo .img_final figure {
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
}

.servicios_tipo .img_final figure .img-servicios-detalles {
  max-height: 340px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.servicios_tipo .img_final figure .box-hover {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 50px;
  padding-right: 160px;
}

.servicios_tipo .img_final figure .box-hover .box-hover-datos {
  width: 450px;
  text-align: right;
}

.servicios_tipo .img_final figure .box-hover .box-hover-datos .img-final-detalles {
  border-radius: 50%;
  width: 120px;
  border: 4px solid #00B050;
}

.servicios_tipo .img_final figure .box-hover .box-hover-datos p {
  width: 330px;
  padding-left: 20px;
  text-align: justify;
}

/*************************************
***    PAGINA PROTOCOLO           ***
*************************************/
.protocolo_area {
  padding: 40px 0;
}

.protocolo_area .text-protocolo {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.protocolo_area .text-protocolo .titulo {
  color: #333F50;
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.protocolo_area .text-protocolo p {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 1.2em;
  text-align: justify;
}

.protocolo_area .text-protocolo ul {
  margin-left: 15px;
  font-size: 1.2em;
}

.protocolo_area .text-protocolo li {
  line-height: 1.5;
}

.protocolo_area .img-protocolo {
  padding: 20px;
}

.protocolo_area .box-imagenes {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #333F50;
  color: #fff;
}

.protocolo_area .box-imagenes .titulo {
  color: inherit;
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: none;
}

.protocolo_area .box-imagenes p {
  line-height: 2;
  color: inherit;
  text-align: justify;
}

.protocolo_area .box-imagenes figure {
  width: calc(20% - 30px);
  margin: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  height: 140px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.protocolo_area .box-imagenes figure .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(11, 103, 123, 0.9);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.protocolo_area .box-imagenes figure .box-hover h3 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.protocolo_area .box-imagenes figure .box-hover p {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  padding: 0 10px;
}

.protocolo_area .box-imagenes figure:hover > .box-hover {
  opacity: 1;
  visibility: visible;
}

.protocolo_area .box-imagenes figure:hover > .box-hover h3 {
  margin-top: 14px;
  margin-bottom: 8px;
}

.protocolo_area .box-imagenes figure:hover > img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.protocolo_area .box-imagenes img {
  height: 120px;
}

@media screen and (max-width: 1000px) {
  .protocolo_area .box-imagenes figure {
    width: calc(25% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  .protocolo_area .w50 {
    width: 100%;
  }
  .protocolo_area .box-imagenes figure {
    width: calc(33% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width: 628px) {
  .protocolo_area .box-imagenes figure {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

/********************************************
****            PROTOCOLO SLIDER                ****
*********************************************/
.protocolocarrousel {
  padding: 30px 0;
  background-color: #ccc;
}

.protocolocarrousel .titulo {
  margin-bottom: 15px;
  color: #333F50;
}

.protocolocarrousel hr {
  background-color: #333F50;
}

.protocolocarrousel .box-imagenes {
  margin: 50px 0px 50px;
  text-align: center;
  padding: 0 30px;
}

.protocolocarrousel .box-imagenes .img-clientes {
  width: 80%;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 40px;
  max-height: 48px;
}

.protocolocarrousel .box-imagenes .img-clientes:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.protocolocarrousel .w33 {
  width: calc(33% - 80px);
  margin: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.protocolocarrousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.protocolocarrousel .btn-owl {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333F50;
  padding: 15px;
  margin: 6px;
  color: white;
  border-radius: 50%;
  font-weight: 900;
}

.protocolocarrousel .btn-owl:hover {
  background-color: #D6DCE5;
}

@media screen and (max-width: 900px) {
  .protocolocarrousel .w33 {
    width: calc(33% - 20px);
    margin: 10px;
  }
  .protocolocarrousel .box-imagenes {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .protocolocarrousel .w33 {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media screen and (max-width: 550px) {
  .protocolocarrousel .w33 {
    width: 100%;
  }
}

/*************************************
***    PAGINA CLIENTES           ***
*************************************/
.clientes_area {
  padding-bottom: 60px;
  color: #fff;
  position: relative;
  background-image: url(../img/bg/Black4.jpg);
}

.clientes_area .box-hover {
  background: rgba(51, 63, 80, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.clientes_area .titulo_area {
  padding-top: 16px;
}

.clientes_area .titulo_area .img-clientes {
  max-width: 300px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.clientes_area .titulo_area .box-titulo-cliente {
  z-index: 1;
  padding-left: 20px;
}

.clientes_area .titulo_area .box-titulo-cliente .titulo {
  color: #fff;
  z-index: 2;
}

.clientes_area .box_clientes_area .w50 {
  width: calc(50% - 30px);
  margin: 15px;
}

.clientes_area .box_clientes_area h3 {
  z-index: 2;
}

.clientes_area .box_clientes_area .box_clientes_img, .clientes_area .box_clientes_area .box_clientes_texto {
  z-index: 2;
}

.clientes_area .box_clientes_area .box_clientes_texto p {
  text-align: justify;
  line-height: 1.5;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .clientes_area .box_clientes_area .w50 {
    width: 100%;
  }
}

/*************************************
***    MODAL          ***
*************************************/
.modal {
  z-index: 1001;
  position: absolute;
  width: 500px;
  height: 70%;
  top: 110px;
  right: 1px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.modal .closed-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  font-size: 20px;
  color: #fff;
}

.modal .box-modal {
  text-align: center;
  padding: 15px;
  background-color: #000;
  margin: auto 20px;
}

/************************************
***          ANIMATE           ***
*************************************/
/*
fadeInRightBig
fadeInRight
bounceInRight
*/
/*# sourceMappingURL=cajestyle.css.map */