﻿@font-face {
    font-family: 'Encode-Sans';
    src: url('../Fonts/encode-sans-v4-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../Fonts/encode-sans-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('../Fonts/encode-sans-v4-latin-regular.woff'),  Modern Browsers */
    /*url('../Fonts/encode-sans-v4-latin-regular.woff2'), Modern Browsers */
    url('../Fonts/encode-sans-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/encode-sans-v4-latin-regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Encode-Sans-bold';
    src: url('../Fonts/encode-sans-v4-latin-800.eot');
    /* IE9 Compat Modes */
    src: url('../Fonts/encode-sans-v4-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('../Fonts/encode-sans-v4-latin-800.woff'),  Modern Browsers */
    /*url('../Fonts/encode-sans-v4-latin-800.woff2'),  Modern Browsers */
    url('../Fonts/encode-sans-v4-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/encode-sans-v4-latin-800.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal
}

.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

body {
    background-color: white;
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 14px;
 
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

#ContainerHeader {
    background-color: #ba0003;
    
    margin: -1px;
}

header .navbar-header {
    padding-top: initial;
 }

header .logo {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    width: 120px;
    height: 80px;
    line-height: 120px;
    text-align: center;
    background-color: #ebccc1;
    box-shadow: 0 0 5px 2px lightgray;
    
}

header .logo img {
    width: 100%;
    height: auto;
    float: left;
}

#bs-example-navbar-collapse-1,
#bs-example-navbar-collapse-2 {
    margin-right: 20px;
}

.activ {
    float: left;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.activ ul {
    list-style: none;
    text-align: center;
    margin-left: -35px;
}

.activ li {
    font-weight: bold;
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 14px;
    color: #ebccc1;
    text-shadow: 2px 2px 4px #000000;
}

.top-bar ul {
    text-align: right;
    list-style: none;
}

.top-bar li {
    display: inline-block;
}

.navbar-toggle {
    margin-top: 25px;
    background-color: lightgray;
 }

 
#bs-example-navbar-collapse-2 {
    margin-top: 55px;
}

.top-bar li:first-child {
    width: 150px;
    text-align: left;
}

#topbar img {
    background-color:black;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    width: 23px;
    margin-right: 8px
}

#topbar {
    text-align: right;
    margin-top: 20px;
}

#topbar a {
    color: #ebccc1;
}

#topbar a:hover {
    color:rgb(148, 146, 146);
    font-family: "Encode-Sans-bold", Arial, sans-serif;
}

#topbar img:hover {
    background-color:rgb(148, 146, 146);
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

#topbar .diagonal {
    background: #53575a;
    line-height: 20px;
    width: 195px;
    letter-spacing: 0
}

#MenuCel{
    margin: initial!important;
    padding: initial!important;
}

#accordion1{
    margin: initial;
    padding: initial;
    margin-bottom: 10px;
    text-align: left;
}
.panel-group{
    background-color: white;
    padding: initial;
    background-color: #ba0003;
 
}
.panel{
    background-color: white;
    margin-top: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
    height: auto;
}

.panel-heading{
    background-color:  #ebccc1;
    padding: 7px;
}


.panel-body{
    font-weight: bold;
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 13px;
}
table.table td {
    padding: 5px!important;
    padding-left: 20px!important;
}

.telefono {
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ebccc1;
    margin-right: 11px
}

.fx-menu a{
    padding: 10px;
    font-weight: 700;
    text-shadow: none;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.fx-menu a:hover::before,
.fx-menu a:focus::before {
    opacity: 1;
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item {
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 14px;
    color: #00aeef;
}

.nav-item a {
    color: #ebccc1;
    outline: none
}

.nav-item a:hover {
    color: #ba0003;
    cursor: pointer;
}

.active > a,
.active > a:hover,
.active > a:focus {
    background-color:whitesmoke !important;
    color:  #ba0003!important;
}

#BarraMenu {
    padding-top: 10px;
  }

.caret{
    border-top:4px solid black!important;
}
.dropdown-menu{
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 12px;
    margin-top: initial!important;
    background-color: white;
 }

 .dropdown-menu a{
    color: black !important;
 }
 
 .dropdown-menu > li a:hover,
 .dropdown-menu > li a:focus {
      background-color: #ba0003;
      color: #ebccc1 !important;
}


#accordion {
    padding-top: 30px;
    padding-bottom: 30px;
     background-color: white;
}

#headingOne,
#headingTwo,
#headingThree {
    background-color: #ebe7df;
}

.titulo {
    font-family: "Encode-Sans-bold", Arial, sans-serif;
    font-size: 16px;
    color: #ba0003;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.DropDown {
    width: 30px;
    height: 30px;
    float: right;
    padding-top: 15px;
    cursor: pointer;
}

.DropDown img {
    width: 100%;
    height: auto;
}

.card-body  {
    background-color: rgb(251, 251, 251)!important;
    hyphens: manual;
    padding: 20px;
    border-radius: 5px;
    min-height: 285px;
    display: flex;
}
.card-body1  {
    background-color: rgb(251, 251, 251)!important;
    hyphens: manual;
    border-radius: 5px;
    min-height: 285px;
    display: block;
    padding: 20px;
}

.card-body .FotoAcordeon{
    width: 25%;
}

.card-body .parrafo {
    width: 75%;
}

.parrafo {
    text-align: justify;
    text-indent: 30px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: manual;
    max-height: 99999px;
}

.parrafo p {
    padding-bottom: 5px;
}


.FotoAcordeon img {
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
    width: 100%;
 }

.ListaCompromisos {
    clear: both;
 
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
 }

 .owl-carousel .item {
    margin-right: 1px!important;
 }

.Division1,
.Division2,
.Division3 {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 5px;
    height: auto;
    box-shadow: 0 0 5px 2px lightgray;
    width: 30%;
    float: left;
    margin-right: 5%;
    position: relative;
    background-color: #ebe7df;
}

#ContenedorDivisiones {
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 100px;
    overflow: hidden;
    margin-left: 10%;
    margin-right: 10%;
}

.Division3 {
    margin-right: initial;
}


.TituloDivision {
    font-family: "Encode-Sans-bold", Arial, sans-serif;
    font-size: 16px;
    color: #ba0003;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

#TextoImg1,
#TextoImg2,
#TextoImg3 {
    display: none;
    top: 10px;
    left: -35px;
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 15px;
    color: black;
}

#TextoImg1:hover,
#TextoImg2:hover,
#TextoImg3:hover {
    display: block;
}

#Lista1 li,
#Lista2 li,
#Lista3 li {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    background-image: url("../imgs/Tilde.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 17px, 17px;
}

#ImgDiv1,
#ImgDiv2,
#ImgDiv3 {
    width: 100%;
    height: 350px;
    background-color: white;
    position: relative;
}

#ImgDiv1 img,
#ImgDiv2 img,
#ImgDiv3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

#Div1:hover>#ImgDiv1 img {
    opacity: 0.15;
}

#Div2:hover>#ImgDiv2 img {
    opacity: 0.15
}

#Div3:hover>#ImgDiv3 img {
    opacity: 0.15
}

#Div1:hover>#ImgDiv1 #TextoImg1 {
    display: block;
}

#Div2:hover>#ImgDiv2 #TextoImg2 {
    display: block;
}

#Div3:hover>#ImgDiv3 #TextoImg3 {
    display: block;
}

#Div1:hover>#ImgDiv1 #BotonImg1 {
    display: block;
}

#Div2:hover>#ImgDiv2 #BotonImg2 {
    display: block;
}

#Div3:hover>#ImgDiv3 #BotonImg3 {
    display: block;
}

.BaseDiv {
    height: 20px;
    border-top: solid;
    border-top-color: lightgray;
    border-top-width: 1px;
}


#BotonObras{
    display: block!important;
    text-align: center;
    margin-top:30px;
    margin-bottom: 30px;
 
}

.w3-display-bottommiddle {
    display: none;
    margin-bottom: 20px;
}

#arquitectura {
    width: 100%;
}

#arquitectura img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

#PiePagina {
    width: 100%;
    background-color: #2f2f2f;
    overflow: hidden;
    margin-bottom: initial;
    margin-top: 20px;
}

#DivLogoRojo {
    float: left;
    width: 130px;
    height: auto;
    margin-top: 30px;
    margin-left: 30px;
}

#DivLogoRojo img {
    width: 100%;
}

#CopyRight {
    clear: both;
    padding-left: 30px;
    padding-top: 15px;
    color: white;
    font-size: 10px;
}

.InfoPie {
    padding-top: 30px;
    color: white;
    font-size: 10px;
    text-align: left;
    display: inline-block;
    vertical-align:top;
    padding-left: 20px;
}

.LineaVertical{
    width: 1px;
    height: 65px;
    background-color: white;
    display: inline-block;
    margin-left: 35px;
    margin-top: 30px;
}

#DataFiscal {
    float: right;
    width: 50px;
    height: auto;
    padding-top: 30px;
    margin-right: 30px;
}

#DataFiscal img {
    width: 100%
}

#TituloPagSec {
    float: right;
    padding-top: 20px;
    margin-right: 35px;
}

#Contacto-Direcciones {
    margin: initial;
    padding: initial;
    padding-top: 20px;
    float: left;
    width: 50%;
    font-family: "Encode-Sans-bold", Arial, sans-serif;
    font-size: 12px;
 }

#Contacto-Mapa {
    float: left;
    width: 50%;
    padding-top: 30px;
    padding-left: 10px;
}

#Contacto-Mapa iframe {
    width: 100% !important;
}

.contacto-direccion {
    margin-top: 10px;
    margin-bottom: initial;
    width: 100%;
    float: left;
    clear: both;
    background-color: #ebe7df;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px lightgray;

}

.contacto-direccion ul {
    margin-left: -30px;
}

.contacto-direccion ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    list-style: none;
    background-image: url("../imgs/globo.png");
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 30px;
}

.contacto-direccion ul li div{
    max-height: 99999px;
}

#contacto-sector {
    font-size: 12px;
}

.form-control{
    background-color: whitesmoke;
}

#FormularioMail {
    width: 100%;
    padding-top: 20px;
    column-gap: 30px;
    column-count: 2;
}

#FormularioConsulta {
    width: 100%;
}

#DivBotonEnviar {
    padding-bottom: 20px;
    column-span: all;
}

#GrupoEntrada, #GrupoEntrada1 {
    font-family: "Encode-Sans-bold", Arial, sans-serif;
    width: 100%;
}

#GrupoEntrada div>label, #GrupoEntrada1 div>label {
    color: #ba0003;
    font-size: 14px;
}

#GrupoEntrada div>input, #GrupoEntrada1 div>input{
    font-size: 12px;
}

#GrupoEntrada div>textarea, #GrupoEntrada1 div>textarea {
    font-size: 12px;
    resize: vertical;
    height: 100px;
}

#GrupoEntrada div>select, #GrupoEntrada1 div>select {
    font-size: 12px;
}

#GrupoEntrada div>small, #GrupoEntrada1 div>small {
    color: #2f2f2f;
}

#GrupoEntrada1{
    column-span: all;
}
.Centrado {
    width: 100%;
    text-align: center;
}

.IndPag{
    margin-top: -2px;
    padding-top: 3px;
    padding-right: 25px;
    width: 100%;
    height: 40px;
    font-family: "Encode-Sans-bold", Arial, sans-serif;
    font-size: 20px;
    background-color: #ebe7df;
    color: white;
    text-align: right;
    text-shadow: 2px 2px 4px #000000;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;

}

#TarjetaInfo{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px lightgray;
    min-height: 350px;
}

#ContainerTarjetasProducto{
    width: 100%;
    display: grid;
    display:-ms-grid;
    column-gap: 2%;
    row-gap: 25px;
    grid-template-columns: repeat(4, 23.5%);
    grid-auto-rows: 332px;
    margin-bottom: 30px;      
   }

   #ContainerTarjetasObras{
       margin-top: 30px;
       margin-right: 10%;
       margin-left: 10%;
       display: grid;
       display:-ms-grid;
       column-gap: 2%;
       row-gap: 25px;
       grid-template-columns: repeat(4, 23.5%);
       grid-auto-rows: auto;
       margin-bottom: 30px;     
   }

   #ContainerTarjetasObras a:hover{
    color: #ba0003;
   }

.TarjetaProducto{
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    text-align: center;
    background-color:  #ebe7df;
   }

.TarjetaProducto:hover{
    box-shadow: 0 0 5px 2px lightgray;
}


.CuerpoTarjeta{
    display: block;
    height: 250px;
    width: 100%;
   }

.CuerpoTarjetaObras{
    display: block;
    height: 150px;
    width: 100%;
}
 
 .CuerpoTarjeta Img, .CuerpoTarjetaObras Img{
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    object-position: bottom;
 }

 .TarjetaProducto:hover > .CuerpoTarjeta img, .TarjetaProducto:hover > .CuerpoTarjetaObras img{
     opacity: 0.5;
     transition: opacity .5s ease-out;
     -moz-transition: opacity .5s ease-out;
     -webkit-transition: opacity .5s ease-out;
     -o-transition: opacity .5s ease-out;
 
 }


#BotonTarjeta{
    display: initial;
 }

.titulo-tarjeta-obras {
    font-family: "Encode-Sans-Bold", Arial, sans-serif;
    font-size: 14px;
    float: none;
    width: 100%;
    margin: initial;
    padding: intial;
    text-align: center;
    }

.titulo-tarjeta-producto{
    text-align: center;
}

.titulo-tarjeta-obra{
    font-family: "Encode-Sans-Bold", Arial, sans-serif;
    font-size: 16px;
    float: none;
    width: 100%;
    text-align: left;
    margin: initial;
    padding: initial;
    max-height: 99999px;
 }

.descripcion-tarjeta-obra{
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 14px;
    float: none;
    width: 100%;
    text-align: justify;
    margin: initial;
    padding: initial;
    max-height: 99999px;
 }


.header-tarjeta-obra{
    background-color: #ebe7df;
    height: auto;
    min-height: 50px;
    margin-bottom: 20px; 
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    max-height: 99999px;
}

.descripcion-tarjeta-obras {
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 12px;
    float: none;
    width: 100%;
    margin: initial;
    padding: intial;
    margin-top: 5px;
    text-align: center;
    }

.card-header{
    background-color:  #ebe7df;
    border-bottom: 1px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    max-height: 99999px;
   }
   
.card-header > .titulo{
    text-align: center;
}

.TarjetaProducto .card-header{
    border-bottom: none;
}
   
#ContainerTarjetasObras > .TarjetaProducto > .card-header{
    height: auto;
}

#ContainerTarjetasObras > .TarjetaProducto:hover{
    cursor: pointer;
}

#TarjetaInfo > .card-body {
    padding: 15px;
    font-family: "Encode-Sans", Arial, sans-serif;
    font-size: 14px!important;
    color: black;
    text-align: justify;
}

.parrafo{
    font-size: 14px!important;
}


.owl.carousel{
  display: inline-block;
  width: 300px;
}


.owl-tarjeta {
    padding-top: 10px;
    width: 350px;
    float: left;
    margin-right: 20px;
 }

.owl-tarjeta-producto {
    padding-top: 10px;
    width: 49%;
    margin-right: 2%!important;
    float: left;
}

.owl-tarjeta-obra {
    padding-top: 10px;
    width:55%;
    margin-left: auto;
    margin-right: auto;
}

.card{
    font-size: 15px!important;
 
    
}

#accordion .card{
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 5px;
}


.card-text{
    padding-top: 15px;
    font-size: 15px;
    max-height: 99999px;

}


.bordegris {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}


.Descripcion-Producto{
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgb(251, 251, 251)!important;
  }

  .Descripcion-Producto-Obras{
    text-align: justify;
    margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: rgb(251, 251, 251)!important;
    padding: initial;
  }

  .vertical .item {
     width: 50%!important;
     display: inline-block;
 }

 
 .vertical {
     text-align: center ! important;
     float: none;
     display: inline-block;
 }

.Container-Tabs{
    float: right;
    width: 49%;
    margin-top: 9px;
}
.w3-bar {
    margin:0;
    padding:0;
    clear: none;
    width: auto!important;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    font-family: "Encode-Sans-bold", Arial, sans-serif;
    color: black;
    font-size: 12px;
  }

 .resto {
     display: block;
     height: 39px;
     flex-grow: 1;
 }

.resto:hover {
    cursor: initial;
}

.Opcion{
    display: inline-block;
    width: 100%;
    height: calc(100% - 39px);
    overflow: hidden;
    font-family: "Encode-Sans", Arial, sans-serif;
    color: black;
    font-size: 14px;
    padding: 15px;
    overflow-y: scroll;
 }

 .tarjeta-info{
     margin-bottom: 10px;
     clear: both;
 }

 .texto-opcion{
     text-align: left;
     max-height: 99999px;
  }

  
 .imgs-opcion{
     float: right;
     text-align: right;
     width: 40%;
 }

 .imgs-opcion img{
     float: left;
     width: 100%;
     margin-bottom: 10px;
     padding-left: 10px;
 }

 #BotonVolverObras{
    float: left;
    text-shadow: none;
    margin-left: 45px;
    transform: scale(0.9);

 }

 #ContenedorAccordion {
    margin-left: 10%;
    margin-right: 10%;
}

#containerTarjeta{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10%;
    margin-right: 10%;
} 

#ContainerCarpinteria{
    margin-left: 10%;
    margin-right: 10%;
} 

#CuerpoPagina{
    margin-right: 10%;
    margin-left: 10%;
}


 
@media only screen and (max-width: 767px) {

    header .logo{
        width: 90px;
        height: 60px;
        margin: 10px;
    }

   .navbar-toggle{
      
        margin-top: 10px;
        margin-right: 10px;
        transform: scale(0.70)
    }

     .nav-item {
        text-align: center;
        font-size: 18px;
        background-color: #ebe7df
    }
    .nav-item:hover {
        background-color: #ba0003;
    }
    #BarraMenu a {
        font-family: "Encode-Sans-bold", Arial, sans-serif;
        color: black;
        text-align: left;
        padding-left: 15px
    }
    #BarraMenu a:hover {
        color: white
    }
    .logo {
        margin-left: 10px;
    }
    #header {
        background-image: none;
    }
    #bs-example-navbar-collapse-1,
    #bs-example-navbar-collapse-2 {
        background-color: lightgray;
        margin: initial;
    }
    #BarraMenu {
        background-color: whitesmoke
    }

    .active > a,
    .active > a:hover,
    .active > a:focus {
        background-color:#ba0003 !important;
        color:  white!important;
    }
    .dropdown-menu{
        width: 100%;
        
    }
    .dropdown-menu a{
       padding-left: 30px !important;
    }

    #te {
        float: left;
        margin-left: -25px;
    }

    .card-body {
      display: block;
    }

    .card-body .FotoAcordeon {
        width: 100%;
        margin-top: 20px;
        display:flex;
        justify-content: center;
        align-items: center;
            
     }

    .card-body .parrafo {
        width:100%;
    }

    .card-body .FotoAcordeon img {
        height: auto;
        width: 100%;
        padding-right: 0px;
    }

    #ContenedorDivisiones Div:first-child {
        margin-left: initial;
    }

    #ContenedorDivisiones {
        margin-left: 5px;
        margin-right: 5px;
    }

    #ContenedorAccordion {
        margin-left: 5px;
        margin-right: 5px
    }

    .Division1,
    .Division2,
    .Division3 {
        float: none;
        margin-left: initial;
        margin-right: initial;
        width: 100%;
        margin-bottom: 20px;
    }
    #accordion {
        padding: -10px;
    }
    #TituloPagSec {
        float: none;
        display: block;
        clear: both;
        padding-top: initial;
        text-align: center;
        padding: initial;
        margin: initial;
    }

    .activ{
        padding: initial;
        margin-top: 20px;
    }
    .activ li {
        font-size: 11px;
    }
    .container {
        padding-right: initial;
        padding-left: initial;
        margin: initial;
    }
    #topbar {
        margin-top: 10px;
       }

    #Contacto-Direcciones {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 11px;
    }

    #Contacto-Mapa {
        width: 100%;
        border: none;
        padding-right: 15px;
        padding-left: 15px;
    }
    

    #FormularioMail {
        width: 100%;
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
        display: block;
    }   
    #containerTarjeta{
        padding-left: 10px;
        padding-right: 10px;
        margin: initial;
       } 
    .owl-tarjeta{
        padding-right: 20px;
    }  
    
     #PiePagina {
        text-align: center;
        display: inline-block;
    }
    
    .LineaVertical{
        margin-left: 10px;
    }

    .InfoPie {
        padding-left: 10px;
    }

    #CopyRight{
        float: left;
     }

    #ContainerTarjetasProducto, #ContainerTarjetasObras{
        padding-left: 10px;
        padding-right: 10px;
        margin: initial;
    }

    .Descripcion-Producto{
        margin: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
     }
     .Descripcion-Producto-Obras{
        margin: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
     }

     .header-tarjeta-obra{
         margin-left: -10px;
         margin-right: -10px;
     }

  
    .owl-tarjeta-producto, .owl-tarjeta-obra{
        width: 100%; 
        margin-bottom: 20px;
    }

     .Container-Tabs{
        margin-top: 40px;
        float: none;
        clear: both;
        width: 100%;
        min-height: 300px;
    }

    .tarjeta-info{
        font-size: 13px;
    }

    .panel-title{
        font-family: "Encode-Sans-bold", Arial, sans-serif;
        font-size: 14px;
    }

    #CuerpoPagina{
        margin: initial;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #TextoImg1,
    #TextoImg2,
    #TextoImg3 {
        font-size: 14px;
    }

 
}

@media only screen and (max-width: 991px) {
    .ListaCompromisos {
        padding-left: initial;
    }

    #ContainerTarjetasProducto, #ContainerTarjetasObras{
        column-gap: 3.5%;
        grid-template-columns: repeat(3, 31%); 
    }

  
}

@media only screen and (max-width: 625px) {
    .parrafo{
        font-size: 15px!important;
    }
    .owl-tarjeta{
        width: 100%;
        padding: initial!important;
    }

     #DivLogoRojo {
        float: none;
        display: inline-block;
        clear: both;
        padding: initial;
        margin: initial;
        margin-top: 20px;
    }
    .InfoPie {
        display: block;
        clear: both;
        text-align: center;
        padding: initial;
        margin: initial;
        padding-top: 20px;
    }
    
    .LineaVertical{
        display: none;
    }
    #DataFiscal {
        padding: initial;
        margin: initial;
        clear: both;
        float: none;
        display: inline-block;
        margin-top: 30px;
    }

    #CopyRight {
        padding-left: initial;
        float: none;
    }

    #ContainerTarjetasProducto, #ContainerTarjetasObras{
        column-gap: 4%;
        grid-template-columns: repeat(2, 48%);
     }

    .tablink{
        font-size: 12px;
    }

     .imgs-opcion{
        width: 50%;
    }

    .IndPag{
        font-size: 16px;
    }

    #BotonVolverObras{
        transform: scale(0.7);
        margin-left: 20px;
    
     }
   

   }

@media only screen and (max-width: 430px) {

      .activ {
        float: none;
        display: block;
        clear: none;
        padding: initial;
        margin-top: 23px;
    }

    .activ li {
        font-size: 10px;
    }
    #ContainerHeader {
        display: block;
        text-align: center;
    }
    #logoSec {
        float: none;
        margin: initial;
        padding: initial;
        margin-left: auto;
        margin-right: auto;
    }

   
}

@media only screen and (max-width: 370px) {

    .activ {
        width: auto;
        clear: none;
        float: left;
        margin-top: 23px;
        margin-left: -5px;
    }

    .activ li {
        font-size: 8px;
    }

    
    #ContainerTarjetasProducto, #ContainerTarjetasObras {
    display: block;    }

    .TarjetaProducto{
        margin-bottom: 20px;
    }

    .IndPag{
        font-size: 14px;
    }

    .navbar-toggle{
        margin-left: initial;
    }
}

