﻿/* Circular Content Carousel Style */
.ca_container {
    position: relative;
    margin: 25px auto 20px auto;
    width: 990px;
    height: 800px;
}

.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}


.ca-more {
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 4px 15px;
    font-weight: bold;
    background: #ccbda2;
    text-align: center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #897c63;
}

.ca-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff url(../images/cross.png) no-repeat center center;
    width: 27px;
    height: 27px;
    text-indent: -9000px;
    outline: none;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    opacity: 0.7;
}

    .ca-close:hover {
        opacity: 1.0;
    }

.ca-item-main {
    border-radius: 8px;
    padding: 20px;
    /*position: absolute;*/
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.ca-icon {
    width: 233px;
    height: 189px;
    position: relative;
    margin: 0 auto;
    background: transparent url(../images/animal1.png) no-repeat center center;
}

.ca-item-2 .ca-icon {
    background-image: url(../images/animal2.png);
}

.ca-item h3 {
    font-family: 'Coustard', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    height: 85px;
    text-align: center;
    text-shadow: 0px 1px 1px #e4ebe9;
}

.ca-item h4 {
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    border-left: 10px solid #b0ccc6;
    padding-left: 10px;
    line-height: 24px;
    margin: 10px;
    position: relative;
}

    .ca-item h4 span {
        text-indent: 40px;
        display: block;
    }

        .ca-item h4 span.ca-quote {
            color: #f4eee3;
            font-size: 100px;
            position: absolute;
            top: 20px;
            left: 0px;
            text-indent: 0px;
        }

.ca-content-wrapper {
    background: #b0ccc6;
    position: absolute;
    width: 0px; /* expands to width of the wrapper minus 1 element */
    height: 440px;
    top: 5px;
    text-align: left;
    z-index: 10000;
    overflow: hidden;
}

.ca-content {
    width: 660px;
    overflow: hidden;
}

.ca-content-text {
    font-size: 14px;
    font-style: italic;
    font-family: "Georgia","Times New Roman",serif;
    margin: 10px 20px;
    padding: 10px 20px;
    line-height: 24px;
}

    .ca-content-text p {
        padding-bottom: 5px;
    }

.ca-content h6 {
    margin: 25px 20px 0px 35px;
    font-size: 32px;
    padding-bottom: 5px;
    color: #000;
    font-family: 'Coustard', sans-serif;
    color: #60817a;
    border-bottom: 2px solid #99bcb4;
    text-shadow: 1px 1px 1px #99BCB4;
}

.ca-content ul {
    margin: 20px 35px;
    height: 30px;
}

    .ca-content ul li {
        float: left;
        margin: 0px 2px;
    }

        .ca-content ul li a {
            color: #fff;
            background: #000;
            padding: 3px 6px;
            font-size: 14px;
            font-family: "Georgia","Times New Roman",serif;
            font-style: italic;
        }

            .ca-content ul li a:hover {
                background: #fff;
                color: #000;
                text-shadow: none;
            }

.ca-nav span {
    width: 25px;
    height: 38px;
    /*background: transparent url(../images/arrows.png) no-repeat top left;*/
    background: transparent url('../RECURSOS/arrows_white.png') no-repeat top left;
    position: absolute;
    top: 40%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100;
}

    .ca-nav span.ca-nav-next {
        cursor: pointer;
        background-position: top right;
        left: auto;
        right: -40px;
    }

    .ca-nav span:hover {
        opacity: 1.0;
    }
/*WEB*/
.cont_web_p {
}

.cont_web_a {
    display: none;
}

.cont_web_i {
    display: none;
}
/*MOVIL*/
.cont_movil_p {
    display: none;
}

.cont_movil_a {
    display: none;
}

.cont_movil_i {
    display: none;
}



/*************MEDIA QUERIES*************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*body{
        background-color: pink;
    }*/
    .ca-item {
        position: relative;
        float: left;
        width: 293px;
        height: 100%;
        text-align: center;
    }
    /*Movil*/
    .ca_container_mov {
        position: relative;
        margin: 25px auto 20px auto;
        width: 290px;
        height: 800px;
    }

    .card_arr {
        height: 860px;
    }

    .card_inq {
        /*height: 780px;*/
        height: 1580px;
    }

    .ca-wrapper {
        height: 103%;
    }

    .cont_movil_p {
        height: 1550px !important;
    }

    .cont_movil_a {
        height: 880px !important;
    }

    .cont_movil_i {
        height: 1800px !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/
    .ca-item {
        position: relative;
        float: left;
        width: 300px;
        height: 100%;
        text-align: center;
    }
    /*Movil*/
    .ca_container_mov {
        position: relative;
        margin: 25px auto 20px auto;
        width: 300px;
    }

    .cont_movil_p {
        height: 1500px !important;
    }

    .cont_movil_a {
        height: 900px !important;
    }

    .card_arr {
        height: 870px !important;
    }

    .card_inq {
        height: 1500px !important;
    }

    .cont_movil_i {
        height: 1500px !important;
    }

    .ca-wrapper {
        height: 103%;
    }

    .ca_container_iMov {
        height: 1380px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/
    .ca-item {
        position: relative;
        float: left;
        width: 300px;
        height: 100%;
        text-align: center;
    }

    .ca_container {
        width: 900px;
    }
    /*Movil*/
    .ca_container_mov {
        position: relative;
        margin: 25px auto 20px auto;
        width: 300px;
        height: 800px;
    }

    .card_arr {
        height: 702px;
    }

    .card_inq {
        height: 780px;
    }

    /*.ca-wrapper {
        height: 185%;
    }*/
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
     }*/

    .ca-wrapper {
        height: 185%;
    }

    .ca_container {
        height: 835px;
    }

    .cardSimple {
        width: 50%;
        margin: auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*body {
        background-color: mediumaquamarine;
    }*/

    .ca_container {
        width: 990px;
    }

    .ca-item {
        position: relative;
        float: left;
        width: 495px;
        height: 75%;
        text-align: center;
    }

    .card_arr {
        height: 43% !important;
    }

    .card_inq {
        height: 70% !important;
    }
}

/*CARRUSEL*/
.slide {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.ca-item-main {
    border-radius: 8px;
    padding: 20px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
}

.carrusel_container {
    width: 85%;
    margin: auto;
}

.carruselContainer {
    padding-bottom: 50px;
}

#carrouselArren, #carrouselInq {
    display: none;
}

#carruselGmGf, #carruselGmRc, #carruselPrem {
    display: none;
}