/*****/
/*****/

/*****

1-header
2-nav menu
3- gallery

 - responsive
******/

ul.menu-lang li:first-child {
    display: none;
}

body {
    background: #fff;
    font: 16px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font: 16px/21px Arial;*/
    color: #444;

    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;

    --bckgrHeader: #17484F;
    --txtcolor: #656460;
    --linkcolor: #333;
    --orange: #e7511f;

}

a, a:hover {
    color: #333;
}

header {
    background-color: #17484F;
    height: auto;
    min-height: 125px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;

}

header .row {
    width: 100%;
}

.blocklogo {

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-logo {
    width: 100%;
    max-width: 300px;
}

.header-title {
    width: 100%;
    font-size: 18px;
    color: white;
}

.header-perfiles img {
    width: 315px;
}

/*end header*/
/*nav*/
.menu-horizontal .nav-link {
    color: #656460 !important;
    text-transform: uppercase;

}

.menu-horizontal .nav-item .nav-link.active {
    background-color: #17484F;
    color: #FFF !important;
}

.menu-horizontal .horizontal {
    border-right: 1px solid lightgrey;
}

/*menu*/

.nav-link {
    height: 40px;
    line-height: 40px;
    /*font-size: 12px;*/
    font-size: 14px;
    color: #656460;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: .3rem !important;
    padding-right: .3rem !important;
}

.nav-item {
    border-right: 1px solid lightgrey;
    padding: 0 1px;
}

.navbar-top.right{
    margin-right:45px;
}

.dropdown-item {
    text-align: left;
    font-size: 14px;
}
.dropdown-item:hover {
    background-color: #17484F;
    color: white;
}
.dropdown-menu{background:rgb(249,249,249);}

div#navbarsExampleCenteredNav {
    /*justify-content: space-between;*/
    /*border: 1px solid lightgrey;*/
    justify-content: space-between;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#homepage #menu-horizontal {
    position: absolute;
    top: 155px;
    background: rgba(249, 249, 249, 0.7);
    width: 100%;
    z-index: 10000;
}

/*******/
/*end nav*/
.banner {

    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -8px;
    right: 201px;
    z-index: 99999;

}

.banner img {
    width: 100%;
}

/*.block25 {*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
/*}*/

.img-25anys img {
    /*height: 100px;*/
    width: 100%;
}

.perfiles img {

    /*height: 100px;*/
    /*width: 100% !important;*/
    /*object-fit: cover;*/
    /*max-height: 100px;*/
    height: 100px;

    float: left;
    margin-left: 20px;
}

.block-langs {
    color: #FFF;
}

.menu-lang {
    list-style: none;
    float: right;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: row-reverse;

    align-items: center;
    height: 50px;
    font-size: 20px;

}

.menu-lang li {
    display: inline;
    float: right;
    width: 50px;
    border-right: 2px solid #656460;
    padding: 0 5px;
    text-align: center;

}

.menu-lang li a {
    color: #FFF;
    font-size:0.85em;
}

.atencion-header {
    /*float: right;*/
    width: 100%;
    text-align: right;
    font-size: 1.5em;
    color: #FFF;
}

.telefono-header {
    /*float: right;*/
    width: 100%;
    text-align: right;
    font-size: 1.5em;
}

.bg-menu-horizontal {
    background: #F9F9F9;
}

.buttonmenu {
    background-color: #17484F;
    cursor:pointer;
}

/*Slider HOME*/
.container-swiper {
    width: 100%;
    position: relative;
    float: left;
}

.swiper-slide img {
    width: 100%;
    margin: auto;
    height: 400px;
    float: left;
    object-fit: cover;
}

.swiper-container {
    /*height: 450px;*/
    height: 435px;
    /*margin-bottom: 10px;*/
}

.swiper-pagination {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e7511f;
}

.swiper2 {
    /*height: 100px;*/
    height:180px!important;
}

.swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper2 .swiper-slide img {
    /*max-height: 100px;*/
    height: auto;
    object-fit: initial;
    /*width: 60px;*/
    margin: auto;
    /*max-width: 100%;*/
    width:90px;

}

.slide-containertext {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
}

.txtslide {

    width: 100%;
    height: 80px;
    /*border: 1px solid red;*/
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    background: #17484F;
    opacity: 0.8;
    color: #FFF;
    text-transform: uppercase;
}

.title-slide {
    color: #e7511f;
    margin-bottom: 0;
    text-decoration: underline;
}

.texto-descriptivo-slide {
    font-size: 22px;
    text-transform: uppercase;
}

/********************/
/***********CTA HOME*********/
/********************/
.cta-home {
    height: 100px;

    background-color: #17484F;
    display: flex;
    justify-content: center;
    /*text-align: center;*/
    color: #FFF;
    flex-direction: column;
    float: left;
    width: 100%;
}

.row-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.cta-text {
    font-size: 1.5em;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;

}

.cta-button {
    border: none;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    cursor: pointer;
    min-height: 50px;
    width: auto;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.home-video-block {
    min-height: 400px;
    height: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin: 0 35px;

}



.home-video-block .swiper-container {
    margin-bottom: 0;
}

.home-video-block iframe {
    height: 400px;
    width: 100%;
}

.txt_video_home {
    margin-top: 30px;
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: justify;
}

#map {

    height: 300px;
    width: 100%;
    float: left;
    position: relative;
}

#mapInstalaciones {
    height: 500px;
    width: 100%;
    float: left;
    position: relative;
    margin-top: -16px;
    margin-bottom:10px;

}
.mapacontainer #mapInstalaciones{
    margin-top:-16px!important;
}
.mapainstalaciones {
    margin-top: -16px!important;
}

.mapa {
    position: relative;
    width: 100%;

}

.mapa iframe {
    width: 100%;
}

.image-map {
    width: 300px;
    height: 200px;
}

.contacto-page #contactform {
    margin: 0;
}

.contacto-page .breadcrumb {
    margin-bottom: 0;
}

#delegaciones-page #map {
    height: 500px;
}


#map_canvas {
    width: 100%;
    height: 400px;
    margin:0 auto 20px auto;
}

/***************/
/*******certifications block********/
/***************/
.certifications {
    margin-top: 20px;
    margin-bottom: 20px;
}

/***********************/
/***********************/

/***********Contact form ************/
/***********************/
.contact-form {
    margin: 30px auto;
    background-color: #17484F;
    padding: 40px 20px;
}

.contact-form .title {
    color: #FFF;
}

.contact-form label {
    color: white;
    width: 100%;
    float: left;
}

.contact-form input, .contact-form textarea {
    border: none;
    border-bottom: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    width: 100%;
    float: left;
    outline: none;
    height: 50px;
}

.column-form {
    margin-top: 20px;
}

.contact-form input:focus, .contact-form textarea:focus {

}

.contact-form  .submit-form {
    border: none;
    border: 1px solid #FFF;

    background: transparent;
    color: #FFF;
    height: 50px;
    /*width: 50%;*/
    width: 30%;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);

}

.contact-form .btn-send-form{
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border: 1px solid #FFF;
    color: #FFF;
    width:200px;
    margin: auto;
}

.column-send-button {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.contact-form .title-section, .contact-form .intro p {
    color: white;
}


.contact-ok-message {
    background-color: #17484F;
    color: #FFF;
    margin-bottom: -10px;
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact-form .column-accept-conditions {
    display: flex;
    justify-content:space-between;
    align-items:center;

}
.contact-form .column-accept-conditions a{
    color: #FFF;
}
.contact-form input.accept-checkbox{
    width:20px;
}

/***********************/
/***********************/
/*********DESCARGAS - PRESUPUESTO********/
/***********************/
/***********************/

.sendbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sendbutton .acceptconditions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 40%;
    text-align: center;
    margin: auto;
}
.sendbutton .acceptconditions a{color:#FFF;}



.vigas_type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    min-height: 300px;
}

.vigas_type_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    height: 150px;
    margin-bottom: 20px;

}

.vigas_type_box img {
    height: 100px;
    width: auto;
    margin: auto;
    max-width: 100%;
}

.vigas_type_box.active {
    background-color: #fff;

}

.vigas_type_box.active .viga_type-name {
    color: #17484F;
    text-align: center;
}

.vigas_type_box input {
    height: 10px;
    color: #fff;
}

.viga_type-name {
    color: white;
    font-size: 20px;
}

.tipo-viga-input {
    display: none;
}
#formulario-presupuesto{
    display: flex;
    flex-direction:column;
}
.formulario-presupuesto-column {
    margin-bottom: 20px;
}

.table-form {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
    width: 100%;
    color: #fff;
    height: 50px
}

.table-cell {
    display: table-cell;
    width: calc(100% / 8.2);
    float: left;
    text-align: center;
    margin-top: 1em;
    height: 40px;
    color: #fff;
}

.table-cell input {
    padding-left: 10px;
}

.table-cell input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}

.table-cell input:moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.table-cell input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.table-cell input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.container-table {
    height: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.container-table input {
    border: 1px solid #fff;
}

div#buttonplus_1 {
    margin-top: 10px;

    margin-top: 23px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 200px;

    text-align: center;
    position: relative;
    float: left;

    color: rgb(255, 255, 255);

    outline: none;
    cursor:pointer;

}

.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}

/***********************/
/***********************/

/***********************/
/*********FOOTER**********/
/***********************/
.footer-extra, .links-footer {
    /*border-top: 1px solid lightgrey;*/

    padding-top: 20px;
    padding-bottom: 20px;
}

.links-footer {
    border-bottom: 1px solid lightgrey;
}

.footer-extra ul {
    list-style: none;
}

.footer-extra a {
    text-decoration: none;
}

.footer-extra h3 a, .footer-extra h3 {
    color: #17484F;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

.empresa, .email {
    width: 100%;
    font-weight: bold;
    color: #2f494f;
    margin-bottom: -3px;
}

.rrss {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    min-height: 150px;
}

.rrss-iconos {

    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    height: 50px;

}

.rrss-iconos .fab {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    line-height: 40px;
    vertical-align: middle;

}

.address-footer-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.developer {
    text-align: right;
}

.not-center {
    text-align: initial;
}

.social-networks {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    justify-content: flex-end;
    align-items: center;
    /*border-top: 1px solid lightgrey;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/

}
.social-networks a{
    text-decoration: none;
}
.social-networks i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 10px;
    border-radius: 30px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    border: 1px solid;
}

.address-footer {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*footer rrss*/
.social-networks i.fab.fa-facebook-f {

    background: #3b5998;
    border: 1px solid #3b5998;

}

.social-networks i.fab.fa-twitter {

    background: #1DA1F2;
    border: 1px solid #1DA1F2;

}

.social-networks i.fab.fa-youtube {

    background: #FF0000;
    border: 1px solid #ff0000;

}

/*********************/
/*********INSTALACIONES BLOCK SLIDER************/
/*********************/

.instalaciones-block {
    height: 300px;
    width: 100%;
    margin: 20px auto;
}

.instalaciones-block img {
    object-fit: cover;
    width: 100%;
}

.instalaciones-block .swiper-slide {
    margin-right: 10px;
}

.swiperInstalacion {
    margin: 0 auto;
    height: 470px;
}

.swiperInstalacion img {
    height: 435px;
}

.swiperInstalacion .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.swiperInstalacion .swiper-pagination {
    bottom: 0;
}

.title-slide-instalaciones {
    position: absolute;
    z-index: 1000;
    height: 50px;
    /* border: 1px solid black; */
    width: 100%;
    /* padding-left: 20px; */
    background: rgba(100, 100, 110, 0.6);
    display: flex;
    justify-content: left;
    align-items: center;
}

.title-slide-instalaciones > * {
    margin-left: 20px;
    color: #FFF;
}

.info-instalacion {
    background-color: #17484F;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 40px 0;
}

.info-instalacion a {
    color: #FFF;
}

.info-instalacion ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 10px;

}

.info-instalacion li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid;
    border-right: 1px solid;
}

.info-instalacion li:first-child {
    border-top: 1px solid;
}

.info-instalacion li div {
    height: auto;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.column-tipo-viga{
    text-transform:capitalize!important;
}

/***********************************************/
/***********************************************/
/*************INSTALACIONES**********************/
/*************PAGE ALL*********************/
/***********************************************/

.filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 100px;
    align-items: center;
    height: auto;
}

.description-instalation {
    margin-top: 20px;
}

.box-instalacion-delegacion {
    background: #175654;
    color: white;
    padding: 20px 30px;
}
.box-instalacion-delegacion * ,.box-instalacion-delegacion *:hover{
    color: white;
}



/************************************************/
/***************BREADCRUMB***********************/
/************************************************/
.breadcrumb-box {
    background-color: #eceeef;
}

/****************************************************/
/*******************PAGE*********************************/
/****************************************************/

.content-page {
    /*min-height: 400px;*/
    height: auto;
    background-position: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;

    /*background: url(http://localhost/noubau/images/testfondo.png) 0 0 repeat;*/
}

.content-page:before {
    z-index: -1;
    opacity: 0.15;
}

.imgbackground {
    position: absolute;
    z-index: -2;
    opacity: 0.2;
    top: 0;
    left: 0;
    transform: rotate(-10deg);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    justify-content: center;
}

.txt_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 20px auto;
}

.txt_page .list{
    list-style:none;
}
.txt_page .ventajas-list{
    list-style:none;
}


.claim {
    min-height: 1px;
    height: auto;
    margin-bottom: 10px;

}

.title-page {
    color: #656460;
    font-size: 38px;
    margin-bottom: 25px;
}

.title-instalacion {
    margin-top: 15px;
}

.description-title {
    color: #2F494F;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

.imagetop {
    height: 400px;
    width: 100%;
}

.imagetop img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
}

/******************************/
/******SOLUCION SINGLE********************/
/******************************/
#solucion-page .swiper-container, #garantias-page .swiper-container{
    height:450px;
}
#solucion-page .swiper-slide, #garantias-page .swiper-slide {
    justify-content: center;
    align-items: center;
    display: flex;

}

#solucion-page .swiper-slide img {
    /* width: 100%; */
    /* margin: auto; */
    /*height: 400px;*/
    float: left;
    width: auto;

}

/*************************/
/*************************/
/*DOCUMENTACION TECNICA*/
/*************************/
/*************************/
.menu-descargas .nav-item .nav-link{
    background-color: rgba(23,72,79,0.2);
    border:none;
    justify-content:center;
    display: flex;
}
.menu-descargas .nav-item .nav-link.active {
    background-color: #17484F;
}


.menu-descargas .nav-item .nav-link.active {
    color: white;
}

.bloc-tipos-viga {
    height: auto;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.bloc-tipos-viga img {
    width: 100%;

}

.posicion {
    display: none;
}

.tipo-viga {
    display: none;
}

.bloc-tipos-viga h6 {
    color: #17484F;
    text-align: center;
    margin-top: 35px;
    text-transform: uppercase;
}

.img-tipo-viga {
    height: 100px;
    width: auto !important;
    max-width: 200px;
    margin: auto;
}

.img-tipo-viga-vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: auto;
    max-width: 200px;
    display: block;
    height: 45px;
    margin-top: 30px;
}

.list-vigas {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}

.bloc-tipos-techo {
    color: #fff;
    background-color: #17484F;
}

.posicion {
    list-style: none;
}

/*************************/
/*************************/
/*DELEGACIONES*/
/*************************/
/*************************/
.list-delegaciones {
    margin: 20px;
}

.list-delegaciones .card {
    height: 250px;
    margin: 10px auto;
}
.list-delegaciones .card-deck{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap:10px;
}

.list-delegaciones .card-title {
    margin-left: 20px;

}

.list-delegaciones .card-header {
    min-height: 70px;
    height: auto;
}

.list-delegaciones .card-title {
    margin-top: 20px;
}

.list-delegaciones ul {
    list-style: none;

    padding-left: 20px;
}

.box-delegacion {

    /*margin-bottom: 10px;*/
    padding: 10px;
    background: rgba(100,100,100,0.05);
}
.box-delegacion.francia{
    background: rgba(150,150,150,0.05);
}
.box-instalacion-delegacion{
    background:#175654;
}


/***********************/
#servicios-texts ul {
    padding: 0
}


#servicios-texts .list li {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: start;
    margin: 25px auto;
}
ul.list li {

    margin: 25px auto!important;
}

#servicios-texts .far, #servicios-texts .fa, #servicios-texts .fab, #servicios-texts .fas {
    font-size: 2em;
    width: 60px;
}

#servicios-texts .far:before, #servicios-texts .fa:before, #servicios-texts .fab:before, #servicios-texts .fas:before {
    width: 80px;
}

#servicios-texts .far img {
    width: 50px;
    height: 40px;

}
#servicios-texts .txt{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
}
.txt img{
    margin-right:20px;
    width:40px!important;
    max-height:40px;

}
.txt img.logo-download{
    width:auto!important;
}

#servicios-texts .icono {
    text-align: center;
    display: flex;
    width: 50px;
    margin-right: 10px;
    flex-direction: row;
}

#servicios-texts h2.title {
    text-align: center;
}
#servicios-texts .icono-title{
    font-size: 3em!important;
}

#servicios-texts .titlebox {
    display: flex;
    align-items: center;
    justify-content: center;
}


#solucion-texts{

}



/*******************************/
/*******************************/
/*V Buttons*/
.swiper-button-next{
    background-image: url('http://www.noubau.com/images/fontawesome/solid/angle-right.png');

    background-size: 40px 44px;
}
.swiper-button-prev{
    background-image: url('http://www.noubau.com/images/fontawesome/solid/angle-left.png');

    background-size: 40px 44px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

    background: green;
}
/*******************************/
/*******************************/
/*.slider-vigas .swiper-slide img {*/
    /*width: auto;*/
    /*height: 100%;*/
    /*object-fit: cover;}*/




.ventajas-list {
    display: inline-grid;

    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    -ms-grid-column-gap: 20px;
    grid-row-gap: 15px;
    -ms-grid-row-gap:15px;
    font-size:1rem;

}
.ventajas-list li {

    margin-bottom:15px;
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;

}
.ventajas-list li img{
    margin-bottom:15px;
    width:100%;
}


.home-video-block.video-garantias {
    margin-top: 10px;
}
/****************************/
/*TIMELINE*/
/****************************/

.timeline ul {
    background: #17484F;
    padding: 50px 0;
    width:100%;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    /*padding: 15px;*/
    background: #FFF;
    border-radius:  10px 10px 10px 10px;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;

}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #FFF transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #FFF;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    background: #E7511F;
    color: white;
    padding: 10px;
    border-radius:  10px 10px 0 0px;

}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #E7511F;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    padding-bottom: 15px;
}
.timeline div span{
    padding-left:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.grid-list{
    display: grid;
    grid-template-rows: repeat(7,1fr);
    list-style: none;
    padding:0;

}
.grid-list li{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}
.grid-list li img{
    max-height: 100px;
    width: 200px;
}
.grid-list li span{
    /*text-align: center;*/
    /*font-size:2em;*/
    /*height:100%;*/
    /*vertical-align: middle;*/
    /*line-height:100px;*/
    font-size:2em;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}


.grid-list li p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom:0!important;

}



.grid-boxes{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap:20px;
    margin-bottom:30px;

}

.grid-boxes .box {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    background-position: center;
    background-size: cover;



}
.grid-boxes  a{
    display: block;
    width:100%;


}
.grid-boxes .title-section {
    width: 100%;
    /*background: rgba(255,255,255,0.5);*/
    background: #17484F;
    color: #fff;
    text-align: center;
    height:50px;
    display: flex;
    justify-content: center;
    align-items:center;
}


/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timelime .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/*************************/
/*************************/
/*RESPONSIVE*/
/*************************/
/*************************/

@media screen and (max-width: 1300px){
    .nav-link{
        font-size:13px;
    }
    .itemlarge{
        width:auto;

    }
    .navbar-top.right {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1200px) {
    .nav-link {

        font-size: 11px;
    }

    .vigas_type_box img {
        height: 80px;

    }
    .ventajas-list{
        grid-template-columns: 1fr 1fr;
    }
    .card-deck{
        grid-template-columns: repeat(4,1fr)!important;
    }



}

@media screen and (max-width: 992px) {
    div#navbarsExampleCenteredNav {
        border: none;
    }

    #homepage #menu-horizontal {
        position: initial;
    }

    .nav-item {
        border: none;
    }

    .swiper1 {
        height: 70vw;
        max-height: 400px;
    }

    .swiper1 .swiper-slide img {
        height: 70vw;
        max-height: 400px;
    }

    .perfiles {
        display: none;
    }

    #mapInstalaciones {
        margin-top: 0px;

    }

    .grid-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);

    }
    .grid-boxes{
        grid-template-columns: 1fr;
}
    .filters{
        flex-direction: column;
        height: 280px;
    }
    .card-deck{
        grid-template-columns: repeat(3,1fr)!important;
    }

    .menu-horizontal .nav-item .nav-link.active {
        background-color: initial;
        color: initial !important;
    }
}


    @media screen and (max-width: 768px) {
        .block25 {
            display: none;

        }

        .atencion-header, .telefono-header {

            text-align: center;

        }

        .social-networks {
            justify-content: center;
        }

        .menu-lang {

            display: flex;
            justify-content: center;
            flex-direction: row-reverse;
            text-align: center;
            padding: 0;
        }

        .header-logo {

            max-width: 200px;
        }

        .swiperInstalacion {
            height: auto;
            margin-bottom: 10px;

        }

        .swiperInstalacion img {
            height: auto;
        }

        #solucion-page .swiper-slide img {
            width: 100%;
            height: auto;
        }

        .ventajas-list {
            grid-template-columns: 1fr;
        }

        .grid-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            list-style: none;
        }
        .developer {
            text-align: left;
        }
        .contact-form{
            padding:40px 0px;
        }

        .txt_page .list {
            list-style: none;
            padding: 0;
        }

        .card-deck{
            grid-template-columns: repeat(2,1fr)!important;
        }




    }

    @media screen and (max-width: 480px) {
        .table-cell {
            width: 100%;

        }
        .card-deck{
            grid-template-columns: repeat(1,1fr)!important;
        }

        .table-form.formulario {
            display: none;
        }

        .table-cell input::-webkit-input-placeholder { /* WebKit browsers */
            color: whitesmoke;
        }

        .table-cell input:moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: whitesmoke;
        }

        .table-cell input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: whitesmoke;
        }

        .table-cell input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: whitesmoke;
        }

        .cta-text {
            font-size: 1.5em;
            margin-bottom: 10px;
        }

        .row-cta {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100px;
        }

        .cta-home {
            height: 150px;
        }


    }









    /* GENERAL MEDIA QUERIES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    @media screen and (max-width: 900px) {
        .timeline ul li div {
            width: 250px;
        }

        .timeline ul li:nth-child(even) div {
            left: -289px;
            /*250+45-6*/
        }
    }

    @media screen and (max-width: 600px) {
        .timeline ul li {
            margin-left: 20px;
        }

        .timeline ul li div {
            width: calc(100vw - 91px);
        }

        .timeline ul li:nth-child(even) div {
            left: 45px;
        }

        .timeline ul li:nth-child(even) div::before {
            left: -15px;
            border-width: 8px 16px 8px 0;
            border-color: transparent #FFF transparent transparent;
        }
    }



/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }




    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.volver{
    margin-bottom:20px;
}
.volver a{ font-size:14px;
    text-decoration: none;

}
.volver i{ margin-right:5px; color:#17484F;}

a.ver-instalacion {
    font-size: 1.5em;
    font-weight: bold;
}


.title-box-delegacion {
    color:#17484f;
}


@media screen and (max-width: 600px){
    .texto-descriptivo-slide{
        display: none;
    }
    h2.title-slide {
        font-size: 1.3em;
    }

    .txt_video_home{
        font-size:1.2em;
    }

    #solucion-page .swiper-container, #garantias-page .swiper-container {
        height: 200px;
    }

    .slider-vigas img{
        object-fit: initial!important;
        width: 100%!important;
        height: auto!important;
    }
    .contact-form {
        padding: 40px 10px!important;
    }
    .contact-form input, .contact-form textarea {

        height: 25px;
    }

    .row-cta {

        height: 150px;
    }
    .cta-text {

      margin:20px auto;
    }


    
}
.txt {
    display: flex;
    flex-direction: row;
    align-items: center;}


.cerrar {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    cursor: pointer;
}


@media screen and (max-width:992px){
    .home-video-block{
        grid-template-columns:1fr;
    }
    .home-video-block iframe {
        height: auto;
        width: 100%;
        min-height: 200px;
    }
}