body{
    font-family: "Verdana";
}
#navbarSupportedContent{
    /*background-color: #FE0000;*/
}
#navbarSupportedContent a{
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
#navbarSupportedContent .nav-item .dropdown-menu img{
    height: 50px;
}
#navbarSupportedContent .nav-item .dropdown-menu a{
    color: #FE0000 !important;
    font-weight: bold;
    text-align: left;
}
.navbar-brand img{
    max-height: 90px;
}
.navbar-nav li:hover{
    background: #000;
    color: #fff !important;
}
.navbar-nav li a:hover{
    color: #fff !important;
}
.navbar-nav img{
    display: initial !important;
}
.redes-sociales a{
    color: #000;
}
.redes-sociales{
    top:-30px;
    text-align: right;
    position: relative;
}
.redes-sociales a:hover{
    color: #FE0000;
    
}


.carousel{
    margin-bottom: 50px;
}
#carouselClientes{
    border: none !important;
}
.carousel-caption h1 {
    background: rgba(0,0,0,0.6);
    padding: 20px;
    top: -200px;
    font-weight: bold;
    font-style: italic;
    position: relative;
}


.bgcolor1{
    background: #eee;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bgcolor2{
    background: #ddd;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bgcolor3{
    background: #eee;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bgcolor1 i, .bgcolor2 i, .bgcolor3 i{
    font-size: 30px;
}
.bgcolor1 p, .bgcolor2 p, .bgcolor3 p{
    padding: 0px 30px;
    margin-top: 20px;
    min-height: 120px;
}

.listado-vineta{
    text-align: left;
    margin-top: 20px;
    list-style: none;
    padding: 0 30px;
}
.listado-vineta li:before{
    content: "\f08e";
   font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.listado-vineta a{
    color: #000;
}

.listado-check{
    text-align: left;
    margin-top: 20px;
    list-style: none;
    padding: 0 30px;
}
.listado-check li:before{
    content: "\f14a";
   font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #FE0000;
}
.listado-check a{
    color: #000;
}

.contenedor-diferencia h1{
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 30px ;
}
.contenedor-diferencia h3{
    color: #FE0000;
    font-weight: bold;
    font-size: 32px ;
}
.contenedor-diferencia{
    border-top: 5px solid #FE0000;
    border-bottom: 5px solid #FE0000;
    color: #FE0000;
    font-style: italic;
    background: #EFEFEF;
}


.eclipse-empresa{
    background: url("../images/eclipse-back.png")  no-repeat center center;
}
.eclipse-empresa p{
    text-align: justify;
}
h1.titulo-vineta{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    width: max-content;
    margin: 0 auto 20px auto;

}
h1.titulo-vineta:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -38px;
    left: -7px;
    border-bottom: 4px solid #FE0000;
    border-left: 4px solid #FE0000;
}
h1.titulo-vineta a{
    color: #000;
}
h1.titulo-vineta a:hover{
    color:  #FE0000;
    text-decoration: none;
}
.eclipse-empresa h3, .eclipse-empresa h2{
    color: #FE0000;
    font-weight: bold;
}

.proyectos-recientes h2{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.proyectos-recientes .card{
    background: #eee;
    color: #000;
    border: none;
}
.proyectos-recientes .card-text{
    text-align: justify;
    min-height: 80px;
}

.bg-black{
    background: #000;
    font-weight: bold;
}
.bg-red{
    background: #FE0000;
    font-weight: bold;
}

.contacto h3{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contacto .col{
    font-size: 13px;
}
.contacto a{
    color: #000;
    font-weight: bold;
}

footer{
    background: #FE0000;
    color: #FFF;
}
footer a{
    color: #FFF;
}
footer a:hover{
    color: #efefef;
}

/* SECCIONES */
.secciones h2{
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    color: #FE0000;
}
.secciones h3{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}
.secciones .left-col-secciones h3{
    font-weight: bold;
    font-size: 20px;
    color: #FE0000;
}
.secciones p{
    text-align: justify;
}
.secciones hr{
    border: 3px solid #000;
}
.secciones img{
    margin:0 auto;
    display: block;
}
.secciones .left-col-secciones img, .secciones .right-col-secciones img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.secciones .right-col-secciones{
    margin-top: 50px;
}
.secciones .right-col-secciones img{
    margin-bottom: 15px;
}
.piedefoto{
    text-align: center !important;
    color: #FE0000;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
}
.btn-galeria, .btn-curriculum, .btn-plandecalidad, .btn-fichatecnica, .btn-ventajas{
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
}

.btn-galeria{
    background: #666;
}
.btn-curriculum{
    background: #000;
}
.btn-plandecalidad{
    background: #FE0000;
}
.btn-fichatecnica{
    background: #FE0000;
    text-align: center;
}
.btn-ventajas{
    background: #fff;
    text-align: center;
    border: 2px solid #FE0000;
}
.btn-cotizar{
    background-color:#de2427;
    padding:10px 20px;
    width: 80%;
    display: block;
    border-radius:10px;
    margin: 0 auto;
    color:#ffffff;
    font-weight:bold;
}
.btn-cotizar:hover{
    text-decoration: none;
    background: #000;
    color:#ffffff;
}
.btn-galeria a{
    color: #fff;
}
.btn-curriculum a{
    color: #fff;
}
.btn-plandecalidad a{
    color: #fff;
}
.btn-fichatecnica a{
    color: #fff;
}
.btn-ventajas a{
    color:#FE0000;
}

h2.galeria{
    background: #FE0000;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.galeria a h4{
    font-size: 15px;
    color: #FE0000;
    text-align: center;
    font-weight: bold;
}
.galeria .col-md-3 a img{
    padding-top: 15px;
}
.galeria .col-md-3{
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
    margin-bottom: 10px;
}
.galeria .col-md-3:hover{
    background-color: #dedede;
}
.modal-footer{
    font-size: 18px;
    font-weight: bold;
    color: #FE0000;
}
footer img{
    float: right;
    max-height: 50px;
}


.btn-subseccion img{
    box-shadow: none !important;
}
.btn-subseccion{
    background: #FE0000;
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.btn-subseccion a{
    font-weight: bold;
    color: #fff;
}

.btn-subseccion-nolink img{
    box-shadow: none !important;
}
.btn-subseccion-nolink{
    background: #FE0000;
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.75);
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
    border:1px solid #ddd
}


.progress span{
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
}

/* medium - display 2  */
@media (min-width: 768px) {

    #carouselClientes .carousel-inner .carousel-item-right.active,
    #carouselClientes .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
  
    #carouselClientes .carousel-inner .carousel-item-left.active,
    #carouselClientes .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
  }
  
  /* large - display 3 */
  @media (min-width: 992px) {
  
    #carouselClientes .carousel-inner .carousel-item-right.active,
    #carouselClientes .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
  
    #carouselClientes .carousel-inner .carousel-item-left.active,
    #carouselClientes .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
  }
  
  @media (max-width: 768px) {
    #carouselClientes .carousel-inner .carousel-item>div {
        display: none;
    }
  
    #carouselClientes .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
  }
  
  #carouselClientes .carousel-inner .carousel-item.active,
  #carouselClientes .carousel-inner .carousel-item-next,
  #carouselClientes .carousel-inner .carousel-item-prev {
    display: flex;
  }
  
  #carouselClientes .carousel-inner .carousel-item-right,
  #carouselClientes .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
  

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000;
}
.nav-pills a {
    color: #FE0000;
    text-decoration: none;
    background-color: transparent;
}
.tab-pane img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.link-rojo{
    color: #FE0000;
    font-weight: bold;
}

.bg-danger{
    background: #FE0000 !important;
}

.contacto .col-sm, .contacto strong, .contacto a{
    font-size: 13px;
}
.dropdown-menu {
    border-radius: 0;
}

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    left: 30px;
    bottom: 50px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999999999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../images/whatsapp_logo.svg') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    left: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */


/*************************************/
@media (max-width: 1198px) {
    .redes-sociales {
        top: -20px;
        text-align: right;
        position: relative;
    }
}
@media (max-width: 992px) {
    .navbar-brand {
        margin: 0 auto;
    }
    .navbar-toggler {
        background-color: #FE0000;
    }
    .redes-sociales {
        top: -10px;
    }
    .contacto .col-sm, .contacto strong, .contacto a{
        font-size: 12px;
    }
    .esconder{
        display: none;
    }
    .carousel-caption h1 {
        top: -70px;
    }
}
@media (max-width: 768px) {
    .redes-sociales {
        font-size: 13px;
        text-align: center;
    }
    .btn-cotizar {
        margin-bottom: 10px;
    }
    .bgcolor1 p, .bgcolor2 p, .bgcolor3 p {
        min-height: auto;
    }
    .contenedor-diferencia .py-5{
        padding: 10px !important;
    }
    footer .col-md-6{
        text-align: center !important;
    }
    footer img {
        float: none;
        margin-top: 10px;
    }
}
@media (max-width: 576px) {
    .contacto .col-sm{
        text-align: center;
    }
    .contacto .col-sm:first-child h3{
        border:none;
    }
    .contacto .col-sm h3{
        border-top: 2px solid #000;
        padding-top: 10px;
    }
    .esconder{
        display: block;
    }
    h1.titulo-vineta {
        width: auto;
    }
}
@media (max-width: 368px) {
    .navbar-toggler {
        margin: 0 auto;
    }
}
@media (max-width: 320px) {
    .redes-sociales {
        top: 0px;
        font-size: 12px;
    }
}