*{
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
}

body{
    padding: 0rem;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
}

.textColorPrincipal{
    color:#cc9d75;
    font-size: x-large;
}

.textDecorationNone{
    text-decoration: none;
    font-size: 19px;
}

header{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    float: left;
    width: 98%;
    
}

header .logo{
    float: left;
    width: 10%;
}

header #groupMenu{
    float: right;
    margin-top: 1rem;
}

.text-legend{
    color: #fff;
    font-size: xx-large;
}

.leyend{
    position: absolute;
    top: 35%;
    left: 25%;
    right: 25%;
    bottom: 0;
    margin: auto;
}

header #groupMenu #facebook a{
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding-right: 10px;
}

header #groupMenu menu{
    float: left;
    size: 15px;
}

header #groupMenu menu li{
    border-left: 2px solid #cc9d75;
    float: left;
    list-style: none;
    padding: 5px;
}

.service-text-title{
    text-align: center;
}

.service-section{
    background-color: #cc9d75;
    width: 100%;
    padding: 0px;
    float: left;
}

.service-box{
    margin: auto;
    width: 35%;
    padding: 10px;
    color: #ffffff;
}

footer{
    background-color: #38b6ff;
    text-align: center;
    color: #ffffff;
    padding: 1rem;
    width: 100%;
    float: left;
}

.banner-section{
    float: left;
}

section .services-title{
    text-decoration: underline;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

section .section-services, .section-projects{
    margin-top: 10px;
    margin-bottom: 10px;
}

.container{
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
}

.videos ul, .photo ul{
    float: left;
}

.photo ul li{
    list-style: none;
    float: left;
    display: block;
    padding: 10px;
}

.photo ul li img{
    width: 350px;
}

.videos {
    margin-top: 10px;
}

.photo{
    margin-top: 10px;
    float: left;
    width: 100%;
}

.text-style{
    margin-top: 20px;
}

.videos ul li{
    list-style: none;
    float: left;
    margin: 2px;
    margin-left: 30px;
    margin-right: 30px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 19px;
}

header .logo img {
    width: 100px;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

header nav ul li {
    display: inline;
}

header nav ul li a {
    text-decoration: none;
    color: #333;
}

.hero {
    position: relative;
    width: 100%;
    height: 41rem;
    float: left;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
}

.services {
    background-color: #f1b292;
    padding: 20px;
    text-align: center;
}

.service-section .service-box h2 {
    margin: 0;
}

.services p, .services ul {
    margin: 10px 0;
}

footer {
    background-color: #0074b7;
    color: white;
    text-align: center;
    padding: 25px 0;
}

.form-contact{
    background-color: #ded8cf;
    padding: 10px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    padding: 10px;
    padding-right: 10px;
    padding-right: 20px;
}

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

.content-revert{
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%;
}

.formulario{
    padding: 10px;
    width: 100%;
}

.advancedForm{
    float: left;
    width: 100%;
}

.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}
h2 {
    text-align: center;
    color: #333;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 0px;
    padding-left: 10px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
}
.gender-group, .hobbies-group {
    margin-bottom: 15px;
}
.submit-btn {
    width: 25%;
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #cc9d75;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: 35%;
}
.submit-btn:hover {
    background-color: #0074b7;
    color: #fff;
}

footer{
    position: fixed;
    bottom: 0;
}