.container {
    clear: both;
    margin: 0 auto;
    overflow: visible;
    width: 100%;
}

/*Acordeon*/
.collapsible {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color:transparent !important;
}

.contento {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
/*Fin Acordeon*/


/*Margenes personalizados*/
.mt30 { margin-top: 30px; }
.mt60 { margin-top: 60px; }

.mb30 { margin-bottom: 30px; }

.no-pad { padding: 0; }
.no-pad-left { padding-left: 0 }
.no-pad-right { padding-right: 0 }
/**/

/*Layout Ppal*/
.newMainSection { background: #F5F5F5 }
.owl-carousel .owl-wrapper-outer { z-index: 9; }
/*.cotenedor-ppal { font-family: 'Roboto', sans-serif; line-height: normal; font-size: 16px;}*/
.cotenedor-ppal { font-family: 'Lato', sans-serif; line-height: normal; font-size: 18px;}

.contenidos { background: #fff; }
.contenidos .row { margin-right: 0; margin-left: 0; padding: 15px; }
.width-100 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow-x: hidden;
    z-index: 1;
}

.titulo-pag { background: #fbd600; }
.titulo-pag h1 { font-size: 20px; margin-top: 10px; font-weight: 700;}
.titulo-pag h1 span { font-weight: 300; }

.pos-rel { position: relative; }
.pos-abs { position: absolute; }
/**/

/*Vitrina Home*/
.contenidos-destacados {
    width: 510px;
    position: absolute;
    left: 21%;
    top: 20%;
    padding: 2%;
    background: rgba(255,255,255,0.8);
}

.contenidos-destacados h2 { margin: 10px 0 30px 0; }


.img-slider .owl-theme .owl-controls .owl-pagination { max-width: initial !important; }
/**/


.titulos h2 { margin-bottom: 0; }
.titulos h3 { margin-top: 0; }

.nom-cat { background: #fff; padding: 2% 8%; min-height: 100px;}
.nom-cat h2 { font-size: 18px; margin: 4% 0;}
.nom-cat p { font-size: 14px;font-weight: 300; }

/*Botones*/
.btn-constructor-primario { 
    background: #333; 
    color: #fff; 
    border: none; 
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
.btn-constructor-primario:hover { 
    color: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}
.btn-constructor-amarillo {
    background: #fbd600; 
    color: #333; 
    border: none; 
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
    padding: 10px 40px;
}
.btn-constructor-amarillo:hover { 
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}
/**/

.logo-circulo-especialistas { 
    top: 25%; 
    left: 20%;
}
.txt-cat-black { 
    width: 100%;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 4% 5%;
    font-size: 14px;
}
.txt-cat-black h2,.txt-servicios-black h2 { font-size: 20px; margin-top: 0; }
.txt-servicios-black { 
    color: #fff;
    background: #333;
    padding: 4% 5%;
    font-size: 14px;
    border-bottom: 4px solid #fbd600;
    margin: 0;
}

.cuadro-contenido a{ 
    color: #333; 
    text-decoration: none;
}
.cuadro-contenido {
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.cuadro-contenido:hover {  
    color: #555;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    opacity: 0.7;
}


.owl-theme .owl-controls .owl-pagination {
    right: initial;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {

    background: #fbd600;
}


/*Fichas de proyectos*/
.titulo-bloque { background: black; overflow: auto; }
.titulo-contenido h2 { font-size: 30px; margin: 10px 0 40px 0; color: #fff; margin-bottom: 20px;}
.titulo-contenido h2.tit-categoria { font-size: 24px; color: #fbd600; margin-bottom: 0;}

.titulos-seccion { font-size: 26px; margin-top: 0; margin-bottom: 15px; }

.cotenedor-ppal hr { margin-left: 30px;margin-right: 30px;border-top: 4px solid #fbd600; }

.nav-justified a { color: #bbb; }


.cotenedor-ppal .table-usos-ventajas{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 220px;
    background: #f5f5f5;
}

.table td.w20 { width: 20% }
.table td { font-size: 14px; }

.listas-cosntructor li { list-style: disc; margin-left: 15px; margin-bottom: 10px; }

.cotenedor-ppal thead { background: #858585; color: #fff; }
.cotenedor-ppal thead th { font-weight: 300; }

.txt-importante { background: #f5f5f5; padding: 2% 4% 4% 4%; }

.estado-optimo { color: #858585; float: left;}
.estado-suficiente { color: #eb667a; float: left; }
.estado-optiomo p {  margin-right: 15px; }

.cotenedor-ppal figcaption {
    padding: 6px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    display: block;
    border-top: 1px solid #666;
    background: #666;
}

.cotenedor-ppal ul li { margin: 4px 0; margin-left: 16px; list-style-type: disc;}

/* -- Media celulares -- */
@media (max-width: 768px){
    .cotenedor-ppal { margin-top: 20px; }
    .bc-name { display: none; }
    .no-pad-left { padding: 0 }
    .no-pad-right { padding: 0 }

    .contenidos-destacados {
        width: 320px;
        left: 5%;
        top: 45%;
    }
    .contenidos-destacados h2 { font-size: 24px; }
}

@media screen and (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
}