@font-face {
    font-family: 'GOTHAM-BLACK';
    src: url('fonts/GOTHAM-BLACK.TTF');
}
@font-face {
    font-family: 'GOTHAM-BOLD';
    src: url('fonts/gotham-bold.ttf');
}
@font-face {
    font-family: 'CALIBRIB';
    src: url('fonts/CALIBRIB.TTF');
}
@font-face {
    font-family: 'CALIBRIL';
    src: url('fonts/CALIBRIL.TTF');
}

#home {
    margin-top: -5%!important;
    background-image: url(images/imagen-principal.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
}
#home_movil {
    background-image: url(images/imagen-principal.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-image {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50vh;
    z-index: 0;
    max-width: 50%;
}

#contenido {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
#contenido_movil {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #000000;

}

body a:hover {
    color: #D3823B!important; 
}

body a.button {
    display: inline-block;
    color: #000000;
    background-color: #D3823B;
    text-align: left;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border: 2px solid #D3823B;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}
#img_banner2 {    
    background-color:#D3823B!important;
    border-radius: 15px; 
}
#img_banner2_movil{
    background-image: url(images/cuadromobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
#img_banner4 {
    background-color:#D3823B!important; 
    border-radius: 15px;   
    /* background-image: url(images/cuadro-negro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;   */
}
#img_banner7 {    
    background-image: url(images/banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 350px;
}

.text-ama{
    color:#D3823B!important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'GOTHAM-BLACK'!important;
}
p{
    color:#FFFFFF!important;
    font-family: 'CALIBRIL'!important;
}
input {
    font-family: 'GOTHAM-BOLD'!important;
}
ul.main-menu li a {
    font-family: 'CALIBRIL'!important;
}
.button{
    font-family: 'GOTHAM-BOLD'!important;
}
body .sm-clean a:hover, 
body .main-menu.sm-clean .sub-menu li a:hover, 
body .sm-clean li.active a, 
body .sm-clean li.current-page-ancestor > a, 
body .sm-clean li.current_page_ancestor > a, 
body .sm-clean li.current_page_item > a {
    color:#D3823B!important;
}
body a.button {
    padding: 5px 20px!important;
    font-size: 14px!important;
}
h1.big-text {
    color: #fff;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 40px;
}
.text-base{
    color:#D3823B!important;
}

img.btn-gallery:hover {
    transition: all 0.6s;
    transform: scale(1.2); /* Escala aumentada cuando se pasa el mouse */
}
.fs-16{
    font-size: 16px;
}
.btn-enviar:hover{
    color:#ffffff!important;
}