section {
    font-weight: 300;
}
#top {
    padding-bottom: 10rem;
}
#top .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top .section-cont {
    max-width: 140rem;
}
#top .section-cont .text-dest {
    margin-top: 6rem;
    margin-bottom: 1.25rem;
    font-size: 3rem;
}
#top .section-cont h2.text-dest {
    margin-top: 8rem;
    margin-bottom: 4rem;
}
#top .section-cont .text-sangria {
    padding-left: 12.5rem;
}
#top .section-cont .text-dest2 {
    padding: 7.25rem;
    margin-top: 10rem;
    margin-bottom: 6.25rem;
    border: 2.5rem solid #333333;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    line-height: 1.5;
}
#top .section-cont .text-dest2 + p {
    margin-bottom: 5rem;    
}
#top .section-cont .text-dest2 + p,
#top .section-cont .div-btns {
    padding-left: 9.75rem;
}
#top .section-cont ul {
    padding-left: 10rem;
    margin-left: 0;
    list-style-type: none;    
}
#top .section-cont ul li {
    padding-left: 5.5rem;
    margin-bottom: 2rem;
    position: relative;
}
#top .section-cont ul li span {
    margin-bottom: 1.25rem;
    font-weight: bold;
    display: block;
}
#top .section-cont ul li:before {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 1.5rem;    
}

#top .section-cont .div-btns > *{
    display: inline-block;
    vertical-align: middle;
}
#top .section-cont .btn-whatsapp {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    margin-left: 3.75rem;
    background-image: url('../../images/iconos/rrss-whatsapp-corp.svg');
    background-size: cover;
    background-position: center center;        
}

#top .section-img {
    margin-top: 11.25rem;
}
#top .section-img picture {    
    margin-left: auto;
    position: relative;
}
#top .section-img picture:before {
    content: '';
    width: 104rem;
    height: 63.25rem;
    border: 2.5rem solid #30f529;
    position: absolute;
    z-index: -1;
    bottom: -7.75rem;
    left: -7.75rem;
}
#top .section-img picture:nth-of-type(2):after{
    content: '';
    width: 100vw;
    height: 82.5rem;
    background-image: url('../../images/layout/rayado-verde.png');
    background-position: top left;
    position: absolute;
    left: calc(100% - 29.25rem);
    top: 19rem;
    z-index: -1;
}
#top .section-img picture img {
    width: 104rem;
}
#top .section-img .txt-corp {
    width: 93.75rem;
    margin-top: 10rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.6;
    transform: translateX(-8rem);
    text-transform: uppercase;
}
#top .section-img .txt-corp + picture {
    margin-top: 11rem;
}

#middle {
    padding-top: 2.5rem;
}
#middle .section-subAbs,
#middle .section-tit2,
#middle #divSelector {
    width: 285.25rem;
    margin-left: auto;
    margin-right: auto;
}
#middle .section-subAbs {
    position: static;
}
#middle .section-tit2 {
    margin-bottom: 8.5rem;
}

#middle #divSelector{
    margin-bottom: 8.5rem;
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-center;
    justify-content: center;
}
#middle #divSelector .middle-lg {
    width: 40.75rem;    
}
#middle #divSelector .middle-lg > .botonSelector {
    width: 100%;
    padding: 0 4.5rem;
    border: 0.25rem solid;
    border-radius: 0;
    background-image: none;    
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 9rem;
    text-align: center;
    display: block;
}
#middle #divSelector .middle-lg > .botonSelector,
#middle #divSelector .middle-lg > .botonSelector:active,
#middle #divSelector .middle-lg > .botonSelector:hover,
#middle #divSelector .middle-lg > .botonSelector:focus{
    border-color: #666666;
    background-color: transparent;
    color: #666666;
}
.desktop #middle  #divSelector .middle-lg > .botonSelectorSeleccionado,
.desktop #middle  #divSelector .middle-lg > .botonSelector:hover,
.desktop #middle  #divSelector .middle-lg > .botonSelector:focus {
    border-color: white;
    background-color: white;
    color: black;
}


#middle .middle-xs {
    width: 100%;
}
#middle #divResultados {
    margin-bottom: 10rem;
}
/*#middle #divResultados #resultados-row {
    margin-left: -3.75rem;
    margin-right: -3.75rem;    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;   
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#middle #divResultados #resultados-row > div {
    width: 25%; 
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-bottom: 8.5rem;
}*/
#middle .materialItem {
    height: 100%;
    border: 0.25rem solid white;
}
#middle .materialItem .material-top {
    min-height: 25.75rem;
    padding: 2.25rem 4.5rem;
    background-color: white;
    color: black;
}
#middle .materialItem .material-top .material-nombre {
    margin-bottom: 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
}
#middle .materialItem .material-top .material-composicion {
    font-size: 3rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
}

#middle .materialItem .material-bot {
    padding: 4rem 4.5rem;
}
#middle .materialItem .material-bot .material-tit {
    margin-bottom: 2.5rem;
    color: #6a6a6a;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}
#middle .materialItem .material-bot .material-txt {
    margin-bottom: 3.5rem;
    font-weight: 300;
    line-height: 1.4;
}
#middle .materialItem .material-bot .material-txt.destacado {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 4rem;
    line-height: 1.0;
}

.duaCarouselH,
.duaCarouselH .duaCarousel-slider,
.duaCarouselH .duaCarousel-row {
    position: relative;
}
.duaCarouselH .duaCarousel-track {
    overflow: hidden;
}
.duaCarouselH .duaCarousel-row,
.duaCarouselH .duaCarousel-temp {
    display: -webkit-flex;
    display: flex;
/*    -webkit-align-items: center;
    align-items: center;*/
}
.duaCarouselH .duaCarousel-col {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next {
    position: absolute;
}
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next,
.duaCarouselH .duaCarousel-pager .duaCarousel-page{    
    cursor: pointer;
}

/* CUSTOM */
.duaCarouselH .duaCarousel-row {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    margin-top: 8rem;
}
.duaCarouselH .duaCarousel-col {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
}
/*.duaCarouselH.duaCarousel-handlersOn {
    padding-left: 20px;
    padding-right: 20px;
}*/
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next {
    color: white;
    font-size: 36px;
    text-shadow: 0 0 5px black;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
}
.duaCarouselH .duaCarousel-prev {
    left: auto;
    right: 12rem;
}
.duaCarouselH .duaCarousel-next {
    right: 0;
}
.duaCarouselH .duaCarousel-prev:hover,
.duaCarouselH .duaCarousel-next:hover {
    color: #ddd;
}
.duaCarouselH .duaCarousel-prev:after,
.duaCarouselH .duaCarousel-next:after {
    font-family: 'FontAwesome';
}
.duaCarouselH .duaCarousel-prev:after {
    content: '\f104';
}
.duaCarouselH .duaCarousel-next:after {
    content: '\f105';
}

.duaCarouselH .duaCarousel-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.duaCarouselH .duaCarousel-pager .duaCarousel-page {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 5px black;
    background-color: white;
    display: inline-block;
    cursor: pointer;
}
.duaCarouselH .duaCarousel-pager .duaCarousel-page:hover,
.duaCarouselH .duaCarousel-pager .duaCarousel-page-act {
    background-color: #ddd;
}
.duaCarouselH .duaCarousel-pager .duaCarousel-page + .duaCarousel-page {
    margin-left: 5px;
}


#bottom .text-dest2 {
    width: 170rem;
    padding: 7.5rem 8.75rem;
    margin-left: auto;
    margin-right: auto;
    border: 2.5rem solid #333333;
    position: relative;
}
#bottom .text-dest2 .txt-corp {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
}
#bottom .text-dest2:before,
#bottom .text-dest2:after {
    content: '';
    width: 100vh;
    height: calc(100% + 5rem);
    background-image: url('../../images/layout/rayado-gris.png');    
    position: absolute;
    top: -2.5rem;
    opacity: 0.4;
}
#bottom .text-dest2:before{    
    background-position: left top;
    right: calc(100% + 2.5rem);
}
#bottom .text-dest2:after {    
    background-position: right top;
    left: calc(100% + 2.5rem);
}

@media (max-width: 1399px) {
    #top .section-cont .text-dest {
        font-size: 4rem;
    }
}
@media (max-width: 1099px) {
    #top .section-cont .text-dest {
        font-size: 4.5rem;
    }
}
@media (max-width: 991px) {
    #top .flex {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }  
    
    #top .section-img {
        margin-bottom: 20rem;
        text-align: center;
    }
    #top .section-img picture:before {
        left: calc(50% - 7.75rem);
        transform: translate(-50%, 0);
    }
    #top .section-img picture {
        display: none;
    }
    #top .section-img picture:first-of-type {
        display: block;
    }
    #top .section-img .txt-corp {
        display: none;
    }
    #top .section-cont {
        max-width: 100%;
    }
    #middle .section-subAbs,
    #middle .section-tit2,
    #middle #divSelector {
        width: 100%;
    }
    .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
    }
}
@media (min-width: 768px) {
    #middle .middle-xs {
        display: none;
    }
}
@media (max-width: 767px) {
    #middle .middle-lg {
        display: none;
    }
    .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 459px) {
    .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}
