* {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    font-weight: 300;
}

.nav-margin{
    margin-bottom: -29px;
}

.brandMarg{
    margin-top: -11px;
}

ul.navbar-nav{
    list-style: none;
    padding-left: 0.6rem; 
    white-space: nowrap;
}


ul.navbar-nav li::before {
    content: "•";
    color: #C6805E;
    font-size: 2.8em; 
    display: inline-block;
    margin-top: -1.2px;
    margin-right: -5px;
    vertical-align: middle;
    line-height: 1
}

.logo,.logoSpan{
    font-size: 40px
}

.logo{
    color: #C6805E;
}

.logoSpan{
    color: #4A4A4A;
}

.tagline {
    font-size: 12px;
    color: #4A4A4A;
    padding-left: 72px;
    margin-top: -10px;
}

#photo{
    min-height: 89vh;
    max-height: 625px;
    max-width: 100%;
    object-fit: fill;
    border-radius: 0 6rem 6rem 0;
}

.customF{
    padding-top: 1.6rem!important;
}

.fontCustom{
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: justify;
}

.custom-rounded{
    border-radius: 1rem !important;
}

.customFirst{
    margin-bottom: 1.5px;
}

.customSecond{
    background-color: #2A6465;
    margin-left: -150px;
    margin-bottom: 1.5px;
}

.customThree{
    margin-bottom: 3px;
}

.customfourth{
    background-color: #C6805E;
    margin-left: -80px;
}

.text-customFoot{
    color: #C6805E;
    margin-right: 5px;
}

ul.custom-bullets {
    list-style: none;
    padding-left: 0rem; 
    white-space: nowrap;
}
  
ul.custom-bullets li::before {
    content: "•";
    color: #2A6465;
    font-size: 2.8em; 
    display: inline-block;
    /*margin-left: -0.4em;*/ 
    margin-top: -2px;
    vertical-align: middle;
    line-height: 1
  }

.c-footer{
    margin-right: 25px;
}

.wrapper{
    max-width: 1700px;
    margin: 0 auto;
}

@media (max-width: 1250px) and (min-width: 768px) {
    .wrapper {
        min-width: 1200px !important;
        overflow-x: auto;
    }

    #photo{
        min-height: 610px !important;
    }
}

@media (max-width: 768px) {

    .nav-margin{
        margin-bottom: 0px;
    }

    .logo,.logoSpan{
        font-size: 24px;
    }

    .nav-link{
        margin-left: 20px;
        font-size: 20px !important;
        
    }

    .logoSpan{
        margin-right: -14px;
    }
    .tagline {
        font-size: 7.8px;
        padding-left: 37px;
        margin-top: -7px;
    }
    
    #photo{
        min-height: 50%;
        min-width: auto;
        border-radius: 2rem 2rem 2rem 2rem;
        margin-bottom: 7px;
    }
    

    .customFirst{
        padding: 0rem 1rem 0.5rem 1rem;
        margin-top: 20px;
        margin-left: 0; 
        text-align: justify;
    }

    .customSecond{
        padding: 1rem 1rem 1rem 1rem;
        margin-top: 10px;
        margin-left: 0; 
        text-align: justify;
    }
    .customThree {
        padding: 1rem 1rem 1rem 1rem;
        margin-top: -5px;
        margin-left: 0;
        text-align: justify;
    }

    .customfourth {
        padding: 1rem 1rem 1rem 1rem;
        margin-top: -5px;
        margin-left: 0;
        text-align: justify;
    }

    .custom-rounded {
        border-radius: 1rem !important; /* Cambia el borde redondeado a un valor menor */
    }
    .custompad{
        padding-top: 9px;
        padding-left: 40px;
    }
    .navbar-collapse{
        border-radius: 20px;
        margin-top: 10px;
        margin-left: -5px;
        padding-right: 30px;
        position: absolute;
        background: rgb(255,255, 255,0.9);
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .customfoot{
        margin-top: 20px;
    }
} 

@media (max-width: 430px) {
    
    .custom-size-f{
        font-size: 17px !important;
    }
}