.apbc-about-inner-2{
    padding-bottom: 200px;
}

@media (min-width: 992px){
    .apbc-nav-menu ul li a{
        font-size: 14px;
        padding: 26px 8px;
    }

    .apbc-about-inner-2{
        padding-bottom: 0;
    }    
}

@media (min-width: 1200px){
    .apbc-nav-menu ul li a{
        font-size: 16px;
        padding: 26px 25px;
    }
}

.col-mobile,
.apbc-mobile-menu-open{
    display: none;
}

@media (max-width: 991.98px){
    .col-mobile,
    .apbc-mobile-menu-open{
        display: block;
    }

    .apbc-hero-slider2 {
        margin-top: -70px;
    }
}

.body{
    font-family: "Poppins", sans-serif !important;
}

.apbc-body {
    font-family: "Poppins", sans-serif !important;        
}

.apbc-text-body {
    font-family: "Poppins", sans-serif !important;        
}


.apbc-headline-roboto h1,
.apbc-headline-roboto h2,
.apbc-headline-roboto h3,
.apbc-headline-roboto h4,
.apbc-headline-roboto h5,
.apbc-headline-roboto h6{
    font-family: "Roboto", sans-serif !important;
}


.apbc-nav-menu ul li.has-submenu::after {
    font-family: "Poppins", sans-serif !important;
}  

.apbc-header-section .apbc-logo-wrapper a {
    width: 180px;
    display: inline-block;
}

.apbc-logo-footer {
    width: 180px;
    display: inline-block;
}


.apbc-hero-slider .apbc-single-item .apbc-slide-social {
    position: absolute;
    bottom: 370px;
    left: 0;
    display: inline-block;
}

.apbc-hero-slider2 {
    margin-top: 0px;
}


.apbc-hero-slider2 .apbc-single-item2 {
    padding: 290px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}

.apbc-hero-slider2 .apbc-single-item2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-social {
    position: absolute;
    bottom: 425px;
    left: 0;
    display: inline-block;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-social ul li {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 60px;
    text-align: center;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-social ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-social ul li a:hover {
    color: #f31717;
  }
  
  @media (max-width: 1400px) {
    .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-social {
      left: auto;
      right: 0;
    }
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-headline h1 {
    color: #022500;
  }
  
  @media (max-width: 575.98px) {
    .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-headline h1 {
      font-size: 40px;
    }
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-pera-txt {
    margin-top: 30px;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-pera-txt p {
    color: #ffffff;
  }
  
  @media (max-width: 575.98px) {
    .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-pera-txt p br {
      display: none;
    }
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-primary-btn {
    margin-top: 3%;
  }
  
  .apbc-hero-slider2 .apbc-single-item .apbc-slide-left .apbc-primary-btn a {
    border: 2px solid transparent;
  }
  
  .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-left .apbc-primary-btn a:hover {
    background-color: transparent;
    border: 2px solid #C2AC97;
  }
  
  .apbc-hero-slider2 .apbc-single-item2.slick-active .apbc-slide-shape-1 {
    -webkit-animation: 1s fadeInLeft linear;
    animation: 1s fadeInLeft linear;
  }
  
  .apbc-hero-slider2 .apbc-single-item2.slick-active .apbc-slide-shape-2 {
    -webkit-animation: 1.5s fadeInRight linear;
    animation: 1.5s fadeInRight linear;
  }
  
  .apbc-hero-slider2 .apbc-single-item2.slick-active .apbc-slide-left .apbc-headline h1 {
    -webkit-animation: 1s apbc_fadeInUp;
    animation: 1s apbc_fadeInUp;
  }
  
  .apbc-hero-slider2 .apbc-single-item2.slick-active .apbc-slide-left .apbc-pera-txt p {
    -webkit-animation: 1.3s apbc_fadeInUp;
    animation: 1.3s apbc_fadeInUp;
  }
  
  .apbc-hero-slider2 .apbc-single-item2.slick-active .apbc-slide-left .apbc-primary-btn a {
    -webkit-animation: 1.6s apbc_fadeInUp;
    animation: 1.6s apbc_fadeInUp;
  }
  
  @media (max-width: 991.98px) {
    .apbc-hero-slider2 .apbc-single-item2 {
      text-align: center;
      padding: 200px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .apbc-hero-slider2 .apbc-single-item2 {
      padding: 180px 0;
    }
    .apbc-hero-slider2 .apbc-single-item2 .apbc-slide-social {
      display: none;
    }
  }
  
  @media (max-width: 575.98px) {
    .apbc-hero-slider2 .apbc-single-item2 {
      padding: 150px 0;
    }
  }
  
.apbc-contact-mobile {
    color: #C2AC97 !important;
    font-weight: bold;
    font-size: 30px !important;
}

.apbc-title-area .apbc-subtitle {
    display: inline-block;
    position: relative;
    color: #C2AC97;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.apbc-text-color-red {
    color: #C2AC97 !important;
}

.apbc-fice-text{
    color: #ffffff;
    font-size: 16px !important;
}

.apbc-text-white {
    color: #ffffff !important;
}

.taller-ventanas-color-red{
    color: #C2AC97 !important;
}

.taller-ventanas-color-grey20{
    color: #858585 !important;    
    font-family: "Roboto", sans-serif !important;
    font-size: 80px !important;
}

.taller-ventanas-color-grey18{
    color: #858585 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
}
.taller-ventanas-color-grey16{
    color: #858585 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
}
.taller-ventanas-color-grey14{
    color: #858585 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
}
.taller-ventanas-color-grey12{
    color: #858585 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
}

.apbc-about-left .apbc-countarea {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 60px;
    right: 240px;
    bottom: 90px;
    background-color: #C2AC97;
    -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    padding: 20px  0 15px 0 ;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.apbc-about-cert1-left .apbc-countarea {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 45px;
    right: 180px;
    bottom: 70px;
    background-color: #C2AC97;
    -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    padding: 12px 0 12px 0;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.apbc-about-cert-left .apbc-countarea {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 45px;
    right: 80px;
    bottom: 0px;
    background-color: #30545B;
    -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    padding: 12px 0 12px 0;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.apbc-about-left .apbc-countarea .apbc-exp span {
    color: #ffffff;
    font-weight: 700;
    text-transform: default;
}

.apbc-headline h1,
.apbc-headline h2,
.apbc-headline h3,
.apbc-headline h4,
.apbc-headline h5,
.apbc-headline h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #30545B;
}

.apbc-headline-red h1,
.apbc-headline-red h2,
.apbc-headline-red h3,
.apbc-headline-red h4,
.apbc-headline-red h5,
.apbc-headline-red h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #C2AC97;
}


.apbc-headline-white h1,
.apbc-headline-white h2,
.apbc-headline-white h3,
.apbc-headline-white h4,
.apbc-headline-white h5,
.apbc-headline-white h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #ffffff;
}

.circle-middle-card{
  width: 90px;
  height: 90px;
  display: inline-block;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #C2AC97;
  background-color: #ffffff;
  margin-top: -40px;
  margin-left: 40%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.circle-middle-card.card-1:hover{
   content: url("../img/landignpvc/body/ICON_AISLANTE_ROJO.png");
   cursor: pointer;
   align-items: center;
   justify-content: center;   
}
.circle-middle-card.card-2:hover{
   content: url("../img/landignpvc/body/ICON_AISLANTETERMICO_ROJO.png");
   cursor: pointer;
   align-items: center;
   justify-content: center;
}
.circle-middle-card.card-3:hover{
    content: url("../img/landignpvc/body/ICON_SEGURIDAD_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.circle-middle-card.card-4:hover{
    content: url("../img/landignpvc/body/ICON_MANTENIMIENTO_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.circle-middle-card.card-5:hover{
    content: url("../img/landignpvc/body/ICON_ANTICORROSION_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.circle-middle-card.card-6:hover{
    content: url("../img/landignpvc/body/ICON_RESIENTEFUEGO_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.circle-middle-card.card-7:hover{
    content: url("../img/landignpvc/body/ICON_RESISTENTEVIENTOS_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.circle-middle-card.card-8:hover{
    content: url("../img/landignpvc/body/ICON_EFICIENCIA_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.circle-middle-card.card-9:hover{
    content: url("../img/landignpvc/body/ICON_ESTANQUEIDAD_ROJO.png");
    cursor: pointer;
    align-items: center;
    justify-content: center;
}


/*Aqui se modifica el tamaño de texto de esos encabezados*/


.apbc-headline-size2{
    font-size: 42px !important;
}

.apbc-headline-size2a{
    font-size: 38px !important;
}

.apbc-headline-size3{
    font-size: 32px !important;
}

.apbc-headline-size31{
    font-size: 28px !important;
}

.apbc-headline-size3a{
    font-size: 23px !important;
}

.apbc-headline-size4{
    font-size: 20px !important;
}

.apbc-headline-size5{
    font-size: 18px !important;
}

.apbc-headline-size6{
    font-size: 16px !important;
}

.apbc-headline-size7{
    font-size: 14px !important;
}

.apbc-headline-size8{
    font-size: 12px !important;
}

.apbc-headline-size8{
    font-size: 11px !important;
}

.apbc-service-section {
    background-color: #ffffff;  
    padding: 0px 0 100px 0;
}

.text-margin-project {
    padding: 0px 0 40px 0;
}

.text-margin-beneficios {
    padding: 10px 0 0px 0;
}

.apbc-about-right .apbc-title-area {
    margin-top: 0px;
    margin-bottom: 20px;
}

.apbc-title-area2 {
    margin-top: 200px;
}

.apbc-nav-menu ul li a {
    padding: 26px 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
}



.btn.estados{
    margin-top: 0px;
    margin-bottom: 20px;
    width: 99%;
    background-color: #e2e2e2;
    text-align: left;
}

.select-estado{
    background-color: #f7f7f7;
    width: 99%
}


@media only screen and (min-width: 280px) {
    .apbc-about-cert1-left .apbc-countarea {
        left: 25px;
        right: 130px;
        bottom: 50px;
    }

    .apbc-about-cert-left .apbc-countarea {
        left: 45px;
        right: 20px;
        bottom: 35px;
    }

    .apbc-fice-text{
        color: #ffffff;
        font-size: 12px !important;
    }

    .img_background{
        background-image: url("../img/landignpvc/body/img_back.jpg");
    }

    .apbc-headline-size1{
        font-size: 30px !important;
    }

    .apbc-textslider-size{
        display:block;
        margin:auto;   
        margin: 10%;
        font-size: 40px !important;
    }
    .apvc-service-single-margin {
        padding: 0px 0 50px 0;
    }

    .apbc-project-section {
        padding: 50px 0 50px 0;
    }

    .apbc-contact2-section {
        padding: 30px 0 30px 0;
    }

    .apbc-testimonial-section {
        padding: 70px 0;
        background-color: #fafafa;
        position: relative;
        margin-top: -70px;
    }

    .apbc-about-section {
        padding: 20px 0 0px 0;
    } 

    .apbc-skills-section {
        padding: 20px 0 100px 0;
        background-color: #f6f2f2
    }

    .apbc-contact-section {
        padding: 10px 0 0px 0;
        overflow: visible;
    }

    #loguito{       
        width: 300px;
        height: 90px;
    }

    #loguitotrasns{
        width: 550px;
        height: 23px;
    }

    #loguitom{   
        display:block;
        margin-left:auto;
        margin-right:auto;                
        width: 300px;
        height: 77px;
    }

    #loguitotransm{
        width: 550px;
        height: 55px;
    }

    #fabicon{       
        width: 120px;
        height: 120px;
    }

    .col-lg-7{
        margin-top: 90px;
    }

    

    .apbc-contac2-section .apbc-title-area span.apbc-subtitle::after {
        width: 50px;
        left: calc(100% + 10px);
    }
      
    .apbc-contact2-section .apbc-title-area span.apbc-subtitle::before {
        content: '';
        position: absolute;
        bottom: 8px;
        left: -60px;
        width: 50px;
        height: 2px;
        background-color: #C2AC97;
    }
}

@media only screen and (min-width: 600px) {
    .apbc-about-cert1-left .apbc-countarea {
        left: 100px;
        right: 250px;
        bottom: 70px;
    }

    .apbc-about-cert-left .apbc-countarea {
        left: 45px;
        right: 80px;
        bottom: 0px;
    }

    .apbc-fice-text{
        color: #ffffff;
        font-size: 16px !important;
    }

    .img_background {
        background-image: url("../img/landignpvc/body/IMG_3.png");
        background-size: cover;
        resize: both;
    }

    .apbc-headline-size1{
        font-size: 60px !important;
    }

    .apbc-textslider-size{
        margin: 0%;
        font-size: 42px !important;
    }

    .apvc-service-single-margin {
        padding: 0px 0 60px 0;
    }

    .apbc-project-section {
        padding: 90px 0 30px 0;
    }

    .apbc-contact2-section {
        padding: 50px 0 50px 0;
    }

    .apbc-testimonial-section {
        padding: 100px 0;
        background-color: #fafafa;
        position: relative;
        margin-top: -70px;
    }

    .apbc-about-section {
        padding: 20px 0 100px 0;
    } 

    .apbc-about-section2 {
        padding: 120px 0 60px 0;
    }

    .apbc-skills-section {
        padding: 0px 0 305px 0;
        background-color: #f6f2f2
    }

    .apbc-contact-section {
        padding: 0px 0 0 0;
        overflow: visible;
    }

    #loguito{
        width: 450px;
        height: 100px;
    }

    #loguitotrasns{
        width: 450px;
        height: 100px;
    }

    #loguitom{
        width: 400px;
        height: 100px;
    }

    #loguitotransm{
        width: 550px;
        height: 23px;
    }

    #fabicon{       
        width: 120px;
        height: 120px;
    }

    .col-lg-7{
        margin-top: 270px;
    }

    .apbc-title-area .apbc-subtitle {
        display: inline-block;
        position: relative;
        color: #C2AC97;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
      }

    .apbc-contac2-section .apbc-title-area span.apbc-subtitle::after {
        width: 50px;
        left: calc(100% + 10px);        
    }
      
    .apbc-contact2-section .apbc-title-area span.apbc-subtitle::before {
        content: '';
        position: absolute;
        bottom: 8px;
        left: -60px;
        width: 50px;
        height: 2px;
        background-color: #C2AC97;       
    }
}

/* Escritorio extra grande */
@media only screen and (min-width: 1200px){

}
/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px){

}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
    #loguito{   
        display:block;
        margin-left:auto;
        margin-right:auto;                
    }

    .apbc-contact2-section .apbc-title-area .apbc-subtitle::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 2px;
        background-color: #C2AC97;
        bottom: 8px;
        left: calc(100% + 6px);
        display: none;
    }

    .apbc-contact2-section .apbc-title-area span.apbc-subtitle::before {        
        display: none;
    }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
    #loguito{   
        display:block;
        margin-left:auto;
        margin-right:auto;                
    }

    .apbc-contact2-section .apbc-title-area .apbc-subtitle::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 2px;
        background-color: #C2AC97;
        bottom: 8px;
        left: calc(100% + 6px);
        display: none;
    }

    .apbc-contact2-section .apbc-contact2-section .apbc-title-area span.apbc-subtitle::before {        
        display: none;
    }
}

/* Teléfonos */
@media only screen and (max-width: 575px){
    #loguito{   
        display:block;
        margin-left:auto;
        margin-right:auto;                
    }

    .apbc-title-area .apbc-subtitle::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 2px;
        background-color: #C2AC97;
        bottom: 8px;
        left: calc(100% + 6px);
        display: none;
    }

    .apbc-contact2-section .apbc-title-area span.apbc-subtitle::before {        
        display: none;
    }
}

