@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: 'Gideon Roman', serif;
font-family: 'Montserrat', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
html {
    line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
    width: 100%;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
    overflow-x: hidden;
}
.container {
    max-width: 1500px;
    margin: 0;
    
}

.menubar {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #192D24;
    padding: 0px 30px;

    & .logo img {
        height: 45px;
    }
    & label {
        cursor:pointer;
        display:none;
    }
    & .menu-icono {
        width: 25px;
    }
    & #menu {
        display: none;
    }
    & .navbar {
        float: left;
    }
        &  ul li {
        float: left;
        }
             & a {
                font-size: 14px;
                padding: 2px 15px;
                color: #fff;
                display: inline-block;
                font-weight: 500;

                &:hover {
                    color: #565557;
                    text-shadow: 3px 3px 10px #000;
                }
             }
}
.inicio-content {
    display:inline-flex;
    justify-content: space-between;
    background-image: url(IMAGENES/BACKGROUND.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 95vh;
    

    & .header-logo {
        flex-basis: 100%;
        align-items:center;
        text-align: center;
    
        & #logotipo-horizontal {
            z-index: 0;
            max-width: 50%;
            width: auto;
            padding-top: 70px;
            padding-left: 5%;
        }
        
        & h1 { 
            font-family: "Asap Condensed", sans-serif;
            font-weight: 200;
            font-style: normal;
            padding: 30px 0;
            font-size: 20px;
            font-weight: 900;
            color: #D17111;
              -webkit-text-stroke-width: 1px;
              -webkit-text-stroke-color: #fff;
            text-shadow: 4px 2px 25px #000000;

        }
        }
}

.call-btn {
    position: fixed;
    top: 70vh;
    left: 10vh;
    display: block;
    padding: 10px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #D12B15;
    border-radius: 50px;
    box-shadow: 5px 5px 5px #424142;

    &:hover { 
        background-color: #ecf39e;
        box-shadow: 5px 5px 10px #69686a
    }
    & img {
        animation-name: change-sizes;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
}

.btn-1 {
    display: inline-block;
    padding: 13px 35px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: #D17111;
    border-radius: 25px;
    box-shadow: 1px 1px 15px #030303;
    border: 2px solid #fff;


    &:hover { 
        background-color: #E6B28C;
        box-shadow: 5px 5px 10px #69686a
    }
    & img {
        max-height: 25px;
    }
}


.about {
    display: flex;
    padding: 30px 0 0 0;
    background-color: #192D24;

    & .about-maping {
    flex-basis: 40%;
    display: flex;
        & img {
        max-width: 100%;
        }
    }
}
.about .about-content {
    flex-basis: 60%;
    padding-top: 0px;
    align-items: center;

    & h2 {
    line-height: 1;
    margin-bottom: 30px;
    font-family: "Asap Condensed", sans-serif;
    font-style: normal;
    padding: 0px 0px;
    font-size: 50px;
    font-weight: 900;
    color: #D17111;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 4px 2px 25px #000000;
    }
    & p {
    text-align: justify;
    font-size: 16px;
    color: #fff;
    
    color: #fff;
    padding: 15px 40px;
        & span{
         font-weight: 700;
        }
     }
     & .btn-1 {
        margin-top: 8%;
        margin-left: 25%;
     }

}

.pcar {
    padding: 100px 70px;
    background-color: #192D24;
}
.pcar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-1 {
    flex-basis: calc(16% - 20px);
    border-radius: 40px;
    margin-right: 20px;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 2px 2px 4px #69686a;
    &:hover {
        box-shadow: 4px 4px 8px #69686a;
    }
    & img {
        width: 200px;
        margin-top: -70px;

        &:hover {
            width: 200px;        
        }
    }
    & h3 {
        text-transform: uppercase;
        font-family: "Asap Condensed", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 25px;
        font-weight: 600;
        color: #ffffff;
    }
}


.pcardes-container {
    padding: 30px 40px 0px 0px;
    text-align: justify;
    font-size: 16px;
    color: #fff;
    & span {
    font-weight: 700;
    }
}
.disponibilidad {
    display: flex;
    padding-top: 0px;
    background-color: #192D24;

    & .disponinilad-content {
    flex-basis: 70%;
    display:inline;
    align-items: center;

        & h2 {
            padding: 0px 15%;
            line-height: 1;
            margin-bottom: 30px;
            font-family: "Asap Condensed", sans-serif;
            font-style: normal;
            font-size: 50px;
            font-weight: 900;
            color: #D17111;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #fff;
            text-shadow: 4px 2px 25px #000000;
            }
        & p {
            text-align: justify;
            color: #fff;
            padding: 15px 20%;
                & span {
                    font-weight: 700;
                }

        }



    }


    & .disponibilidad-img {
        flex-basis: 30%;
        
        & img {
            padding-right: 30%;
            padding-bottom: 20%;
        
            width: 100%;  
        }
    }

}

.cotiza {
    display: flex;
    padding: 90px 0 0 0;
    background-color: #192D24;
    text-align: center;

    & .cotiza-img {
        flex-basis: 40%;

        & img {
            padding-left: 10%;
            padding-right: 70px;
            height: 50vh;
        }

    }
    & .cotiza-container {
        flex-basis: 60%;
        display:inline;
        justify-content: space-between;
        align-items: center;

        & h2 {
            margin-bottom: 30px;
            line-height: 1;
            margin-bottom: 30px;
            font-family: "Asap Condensed", sans-serif;
            font-style: normal;
            font-size: 55px;
            font-weight: 900;
            color: #D17111;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #fff;
            text-shadow: 4px 2px 25px #000000;
            padding: 0 50px 0 0;

        }
        & p {
            padding: 20px 40px;
            color: #fff;
            text-align: justify;
            & span {
                font-weight: 700;
            }
        }
        & #btn-coti {
            margin-top: 30px;
            
        }
    }
}

.contacto {
    display: flex;
    padding: 50px 0 0 0;
     background-color: #192D24;

    & .contacto-content {
        padding: 30px;
        flex-basis: 50%;

        & h2 {
            line-height: 1;
            margin-bottom: 30px;
            font-family: "Asap Condensed", sans-serif;
            font-style: normal;
            font-size: 55px;
            font-weight: 900;
            color: #D17111;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #fff;
            text-shadow: 4px 2px 25px #000000;
            padding: 0 30px;
        }
        & p {
            padding: 0 50px;
            text-align: justify;
            color: #fff;
        }
        & ul {
            display: flex;
            justify-content: space-between;
            padding: 30px 50px;
        }
    }
    & .contacto-img {
        flex-basis: 50%;
        width: 50VW;
        & img {
            width: 100%;
        }
    }
}

.footer {
    background-color: #192D24;
    
    padding: 15px 0;
    text-align: center;

    & h4 {
        font-weight: 100;
        color: #ffffff;
        font-size: 15px;
    }
}
div.row{
    margin-right: 0px;
 }
 
 div.container-fluid{
    padding-right: 0px;
 }


/* Responsive Tamaño TELEFONO */
@media (width <= 430px) {
/*     *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    } 

    body{
        width: 100%;
        min-height: 100vh;
        border: 5px dashed black;
    } */
    .menubar {
        padding: 5px;
        
        & label {
            padding-right: 15px;
            display: initial;
        }
        & .navbar {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #565557;
            display: none;
            & ul {
                align-items: center;
                text-align: center;

                & li {
                    width: 100%;
                }
            }
        }
    }
    #menu:checked~.navbar {
        display: initial;
    }
    .call-btn {
        position: fixed;
        top: 85vh;
        left: 4vh;
        display: block;
        padding: 7px 7px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        background-color: #D12B15;
        border-radius: 50px;
        box-shadow: 5px 5px 5px #2d2c2e;
        height: auto;
        width: auto;
    
        &:hover { 
            background-color: #ecf39e;
            box-shadow: 5px 5px 10px #69686a
        }
        & img {
            animation-name: change-size-mini;
            animation-duration: 2s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
    }
    .inicio-content {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        background-image: url(IMAGENES/BACKGROUND-PHONE.png);
        background-attachment: fixed;
        background-size: cover;

        & .header-logo {
            flex-basis: 100%;
            align-items:center;
            text-align: center;
        
            & #logotipo-horizontal {
                z-index: 0;
                max-width: 90%;
                width: auto;
                padding-top: 30px;
                padding-left: 5%;
                padding-right: 5%;
            }
            & h1 { 
                padding: 20px 10px;
                font-size: 5px;
                font-weight: 900;
                font-size: 15px;
                color: #fff;
                 -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #000000;

            }
            }
    }
    .about {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;

        & .about-content {
            max-width: 100%;
            display: inline;
            align-items: center;
            text-align: center;

            & h2 {
                font-size: 28px;
            }
            & p {
                font-size: 12px;
            }
            & .btn-1 {
            margin-top: 10px;
            margin-left: 0;
            }
         }
        & .about-maping {
            max-width: 100%;

            & img {
                width: 100%;
            }
        }
    }
    .pcar {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px 35px;

        & .pcar-content {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            & .card-1 {
                border-radius: 20px;
                margin-right: 10px;
                margin-left: 10px;
                text-align: center;
                padding: 15px 10px;
                width: 100%;
                margin-top: 85px;
                
                & img {
                    width: 25vw;
                }
                & h3 {
                    font-size: 15px;
                }
            }
        }
        & .pcardes-container {
            padding: 20px 15px;
            
            & p {
                font-size: 12px;
            }
        }
    }
    .disponibilidad {
        padding: 20px 5px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        & .disponinilad-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;

            & h2 {
                font-size: 25px;
            }
            & p {
                padding: 20px 50px;
                font-size: 12px;
            }
        }
        & .disponibilidad-img {
            width: 100%;
            margin-left: 15%;
            margin-right: 15%;
            padding-right: 0;
            padding-bottom: 0;
            padding-top: 20px;
            align-items: center;
            text-align: center;
            & img {
                width: 100%;
            }
        & a { 
            width: 100%;
            height: 100%;
            padding: 0;
        }
        }
    }
    .cotiza {
        padding: 20px 5px;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;

        & .cotiza-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;

            & h2 {
                font-size: 35px;
                padding: 20px 30px;
                margin-bottom: 0px;
            }
            & p {
                padding: 0px 50px;
                font-size: 12px;
            }   
        }
        & .cotiza-img {
            width: 100%;
            align-items: center;
            text-align: center;
            & img {
                margin-top: 40px;
                height: 25vh;
                max-width: 100%;
            }
        }
    }
    .contacto {
        padding: 0px 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        & .contacto-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            & h2 {
                font-size: 30px;
                padding: 15px 30px;
                margin-bottom: 0px;
            }
            & p {
                padding: 0px 20px;
                font-size: 12px;
            }  
            & a {
                padding: 10px 15px;
                margin: 12px;       
                & img {
                    width: 25px;
                }
            } 
        }
        & .contacto-img {
            width: 100%;
            align-items: center;
            text-align: center;
            & img {
                margin-top: -20px;
                width: 100%;
            }
        }
    }
    .footer h4 {
        font-size: 8px;
    }
  }


@keyframes change-sizes {
    0% { height: 70px;
        width: 70px;
    } 
    50% { height: 90px;
        width: 90px;
    }
    100% { height: 70px;
        width: 70px;
    } 
}

@keyframes change-size-mini {
    0% { height: 35px;
        width: 35px;
    } 
    50% { height: 45px;
        width: 45px;
    }
    100% {height: 35px;
        width: 35px;
    } 
}




