/* CSS */
/* GENERALES */
div.LAT-separador-01{
    margin:0;
    padding:50px 0;
}
div.LAT-separador-02{
    margin:0;
    padding:15px 0;
}
/* BLOQUES CONTENIDO */
div.LAT-contenido{
    margin:0;
    padding:0;
}
    div.LAT-contenido>div{
        margin:0 auto;
        width:1280px;
    }
        div.LAT-contenido>div>div{
            padding:50px 0;
        }
            div.LAT-encabezado{
                background-color:#bbb602;
                padding:0!important;
                text-align:center;
            }
                div.LAT-encabezado>div{
                    float:left;
                    width:50%;
                }
                    div.LAT-encabezado>div:first-child>h1{
                        color:#fff;
                        font-family:var(--tipografia-01, sans-serif);
                        font-size:28pt;
                        font-weight:600;
                        line-height:1.2em;
                        margin:0;
                        padding:40px 30px;
                        text-transform:uppercase;
                    }
                    div.LAT-encabezado>div:first-child>p{
                        color:#fff;
                        font-family:var(--tipografia-01, sans-serif);
                        font-size:16pt;
                        font-weight:300;
                        margin:0;
                        padding:0 30px 30px;
                    }
                    div.LAT-encabezado>div:last-child>img{
                        border-width:0;
                        display:block;
                        width:100%;
                    }
                div.LAT-encabezado:after{
                    clear:both;
                    content:'';
                    display:block;
                    float:none;
                    font-size:0;
                }
            /* LATINA - SECCIÓN 01 */
            div.LAT-seccion-01{
                padding:0 30px;
                text-align:center;
            }
                div.LAT-seccion-01>h2{
                    color:#bbb602;
                    font-family:var(--tipografia-01, sans-serif);
                    font-size:18pt;
                    font-weight:600;
                    line-height:1.2em;
                    margin:0;
                    padding:0 0 40px;
                    text-transform:uppercase;
                }
                div.LAT-seccion-01>p{
                    color:#1c1c1c;
                    font-family:var(--tipografia-01, sans-serif);
                    font-size:14pt;
                    font-weight:400;
                    line-height:1.2em;
                    margin:0;
                    padding:0 0 40px;
                }
                div.LAT-seccion-01>ul{
                    font-size:0;
                    list-style:none;
                    margin:0;
                    padding:0;
                    text-align:center;
                }
                    div.LAT-seccion-01>ul>li{
                        display:inline-block;
                        vertical-align:top;
                        width:25%;
                    }
                        div.LAT-seccion-01>ul>li>div{
                            padding:10px;
                        }
                            div.LAT-seccion-01>ul>li>div>div{
                                color:#1c1c1c;
                                font-family:var(--tipografia-01, sans-serif);
                            }
                                div.LAT-seccion-01>ul>li>div>div>div{
                                    background-color:#fff;
                                    border:1px solid #d2d2d2;
                                    border-radius:6px;
                                    overflow:hidden;
                                    padding:5px;
                                }
                                    div.LAT-seccion-01>ul>li>div>div>div>img{
                                        border-width:0;
                                        display:block;
                                        width:100%;
                                    }
                                div.LAT-seccion-01>ul>li>div>div>h4{
                                    font-size:14pt;
                                    font-weight:600;
                                    margin:0;
                                    padding:30px 5px 20px;
                                    text-transform:uppercase;
                                }
                                div.LAT-seccion-01>ul>li>div>div>p{
                                    font-size:12pt;
                                    font-weight:400;
                                    margin:0;
                                    padding:0 5px 30px;
                                }
                                div.LAT-seccion-01>ul>li>div>div>a{
                                    background-color:#fff;
                                    border:2px solid #bbb602;
                                    border-radius:10px;
                                    color:#bbb602;
                                    display:inline-block;
                                    font-size:12pt;
                                    font-weight:600;
                                    margin:0;
                                    padding:10px 15px;
                                    text-decoration:none;
                                    transition:background-color 0.2s;
                                    -ms-transition:background-color 0.2s;
                                    -moz-transition:background-color 0.2s;
                                    -o-transition:background-color 0.2s;
                                    -webkit-transition:background-color 0.2s;
                                }
                                div.LAT-seccion-01>ul>li>div>div>a:hover{
                                    background-color:#bbb602;
                                    color:#fff;
                                }
            /* LATINA - SECCIÓN 02 */
            div.LAT-seccion-02{
                padding:0 30px;
                text-align:center;
            }
                div.LAT-seccion-02>h2{
                    color:#1c1c1c;
                    font-family:var(--tipografia-01, sans-serif);
                    font-size:18pt;
                    font-weight:600;
                    line-height:1.2em;
                    margin:0;
                    padding:0 0 40px;
                    text-transform:uppercase;
                }
                div.LAT-seccion-02>p{
                    color:#1c1c1c;
                    font-family:var(--tipografia-01, sans-serif);
                    font-size:14pt;
                    font-weight:400;
                    line-height:1.2em;
                    margin:0;
                    padding:0 0 40px;
                }
                div.LAT-seccion-02>div{
                    margin:0;
                    padding:0 10%;
                }
                    div.LAT-seccion-02>div>div:first-child{
                        background-color:#fff;
                        font-size:0;
                        overflow:hidden;
                        position:relative;
                        width:100%;
                        z-index:1;
                    }
                        div.LAT-seccion-02>div>div:first-child>div{
                            background-color:#fff;
                            left:0%;
                            position:relative;
                            text-align:left;
                            transition:left 0.3s;
                            -ms-transition:left 0.3s;
                            -moz-transition:left 0.3s;
                            -o-transition:left 0.3s;
                            -webkit-transition:left 0.3s;
                            width:3000%;
                            z-index:1;
                        }
                            div.LAT-seccion-02>div>div:first-child>div>a{
                                display:inline-block;
                                position:relative;
                                text-align:center;
                                width:1.1111%;
                            }
                                div.LAT-seccion-02>div>div:first-child>div>a>img{
                                    display:block;
                                    margin:0 auto;
                                    width:65%;
                                }
                        div.LAT-seccion-02>div>div:first-child>div:first-child+div,
                        div.LAT-seccion-02>div>div:first-child>div:first-child+div+div{
                            left:0;
                            position:absolute;
                            top:50%;
                            width:30px;
                            z-index:2;
                        }
                        div.LAT-seccion-02>div>div:first-child>div:first-child+div+div{
                            left:auto;
                            right:0;
                            z-index:3;
                        }
                            div.LAT-seccion-02>div>div:first-child>div:first-child+div>span,
                            div.LAT-seccion-02>div>div:first-child>div:first-child+div+div>span{
                                background-color:#a5a5a5;
                                border-radius:50%;
                                cursor:pointer;
                                height:30px;
                                position:absolute;
                                top:-15px;
                                width:30px;
                                z-index:1;
                            }
                            div.LAT-seccion-02>div>div:first-child>div:first-child+div>span:hover,
                            div.LAT-seccion-02>div>div:first-child>div:first-child+div+div>span:hover{
                                background-color:#bbb602;
                            }
                                div.LAT-seccion-02>div>div:first-child>div:first-child+div>span:after,
                                div.LAT-seccion-02>div>div:first-child>div:first-child+div+div>span:after{
                                    border:6px solid transparent;
                                    content:'';
                                    display:inline-block;
                                    font-size:0;
                                    margin-top:30%;
                                }
                                div.LAT-seccion-02>div>div:first-child>div:first-child+div>span:after{
                                    border-right-color:#fff;
                                    margin-left:18%;
                                }
                                div.LAT-seccion-02>div>div:first-child>div:first-child+div+div>span:after{
                                    border-left-color:#fff;
                                    margin-left:43%;
                                }
                    div.LAT-seccion-02>div>div:last-child{
                        font-size:0;
                        text-align:center;
                    }
                        div.LAT-seccion-02>div>div:last-child>span{
                            background-color:#8b8b8b;
                            border:1px solid #fff;
                            border-radius:3px;
                            cursor:pointer;
                            display:inline-block;
                            height:5px;
                            margin:3px 2px;
                            transition:width 0.2s;
                            -ms-transition:width 0.2s;
                            -moz-transition:width 0.2s;
                            -o-transition:width 0.2s;
                            -webkit-transition:width 0.2s;
                            width:5px;
                        }
                        div.LAT-seccion-02>div>div:last-child>span:hover{
                            background-color:#bbb602;
                        }
                        div.LAT-seccion-02>div>div:last-child>span.activo{
                            background-color:#bbb602;
                            width:21px;
                        }
/*
RESPONSIVO
*/
@media screen and (max-width:1280px){
    div.LAT-contenido>div{
        margin:0 0;
        width:auto;
    }
}
@media screen and (max-width:1000px){
    div.LAT-encabezado>div:first-child>h1{
        font-size:22pt;
        padding:40px 30px 20px;
    }
    div.LAT-encabezado>div:first-child>p{
        font-size:13pt;
    }
    div.LAT-seccion-02>div{
        padding:0 30px;
    }
    div.LAT-seccion-02>div>div:first-child>div>a>img{
        width:80%;
    }
}
@media screen and (max-width:830px){
    div.LAT-encabezado>div:first-child>h1{
        font-size:18pt;
        padding:40px 30px 20px;
    }
    div.LAT-seccion-01>ul>li{
        width:33.33%;
    }
    div.LAT-seccion-02>div>div:first-child>div>a{
        width:1.6666%;
    }
}
@media screen and (max-width:760px){
    div.LAT-contenido>div>div{
        padding:0 0 50px;
    }
    div.LAT-encabezado>div{
        float:none;
        width:auto;
    }
    div.LAT-encabezado>div:first-child>h1{
        font-size:24pt;
        padding:40px 30px 20px;
    }
    div.LAT-encabezado>div:first-child>p{
        font-size:14pt;
        padding:0 30px 30px;
    }
}
@media screen and (max-width:640px){
    div.LAT-seccion-01>ul>li{
        width:50%;
    }
    div.LAT-seccion-02>div{
        padding:0 0;
    }
    div.LAT-seccion-02>div>div:first-child>div>a{
        width:3.3333%;
    }
}
@media screen and (max-width:440px){
    div.LAT-seccion-01>ul>li{
        display:block;
        width:auto;
    }
    div.LAT-seccion-02>div>div:first-child>div>a>img{
        width:95%;
    }
}
