/*
| ABRACO
|=================================================================================
|=================================================================================
|=================================================================================
|    PAGES
|---------------------------------------------------------------------------------
*/


/*
|=================================================================================
|    HOME
|---------------------------------------------------------------------------------
*/

.webdoor-section {
background-color: #EEEEEE;}

.webdoor {
    margin: 0 -15px;
    position: relative;
    background-color: #5C0F08;
}

.webdoor-sliders {}

.webdoor-panel {
    display: none;
}

.webdoor-title {
    color: #fff;
    position: relative;
    margin: 0 0 20px;
}


.webdoor-title::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.46);
    position: absolute;
    top: 50%;
}

.webdoor-title b{
    font-size: 0.8em;
    font-weight: 300;
    background-color: #5C0F08;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.webdoor-link,
.webdoor-link:hover,
.webdoor-link:active,
.webdoor-link:focus {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #fff !important;
    margin-bottom: 27px;
    margin-top: 25px;
}

.webdoor-link .icon {
    display: inline-block;
    border: #fff solid 1px;
    width: 18px;
    height: 23px;
    border-radius: 11px/14px;
    vertical-align: middle;
    margin: -4px 10px 5px 0;
    transform: rotate(15deg);
    float: left;
}

.webdoor-link:hover .icon,
.webdoor-link:hover .icon {
    background-color: #982A1D;
}

.webdoor-link.active .icon {
    background-color: #C71F0F;
}

.ad-slide {
    position: relative;
}

.ad-slide p{margin: 0 !important;}

.ad-title {
    position: absolute;
    visibility: hidden;
}

.ad-slide a {}
.ad-slide img {
    width: 100%;
    height: auto;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.institutional-section {
    background-color: #EEEEEE;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.institutional-section h3 {
    font-weight: 300;
    color: #777777;
    font-size: 1.45em;
}

.institucional-text p{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 20px;
}
.institucional-text p{}

.institutional-section .menu {
    list-style: none;
    padding: 0;
}
.institutional-section .menu a:link,
.institutional-section .menu a:visited{
    font-size: 0.9em;
    line-height: 1.2em;
    display: inline-block;
    padding: 0 0 6px;
}

.institutional-section .menu a:hover,
.institutional-section .menu a:active {}

/* cursos -------------------------------------------------------------------------*/

.single-cursos .hentry h2{
    text-transform: uppercase;
    font-size: 1.3em;
}

.heading-lined {
    position: relative;
}
.heading-lined > span{
    display: inline-block;
    background-color: #FFF;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.heading-lined::before{
    position: absolute;
    content:"";
    display: block;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #DAD9D9;
    z-index: 1;
}

.single-cursos .hentry table:not(.table) {
    background-color: #F8F8F8;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.single-cursos .hentry thead {}

.single-cursos .hentry thead tr {
}
.single-cursos .hentry thead  td {
    padding: 10px;
    font-weight: 700;
    line-height: 1.3em;
    vertical-align: top;
    border-bottom: #D4D4D4 solid 1px;
}


.single-cursos .hentry tbody {}

.single-cursos .hentry tbody tr {}
.single-cursos .hentry tbody td {
    padding: 10px;
    vertical-align: top;
    line-height: 1.5em;
}

.single-cursos .hentry thead td:nth-child(odd),
.single-cursos .hentry tbody td:nth-child(odd) {
    background-color: #EEEEEE;
}


/* REVISTA -------------------------------------------------------------------------*/

.magazine-container {
    margin-left: -10%;
}

.magazine-item {
    position: relative;
    display: block;
    width: 40%;
    float: left;
    margin-left: 10%;
}

.magazine-item:nth-child(2n + 1){
    clear: left;
}


.magazine-link,
.magazine-link:visited {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.54);
}
.magazine-link:hover,
.magazine-link:active{}

.magazine-link img  {}

.magazine-link .overflow {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s;  

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc120+0,ffc120+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,193,32,0) 0%, rgba(255,193,32,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,193,32,0)), color-stop(100%,rgba(255,193,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,193,32,0) 0%,rgba(255,193,32,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,193,32,0) 0%,rgba(255,193,32,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,193,32,0) 0%,rgba(255,193,32,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,193,32,0) 0%,rgba(255,193,32,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc120', endColorstr='#ffc120',GradientType=0 ); /* IE6-9 */
  

}
.magazine-link:hover .overflow,
.magazine-link:active .overflow {
    top: 0;
}
.magazine-item .btn {
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -28px;
}
.magazine-item .magazine-title {
    font-size: 0.75em;
    line-height: 1.1em;
    text-align: center;
    display: block;
    margin: 0px 0 20px;
}

/* just hide option */
.treeview .add-folder {
    display: none;
}



.form-contact{
    position: relative;
    padding: 0 0 5px;
}
.form-contact.form-working {}
.form-contact.form-working::before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.69);
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

/* ==========================================================================
   *
   * mNNNNNNNNm
   * y````````y
   * y        s
   * y        s
   * y        s
   * y        s
   * d+++--+++d
   * NMMN//MMMN
   *
   *
   * PHONE ONLY !!!
   ========================================================================== */

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

}/*/mediaquery*/

/* ==========================================================================
   *
   *
   * +yyyyhhhhdddddddddms
   * sh-..............-Nd      mmddddddddddddddddddddddddddmm
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * yd`              .Md      M+                          /M
   * yd`              .Md   +  M+                          /M
   * yd`              .Md      MmddddddddddddddddddddddddddmM
   * yd.              .Md      mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * yd.              .Md      ```````````:dddddd/```````````
   * sdhdddddddmmmmmmmmNy                /dMMMMMMm+
   *-------------------------------------------------------------------------
   * TABLET and  UP
   ========================================================================== */

@media all and (min-width: 768px) {

.webdoor {
    margin: 0;
}

.magazine-container {
    margin-left: -7.3%;
}

.magazine-item {
    width: 26%;
    margin-left: 7.3%;
    margin-bottom: 20px;
}
.magazine-item:nth-child(2n + 1) {clear:none;}
.magazine-item:nth-child(3n + 1) {clear:left;}

}/*/mediaquery*/

/* ==========================================================================
   *
   *
   * mmddddddddddddddddddddddddddmm
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * MmddddddddddddddddddddddddddmM
   * mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * ```````````:dddddd/```````````
   *           /dMMMMMMm+
   *-------------------------------------------------------------------------
   * DESKTOP
   ========================================================================== */

@media all and (min-width: 992px) {


.webdoor::after {
    content:"";
    position: absolute;
    display: block;
    background-image: url(../img/webdoor-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    bottom: -28px;
    width: 100%;
    height: 28px;
}

.webdoor-panel {
    display: block;
    position: relative;
    /* background-color: #999; */
    width: 23%;
    /* height: 100px; */
    float: left;
    padding: 30px 30px 0;
    z-index: 9;
}


.webdoor-sliders {}

.institucional-text {
    border-right: #B9B9B9 solid 1px;
    padding-right: 20px;
}

}/*/mediaquery*/

/* ==========================================================================
   *
   *
   * mmddddddddddddddddddddddddddddddddddddmm
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * MmddddddddddddddddddddddddddddddddddddmM
   * mNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * ````````````````:dddddd/````````````````
   *             /dMMMMMMMMMMm+
   *-------------------------------------------------------------------------
   * RUGE DESKTOP
   ========================================================================== */

@media all and (min-width: 1200px) {


.webdoor-panel {
    width: 20%;
    padding-top: 40px;
}

}/*/mediaquery*/