/* Seccion de informacion de agencia */
.informacion {
    height: 1300px;
    background:
        url(/assets/img/inicio/isotipo_coopach.svg) no-repeat center center,
        linear-gradient(352deg, rgba(0, 52, 140, 1) 29%, rgba(0, 35, 83, 1) 71%);
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 10px;
}

/* contenedor de informacion */
.moreInf {
    width: 100%;
    height: 60%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

/* contenedor de direccion y contacto */
.contacto {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* contenedor de ubicacion */
.ubcAgc {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    justify-content: center;
    text-align: center;
    align-items: center;
}

/* logos de apps */
.waze,
.google {
    width: 50px;
    height: 50px;
    margin: 10px;
}

/* contenedores individuales de contacto */
.infaddr,
.infnmbr,
.infatc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
}

/* titulo para contacto y ubicacion */
.h2ubc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--color-terceiario);
    width: auto;
    padding: 1px 20px 1px 20px;
    height: 40px;
    border-radius: 30px;
    border: none;
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 27px;
    font-weight: 900;
}

/* Texto para p y h3 */
.contacto p,
.ubc h3 {
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

/* Contenedor de mapa */
.ubcmp {
    width: 100%;
    display: flex;
    height: 450px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 361px) {

    /* Seccion de informacion de agencia */
    .informacion {
        height: 1100px;
        padding: 15px;
    }

    /* contenedor de informacion */
    .moreInf {
        flex-direction: column;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        width: 100%;
    }

    /* contenedor de ubicacion */
    .ubcAgc {
        padding-top: 20px;
        width: 100%;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 80%;
        height: 200px;
    }


    /* logos de apps */
    .waze,
    .google {
        width: 40px;
        height: 40px;
        margin: 30px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        font-size: 20px;
        font-weight: 900;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }
}

@media (max-width: 481px) and (min-width: 361px) {

    /* Seccion de informacion de agencia */
    .informacion {
        height: 1150px;
        padding: 15px;
    }

    /* contenedor de informacion */
    .moreInf {
        flex-direction: column;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        width: 100%;
    }

    /* contenedor de ubicacion */
    .ubcAgc {
        padding-top: 20px;
        width: 100%;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 80%;
        height: 0px;
    }

    /* logos de apps */
    .waze,
    .google {
        width: 40px;
        height: 40px;
        margin: 30px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        font-size: 20px;
        font-weight: 900;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }
}

@media (max-width: 701px) and (min-width: 481px) {

    /* Seccion de informacion de agencia */
    .informacion {
        height: 1450px;
        padding: 15px;
    }

    /* contenedor de informacion */
    .moreInf {
        flex-direction: column;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        width: 100%;
    }

    /* contenedor de ubicacion */
    .ubcAgc {
        padding-top: 20px;
        width: 100%;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 80%;
        height: 300px;
    }


    /* logos de apps */
    .waze,
    .google {
        width: 40px;
        height: 40px;
        margin: 30px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        font-size: 22px;
        font-weight: 900;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
    }
}

@media (max-width: 959px) and (min-width: 701px) {
    /* Seccion de informacion de agencia */
    .informacion {
        height: 1250px;
        padding: 10px;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        height: 100%;
        width: 50%;
    }

    /* logos de apps */
    .waze,
    .google {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        height: 65px;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 18px;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 80%;
        height: 450px;
    }
}

@media (max-width: 1200px) and (min-width: 959px) {
    /* Seccion de informacion de agencia */
    .informacion {
        height: 1250px;
        padding: 10px;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        height: 100%;
        width: 50%;
    }

    /* logos de apps */
    .waze,
    .google {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        height: 40px;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 18px;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 90%;
        height: 450px;
    }
}

@media (max-width: 1921px) and (min-width: 1337px) {
    /* Seccion de informacion de agencia */
    .informacion {
        height: 1350px;
        padding: 10px;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        height: 100%;
        width: 50%;
    }

    /* logos de apps */
    .waze,
    .google {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        font-size: 32px;
        height: 45px;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 20px;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 90%;
        height: 450px;
    }
}

@media (max-width: 2700px) and (min-width: 1921px) {
    /* Seccion de informacion de agencia */
    .informacion {
        height: 1450px;
        padding: 10px;
    }

    /* contenedor de direccion y contacto */
    .contacto {
        height: 100%;
        width: 50%;
    }

    /* logos de apps */
    .waze,
    .google {
        width: 60px;
        height: 60px;
        margin: 10px;
    }

    /* titulo para contacto y ubicacion */
    .h2ubc {
        font-size: 35px;
        height: 48px;
    }

    /* Texto para p y h3 */
    .contacto p,
    .ubc h3 {
        font-size: 30px;
    }

    /* Contenedor de mapa */
    .ubcmp {
        width: 1000px;
        height: 550px;
    }
}






































/* -- CAROUSEL -- */
.wrapper {
    max-width: 60em;
    margin: 1em auto;
    position: relative;
}

input {
    display: none;
}

.inner {
    width: 500%;
    line-height: 0;
}

article {
    width: 20%;
    float: left;
    position: relative;
}

article img {
    width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
}

.slider-prev-next-control label:hover {
    opacity: 1;
}

.slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    transition: all 0.3s;
}

.slider-dot-control label:hover {
    background: #ccc;
    border-color: #777;
}

/* Info Box */
.info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    transition: all 1000ms ease-out 600ms;
}

.info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal;
}

.info.top-left {
    top: 30px;
    left: 30px;
}

.info.top-right {
    top: 30px;
    right: 30px;
}

.info.bottom-left {
    bottom: 30px;
    left: 30px;
}

.info.bottom-right {
    bottom: 30px;
    right: 30px;
}

/* Slider Styling */
.slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #666;
    background: #fcfff4;
    transform: translateZ(0);
    transition: all 500ms ease-out;
}

.slider-wrapper .inner {
    transform: translateZ(0);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- CONTROLS & STATES ----*/
#slide1:checked~.slider-wrapper .inner {
    margin-left: 0%;
}

#slide2:checked~.slider-wrapper .inner {
    margin-left: -100%;
}

#slide3:checked~.slider-wrapper .inner {
    margin-left: -200%;
}

#slide4:checked~.slider-wrapper .inner {
    margin-left: -300%;
}

#slide5:checked~.slider-wrapper .inner {
    margin-left: -400%;
}

#slide1:checked~.slider-dot-control label:nth-child(1),
#slide2:checked~.slider-dot-control label:nth-child(2),
#slide3:checked~.slider-dot-control label:nth-child(3),
#slide4:checked~.slider-dot-control label:nth-child(4),
#slide5:checked~.slider-dot-control label:nth-child(5) {
    background: #333;
}

#slide1:checked~.slider-wrapper article:nth-child(1) .info,
#slide2:checked~.slider-wrapper article:nth-child(2) .info,
#slide3:checked~.slider-wrapper article:nth-child(3) .info,
#slide4:checked~.slider-wrapper article:nth-child(4) .info,
#slide5:checked~.slider-wrapper article:nth-child(5) .info {
    opacity: 1;
}

/* Next buttons */
#slide1:checked~.slider-prev-next-control label:nth-child(2),
#slide2:checked~.slider-prev-next-control label:nth-child(3),
#slide3:checked~.slider-prev-next-control label:nth-child(4),
#slide4:checked~.slider-prev-next-control label:nth-child(5),
#slide5:checked~.slider-prev-next-control label:nth-child(1) {
    display: block;
    float: right;
    margin-right: 5px;
}

#slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(1)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 1em;
    display: block;
    color: #777;
    content: "\f061";
    padding-left: 15px;
}

/* Prev buttons */
#slide2:checked~.slider-prev-next-control label:nth-child(1),
#slide3:checked~.slider-prev-next-control label:nth-child(2),
#slide4:checked~.slider-prev-next-control label:nth-child(3),
#slide5:checked~.slider-prev-next-control label:nth-child(4),
#slide1:checked~.slider-prev-next-control label:nth-child(5) {
    display: block;
    float: left;
    margin-left: 5px;
}

#slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide1:checked~.slider-prev-next-control label:nth-child(5)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 1em;
    display: block;
    color: #777;
    content: "\f060";
    padding-left: 15px;
}