body {
    font-family: 'Open Sans', sans-serif;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: var(--primario_claro);
}

.titulo {
    color: var(--secundario);
    font-size: 35px;
    font-weight: 500;
    font-family: "Roboto";
    margin-bottom: 15px;
}

.paraph {
    font-size: 16px;
    line-height: 24px;
    color: #ddd;
}

.adorno {
    margin-bottom: 30px;
    height: 1px;
    width: 100px;
    background-color: var(--primario);
}

.adorno::after {
    content: '';
    display: block;
    height: 4px;
    width: 35%;
    border-radius: 0 0 100px 100px;
    background-color: var(--primario);
}

.llamar {
    position: relative;
    float: right;
    border-radius: 0;
    height: 52px;
    width: 52px;
    padding: 0 !important;
}

.llamar img {
    height: 26px;
}

.wathsapp {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #1bd741;
    border: 2px solid #ffffff;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wathsapp>span>img {
    object-fit: cover;
}

.centrado {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

header {
    position: relative;
    z-index: 2;
}

.barra_ampliada {
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 5;
    top: 0;
}

.navbar-nav {
    min-height: 45px;
}

.navbar-fixed-top {
    position: fixed;
    background-color: var(--primario);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.forma_logo {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35)) brightness(0.1);
    height: 130px;
    position: absolute;
    z-index: 2;
    right: calc(50vw + 110px);
}

.total_menu {
    border-bottom: 0;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.superior {
    background-color: #fff7f0;
}

.superior .container {
    padding-right: 7px;
}

.superior .nav {
    height: 75px;
}

.superior .nav li {
    padding: 45px;
}

.superior .nav li:last-child {
    padding-right: 0;
}

.superior .vertical-line {
    height: 45px;
    width: 0;
    margin: 0;
    padding: 0 !important;
    border-left: 1px solid lightgrey;
}

.menu_principal {
    background-color: transparent;
    position: relative;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.navbar-right {
    margin-right: 0px;
}

.menu_principal .navbar-right:last-child {
    margin-right: 0;
}

.navbar-brand {
    padding: 0;
    height: 0;
}

.navbar-brand>img {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    width: 410px;
    left: -40px;
    bottom: 23px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav>li {
    border-right: 1px solid #FFF;
}

.navbar-default .navbar-nav>li:last-child {
    border-right: unset;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0;
    font-family: "Roboto";
    padding: 0 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
}

.superior .contact_btn {
    display: flex;
    align-items: center;
}

.contact_btn span {
    margin: 0 8px;
}

.contact_btn span>.img {
    width: 30px;
    object-fit: cover;
    fill: var(--primario)
}

/*********/
/*Portada*/
/*********/

.img-portada {
    margin-top: 120px;
    position: relative;
}

.img-portada .img {width: 100%;      height: 50vw;}

.img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.4);
}

.corte-inferior {

    background-size: 100%;
    background-position-x: center;
    background-position-y: calc(100% + 2px);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.corte-inferior .st1{
    fill:#171717;
}
.st0_transparente {
    fill: var(--primario);
}

.portada {
    padding-top: 40px;
    background: #171717;
}

.portada .container {
    padding-top: 10px;
    padding-bottom: 80px;
}

.portada h1 {
    font-size: 50px;
    height: auto;
    font-weight: 700;
    line-height: 1;
}

.portada .adorno {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}


.portada .titulo {
    margin-bottom: 20px;
}

.section2 {
    background: linear-gradient(180deg, rgba(23, 23, 23, 1) 21%, #3d3d3d 90%);
}

.section2 .row::before,
.section2 .row::after {
    content: unset;
}

.section2 .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 80px;
    column-gap: 50px;
}

.skew {
    transform: skewY(2deg);
    height: 330px;
    overflow: hidden;
    border-radius: 10px;

}

.skew-img {
    transform: skewY(-2deg) translateX(-50%) translateY(-15px);
    width: 500px;
    height: 342px;
    position: relative;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/**************/
/*Presentacion*/
/**************/

.banner {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--primario);
}

.banner-gradient {
    background-image: linear-gradient(to right, transparent 20%, #936d4d 50%);
}

.forma-banner {
    height: 100%;
    width: 100%;
    filter: drop-shadow(0 9px 0 rgba(255, 255, 255, 0.4));
    position: absolute;
    background-size: 102%;
    background-position-y: top;
    background-repeat: no-repeat;
}


.banner .container {
    padding-top: 80px;
    padding-bottom: 80px;

}

.banner .row>div {
    display: flex;
    flex-flow: column;
}

.banner .box {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.banner .box img {height: 65px;}

.banner .container::before,
.banner .container::after {
    content: unset;
}

.banner .box span {
    flex-shrink: 0;
    height: 100px;
    width: 100px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

.banner h3 {
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    font-family: "Roboto";
    margin-bottom: 15px;
}

.banner p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #FFF;
    text-align: left;
}

.textaco iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

/******/
/*Mapa*/
/******/

.mapa iframe {
    height: 587px;
    object-fit: cover;
    width: 100%;
    margin-bottom: -5px;
}

/********/
/*Footer*/
/********/

footer {
    background-color: var(--primario);
}

footer .logo {
    object-fit: cover;
    width: 240px;
}

.info__content>ul>li .centrado h3:hover,
.info__content>ul>li .centrado p:hover,
.links>a:hover {
    color: lightgrey;
}

.info__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 53px;
    margin-bottom: 53px;
}

.info__content>ul {
    padding: 20px 30px;
    max-height: 85px;
    list-style: none;
    margin: 0;
}

.info__content>ul>li>a {
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: "Raleway";
    transition: color .3s ease;
}

.info__content>ul>li>a>span>img {
    width: 38px;
    height: 38px;
    transition: filter .3s ease;
}

.contacto_container {
    width: 285px;
    height: 83px;
    border: 1px solid #FFF;
    border-radius: 15px;
}

.contacto {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 0;
    max-height: auto;
}

.contacto span {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--primario_claro);
    margin-right: 10px;
}

.contacto span>.img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    fill: var(--primario);
}

.contacto a>h3 {
    margin: 0;
    font-size: 25px;
    color: var(--secundario);
    font-weight: 900;
    font-family: "Roboto";
}

.contacto a>p {
    margin: 0;
    line-height: 13px;
    font-size: 13px;
    color: var(--secundario);
    font-weight: 400;
    font-family: "Roboto";
}

footer .contacto a>h3,
footer .contacto a>p {
    color: #FFF;
}

footer .contacto span {
    background-color: #f6fbf8;
}

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto;
    color: #FFF;
    font-weight: 300;
}

.links>a {
    color: white;
    font-size: 13px;
    transition: color .3s ease;
    font-weight: 300;
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    padding: 0 7px;
}

.links>a:last-child {
    border: unset;
}

.copyright {
    height: 55px;
    background-color: #71533a;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}

.copyright p a {
    font-weight: 500;
}

.copyright p a:hover {
    color: var(--primario_claro);
}

.copyright p,
.copyright p a {
    color: white;
    font-size: 11px;
    margin-bottom: 0;
}
.interiores{
    background:linear-gradient(180deg, rgba(23, 23, 23, 1) 21%, #3d3d3d 90%);
}
.interiores .textaco, .interiores p{
    color:#ddd;
}
@media (min-width: 1850px) {
    .banner {
        background-size: auto 135%;
        background-position-y: center;
    }
    .banner .container {
        /*padding-top: 10vw;*/
        /*padding-bottom: 10vw;*/
    }
}

@media (max-width: 1200px) {
    .forma_logo {
        right: calc(50vw + 40px);
    }
}

@media (max-width: 992px) {
    .banner .box {
        padding: 20px 0;
    }

    .forma_logo {
        height: 70px;
        left: -400px;
        right: auto;
    }

    .superior {
        display: none;
    }

    .section2 .row {
        flex-flow: column;
    }

    .section2 .row>div:first-child {
        margin-bottom: 60px;
    }

    header .menu_principal::after {
        content: unset;
    }

    header .container {
        max-width: 100%;
        width: 100%;
    }

    .img-portada {
        margin-top: 52px;
    }

    .portada .container {
        padding-bottom: 40px;
    }

    .portada .row {
        flex-flow: column;
        margin-top: 0;
        row-gap: 50px;
    }

    .portada .row>div:last-child {
        justify-content: center;
    }

    .navbar-brand>img {
        width: 180px;
        left: 15px;
        bottom: -45px;
    }

    .total_menu {
        height: 54px;
    }

    header .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .banner .vertical-line {
        display: none;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 15px;
    }

    .navbar-default .navbar-toggle {
        display: block;
        margin: 0px;
        padding: 20px 15px;
        background-color: white;
        border-radius: 0;
        border: unset;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: white;
    }

    .toggled .navbar-default .navbar-toggle {
        background-color: var(--secundario);
    }

    .toggled .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--secundario);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .sidebar-wrapper {
        margin-top: 53px;
        opacity: 1;
        background: var(--secundario);
    }

    .right .sidebar-nav li a {
        color: #fff;
        padding: 13px 0;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .sidebar-nav li.active a {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .sidebar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .sidebar-wrapper.right {
        height: calc(100% - 52px);
    }

    .sidebar-nav li img {
        height: 26px;
        margin-left: 0;
    }

    .sidebar-nav li span {
        margin-right: 10px;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .banner {
        background: var(--primario) !important;
    }

    .banner .row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .info__content {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        flex-flow: column;
    }

    .info__content>ul {
        justify-content: space-around;
        align-items: center;
    }

    .info__content>ul>li {
        max-width: max-content !important;
        width: auto;
    }

    .skew {
        max-width: 480px;
        margin: 0 auto;
    }

    .skew-img {
        transform: skewY(-2deg) translateX(-50%) translateY(-20px);
        height: 350px;
    }
}

@media (max-width: 768px) {
    .corte-inferior {
        /*
        height: 400px;
        */
    }

    .portada h1 {
        font-size: 50px;
        line-height: 50px;

    }

    .portada .paraph {
        text-align: justify;
    }

    .copyright {
        text-align: center;
        flex-flow: column;
        row-gap: 10px;
    }
}

@media (max-width: 500px) {
    .portada h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .titulo {
        font-size: 35px;
    }

    .copyright {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
