﻿@charset 'utf-8';

body {
    color: #606060
}

.paes-titulo-princ {
    margin-top: 60px
}

    .paes-titulo-princ h1 {
        font-family: 'Fredoka One', cursive;
        color: #F6A806
    }


#paes-titulo-icono h3, #paes-terminos h3 {
    font-family: 'Fredoka One', cursive;
    color: white;
    margin: 0;
    font-size: 20px;
}

#paes-plus img, #paes-sport img, #paes-tesoro img, #paes-terminos img {
    width: 100%;
    text-align: center;
}


.paes-txts-cont {
    /*margin-top: 12vh*/
}

    .paes-txts-cont ul {
        list-style: none;
        padding: 0
    }

        .paes-txts-cont ul li {
            margin-bottom: 2vh;
            padding-left: 30px;
        }

.general {
    display: inline-block;
}

/* PASADIA PLUS */

#paes-plus {
    background-color: #F6A806;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    position: relative
}


#paes-plus-txt {
    margin-top: 8vh;
}


#paes-plus #paes-titulo-icono {
    position: absolute;
    width: 50%;
    right: -30px;
    margin-top: 25px;
    padding-left: 13vh;
    padding-top: 4vh;
    height: 11vh;
    background-image: url("/turismo/PublishingImages/triangulo.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

#paes-plus-txt ul {
    border-left: 5px solid #F6A806
}

/* PASADIA SPORT */

#paes-sport {
    background-color: #E65D0B;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    position: relative
}


#paes-sport-txt ul {
    list-style: none;
    border-left: 8px solid #E65D0B
}

#paes-sport #paes-titulo-icono {
    position: absolute;
    width: 53%;
    left: -30px;
    margin-top: 25px;
    padding-left: 2vh;
    padding-top: 4vh;
    height: 11vh;
    background-image: url("/turismo/PublishingImages/p-sport-icon.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}


/* PASADIA TESORO */

#paes-tesoro {
    background-color: #6C207E;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    position: relative
}


#paes-tesoro-txt {
    margin-top: 3vh
}

#paes-tesoro #paes-titulo-icono {
    position: absolute;
    width: 65%;
    right: -30px;
    margin-top: 25px;
    padding-left: 13vh;
    padding-top: 3vh;
    height: 11vh;
    background-image: url("/turismo/PublishingImages/p-tesoro-icon.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}


#paes-tesoro-txt ul {
    border-left: 5px solid #6C207E
}



/* PASADIAS TERMINOS */


#paes-terminos {
    background-color: #009B4D;
    padding: 20px;
}

#paes-terminos-txt {
    margin-top: 7vh
}

    #paes-terminos-txt ul {
        list-style: none;
        border-left: 5px solid #009B4D
    }

    #paes-terminos-txt span {
        color: #009B4D
    }

@media screen and (max-width: 767px) {

    #paes-intro {
        margin-bottom: 5vh
    }

        #paes-intro img {
            display: none
        }


    #paes-plus #paes-titulo-icono, #paes-tesoro #paes-titulo-icono {
        width: 100%;
        right: 0;
    }

    #paes-sport #paes-titulo-icono {
        width: 100%;
        left: 0;
    }

    #paes-plus-txt {
        margin-top: 5vh;
    }

    .div-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .div-2 {
        order: 2;
    }

    .div-3 {
        order: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {

    #paes-plus-txt {
        margin-top: 12vh;
    }


    .div-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .div-2 {
        order: 2;
    }

    .div-3 {
        order: 1;
    }
}
