@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Text+Me+One&display=swap');
@font-face {
    font-family: Clip;
    src: url("https://acupoftee.github.io/fonts/Clip.ttf");
  }
:root {
    --bg-color: #11001e;
    --bg-gradient: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
    --bg-gradient-w: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    background-blend-mode: normal, color-burn;
    --bg-gradient-th: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
    --color-first: #ffff;
    --color-sec: #BB398F;
    --color-th: #4BB7C4;
    --color-ur: #81a9c8;
    --color-ve: #1d1d1d;
    --font-primary: "Lato", sans-serif;
    --text-size-nav: 16px;
    --text-size-first: 2.5rem;
    --text-size-sec: 2.5rem;
    --text-size-th: 1.2rem;
    --text-size-ur: 0.9rem;
    --text-size-ve: 0.75rem;
    --text-line-texts: 2.2rem;
    --background: #f3a683;
    --base: #BB398F;
    --accent: #7af2ff;
    --shadow: #BB398F;
}

* {
    scroll-behavior: smooth;

    text-decoration: none;
    list-style: none;
    border: 0px;
    font-weight: 300;
    margin: 0px;
}
.fixed{
    position: fixed;
    background-color: #222;
    height: 50px;
    z-index: 9800;
}
header.fixed #header{
    margin-top: 0px;
}
header.fixed .header__logo{
    top: -5px;
    position: relative;
}
header.fixed .navbar{
    top: -5px;
}
header.fixed .header__logotext{
    width: 110px;
    top: 5px;

}
header.fixed .header__svg{
    width: 20px;
    top: 0px;

}
b {
    font-weight: 600!important;
}
p{
    font-weight: 400;
 
}

main {
    scroll-behavior: smooth;

}

body {
    background-color: #000;
    color: var(--color-first);
    background-blend-mode: multiply;
    font-family: var(--font-primary);
}

.container {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#header {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
}

header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.header__logo {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
}

.header__logotext {
    width: 150px;
    position: relative;
    left: 10px;
    top: -2px;
    height: auto;
    fill: #fff;
}

.header__svg {
    position: relative;
    top: -10px;
    width: 30px;
    stroke: #fff;
    stroke-width: 11;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;


}

.path1 {
    stroke: #fff;
    fill: #ffff;
    stroke-width: 11;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;

}

.path2 {
    stroke: #ffff;
    fill: #ffff;
    stroke-width: 11;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
}

.navbar-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.navbar-list li {
    padding: 10px;
}

.navbar-list a {
    font-family: var(--font-primary);
    color: var(--color-first);
    font-weight: 500;
    font-size: var(--text-size-nav);
    text-decoration: none;
}

.navbar-list a:hover {
    color: var(--color-th);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.header__nav {
    width: 50%;
    top: -10px;
}

.header__nav label span {
    font-size: 32px;
    display: none;
    color: #fff
}

#toggle-menu {
    display: none;
}

.carousel-inner{
    border-radius: 0px 0px 120px 0px;
}
#hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #000;


}

#fiestas {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 6%, rgba(48, 43, 99, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 6%, rgba(48, 43, 99, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 6%, rgba(48, 43, 99, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#302b63", GradientType=1);
    animation: bgcards 5s  linear;
    -webkit-animation: bgcards 5s  linear;
}

#edicion {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #000;
}

#bgHome {
    min-width: 90%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.8;
}

#fiestas .f1 {
    position: absolute;
    background-image: url('../img/f1.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25vw;
    height: auto;
    min-height: 2100px;
    top: 10%;
    left: 45%;
    z-index: 2;
    animation: personAnimation 36s infinite linear, personAnimation2 5s  ease-in-out;
    -webkit-animation: personAnimation 36s infinite linear, personAnimation2 5s  ease-in-out;
}

.conffeti {
    z-index: 1;
    position: absolute;
    width: 110%;
    left: -100px;
    top: -120px;
    min-height: 110vh;
    background-image: url('../img/conffeti2.webp');
    background-size: 100%;
    background-repeat: repeat;
    animation: confettiAnimation 55s infinite linear, confettiAnimation2 5s ease-in-out;
    -webkit-animation: confettiAnimation 55s infinite linear, confettiAnimation2 5s ease-in-out;
}

.squares {
    position: absolute;
    top:20%;
    left: 35%;
    width: 700px;
    height: 700px;
    opacity: 1;
    z-index: 1;
    animation: squaresAnimation 5s  linear;
    -webkit-animation: squaresAnimation 5s  linear;
}
#fiestas h1 {
    text-transform: uppercase;
    font-size: 75px;
    line-height: 90px;
    text-shadow: -1px 1px 8px rgba(20, 20, 20, 0.31);
    padding-top: 20vw;
    font-weight:600;
    animation: title 5s  linear, contentButton 1s ease 0.4s 1 normal both;
    -webkit-animation: title 5s  linear, contentButton 1s ease 0.4s 1 normal both; 
}

#fiestas h1 span {
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1.3px;
    font-size: 75px;
    -webkit-text-stroke-color: #00ffea;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.11);
    animation: titleSpan 5s  linear, contentButton 1s ease 0.4s 1 normal both;
    -webkit-animation: titleSpan 5s  linear, contentButton 1s ease 0.4s 1 normal both; 
}

#fiestas h1 span:nth-child(1) {
    font-size: 150px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1.4px;
    text-shadow: -1px 1px 0px rgba(226, 0, 226, 0.16);
     animation: titleSpanP 5s  linear;
    -webkit-animation: titleSpanP 5s  linear; 
    font-weight: 600;

}

#hero h1 {
    text-transform: uppercase;
    font-size: 81px;
    line-height: 70px;
    text-shadow: -1px 1px 8px rgba(20, 20, 20, 0.31);
    padding-top: 15vw;
    font-weight: 600;

}

#hero svg {
margin-bottom: 0px;
padding-bottom: 0px;
}
#hero svg text {
    font-family: var(--font-primary);
    letter-spacing: 10px;
    stroke: #9ac9ff;
    font-size:95px;
    font-weight: 700;
    stroke-width: 2;
    animation: textAnimate 5s infinite alternate;
    color: transparent;

  }
#hero .span3 {
    -webkit-text-stroke-width: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height:0px;
    position: relative;
    top: -70px;
    animation: none;
    -webkit-animation: none;
}
.carousel-control-next, .carousel-control-prev{
    position: relative;
    z-index: 999999999999999999999999!important;
}
.box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .titles {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
    }
      .block {
        width: 0%;
        height: inherit;
        background: #ffb510;
        position: absolute;
        animation: mainBlock 0.4s cubic-bezier(.74, .06, .4, .92) forwards;
        display: flex;
        -webkit-animation: mainBlock  0.4s cubic-bezier(.74, .06, .4, .92) forwards;
}

    .titles  h1 {
        color: #fff;
        font-size: 75px;
        text-transform: uppercase;
        opacity: 1;
        display: flex;
        align-items: baseline;
        position: relative;
        font-weight: 700;
    }
    .box p {
        animation: secFadeIn 2s forwards;
        animation-delay: 1.3s;
        opacity: 0;
        font-weight: 400;
        color: #ffffff;
        font-size: 33px;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-top:0px;
        padding-left:0px;
        z-index: 90000000000;    text-shadow: -1px 1px 8px rgba(20, 20, 20, 0.11);
    }
      .box p span{
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke-width: 1.3px;
        -webkit-text-stroke-color: #00ffea;

      }
    .roles {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      height: 30px;
      margin-top: -10px;
    }
      .block {
        width: 0%;
        height: inherit;
        background: var(--color-sec);
        position: absolute;
        animation: secBlock  0.6s cubic-bezier(.74, .06, .4, .92) forwards;
        animation-delay: 1s;
        display: flex;
        padding-bottom: 10px;
        margin-top:20px;

      }
      .cool  {
        text-align: left;
         padding-top: 20vw;
         width: 850px;
         margin-bottom: 30px;
    }  .cool  {
        text-align: left;
         padding-top: 20vw;
         width: 850px;
         margin-bottom: 30px;
    }
      .cool span {
        font-family: var(--font-primary);
        font-size:64px!important;
        line-height: 30px;
        margin-top: 0px;
        font-weight: 600;
        z-index: 4;
        text-transform: uppercase;
        position: relative;
        max-width: 850px;
        color: #fff;
        display: inline-block;
        position: relative;
        -webkit-text-stroke-width: 1.3px;
        -webkit-text-stroke-color: #ffffff;
        padding-top: 20px;
        text-shadow: -1px 1px 8px rgba(20, 20, 20, 0.11);

      }

      .cool span:nth-child(1)::before, .cool span:nth-child(1)::after {
        -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
      }
      .cool span:nth-child(2)::before, .cool span:nth-child(2)::after {
        -webkit-animation-delay: 0.35s;
                animation-delay: 0.35s;
      }
      .cool span:nth-child(3)::before, .cool span:nth-child(3)::after {
        -webkit-animation-delay: 0.45s;
                animation-delay: 0.45s;
      }
      .cool span:nth-child(4)::before, .cool span:nth-child(3)::after {
        -webkit-animation-delay: 0.55s;
                animation-delay: 0.55s;
      }
      .cool span:nth-child(5)::before, .cool span:nth-child(3)::after {
        -webkit-animation-delay: 0.55s;
                animation-delay: 0.55s;
      }

      @media (prefers-reduced-motion) {
        .cool span {
          color: var(--color-first);
        }
      }
      .cool span::before {
        -webkit-animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 2 normal both;
                animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 2 normal both;
        color: var(--accent);
      }
      .cool span::after {
        -webkit-animation: max-width 0.5s cubic-bezier(0.61, 1, 0.88, 1) 2 normal both;
                animation: max-width 0.5s cubic-bezier(0.61, 1, 0.88, 1) 2 normal both;
        color:  transparent; 
      
      }
      .cool span::before, .cool span::after {
        content: attr(data-text);
        left: 0;
        overflow: hidden;
        position: absolute;
      }
      @media (prefers-reduced-motion) {
        .cool span {
             color: var(--base);
        }
      }
     
      @media (prefers-reduced-motion) {
        .cool span::before, .cool span::after {
          -webkit-animation: none;
                  animation: none;
          content: "";
        }
      }
      
    
.hero__content {
    position: relative;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    text-align: center;
}


.hero__content::before,
.hero__mask {
    content: '';
    position: absolute;
    z-index: 1;
    top: 25vw;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 1500px;
    height: 90vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hero__content::before {
    background: url(../img/circuito-01.svg);
    opacity: 0.3;
}

.hero__mask {
    display: grid;
    place-items: center;
    mask: url(../img/circuito-01.svg);
    -webkit-mask: url(../img/circuito-01.svg);
    box-shadow: -3px 0px 25px 1px rgba(37, 255, 255, 0.75);
    -webkit-box-shadow: -3px 0px 25px 1px rgba(37, 255, 255, 0.75);
    -moz-box-shadow: -3px 0px 25px 1px rgba(37, 255, 255, 0.75);
}

.hero__mask::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 140px 130px 140px 130px;
    border: 15px solid rgb(132, 141, 240);
    animation: recorrido 8s infinite;
    animation-delay: 0.5s;
    -webkit-animation: recorrido 8s infinite;
    overflow: hidden;
}



.hero__titulo {
    font-family: var(--font-primary);
    font-size: var(--text-size-first);
    animation: contentButton 1s ease 0.9s 1 normal both;
    -webkit-animation: contentButton 1s ease 0.5s 1 normal both;
    margin-top: 0px;
    line-height: 4rem;
    font-weight: 400;
    z-index: 4;
    position: relative;
    color: #fff;
}

.hero__titulo span {
    font-size: 4rem;
}

.cel {
    width: 200px;
    height: 300px;
    position: relative;
    background-image: url(../img/iPhone0.jpg);
    background-size: 100%;
    animation: cel-animated 2s infinite;
    display: none;
}

.hero__button {
    border-radius: 8px;
    padding: 12px 15px;
    background-color: var(--color-sec);
    color: var(--color-first);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
    font-size: var(--text-size-ur);
    animation: contentButton 2s ease 0.4s 1 normal both;
    -webkit-animation: contentButton 2s ease 0.4s 1 normal both;
    font-weight: 300;
    margin-top: 40px;
    z-index: 5;
    position: relative;
}

.hero__button:hover {
    color: var(--color-sec);
    background-color: var(--color-first);
}


#cards {
    min-height: 100vh;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 1) 65%, rgba(82, 0, 92, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 1) 65%, rgba(82, 0, 92, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 65%, rgba(82, 0, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#52005c", GradientType=1);
    margin: 0px;
    padding: 5vw 0px;
    padding-bottom: 10vw;
    position: relative;

}

.cards__imagen {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -290px;
    top: 170px;
    text-align: left;
}

.cards__imagen video {
    width: 1200px;
}

.cards__content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.tabs {
    justify-content: center;
    margin-bottom: 20px;
}

.tab-link {
    height: 650px;
    width: 350px;
    border-radius: 40px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 30px;
    margin: 20px 15px;
    font-weight: 400;
    backdrop-filter: blur(10px);
    position: relative;
    top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    opacity: 0.96;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tab-link:hover {
    opacity: 1;
    background-size: 130%;
}
.tab-link:hover #cards {
    background-color:red!important
   
}

.tab-link p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    line-height: 23px;
    margin-top: 50px;
    align-items: center;
}

.tab-link p span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.tab-link h5 {
    position: absolute;
    bottom: 10px;
    left: 85%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;

}

.tab-link h5 i {
    font-size:36px;
}

.tab-link h5 span:hover {
    font-size: 34px;
}

.tabs .tab-link:nth-child(1) {
    background-image: url('../img/invitaciones.webp');
}

.tabs .tab-link:nth-child(2) {
    background-image: url('../img/desarrollo.webp');
}

.tabs .tab-link:nth-child(3) {
    background-image: url('../img/videos.webp');
}


.tab-link:hover.tab-link h5 i  {
    color:var(--color-sec);
}

.tab-link.active {
    background-color: transparent;
}

.tab-content {
    display: none;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    padding: 90px 50px;
    padding-bottom: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 6px 0px;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 98vh;
    overflow-y: auto;
    z-index: 9900;
    text-align: left;
    border-radius: 15px;
}

.tab-content::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #350036;
}

.tab-content::-webkit-scrollbar-thumb {
    background: #dddd;
    border-radius: 15px;
}

.tab-content.active {
    display: block;
}
.sign {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    letter-spacing: 2;
    left:-11vw;
    bottom: -25%;
    font-family: "Clip";
    text-transform: uppercase;
    font-size: 3em;
    color: #ffe6ff;
    animation: shine 2s forwards, flicker 3s infinite;
    -webkit-animation: shine 2s forwards, flicker 3s infinite;
}
.blur {
    filter: blur(5px);
    opacity: 0.5;
}

body.modal-open {
    overflow: hidden;
    background-color: #000!important;

}
#about.modal-open {
    filter: blur(5px);

    /* Evita el desplazamiento de la página principal */
}

#invitaciones img, #video img {
    width: 33%;
    margin: 20px 0px;
}

#web img {
    width: 75%;
    margin: 20px 0px;
}


.tab-content .close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    background-color: #333;
    color: #fff;
    padding: 5px 7px 0px 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.tab-content button:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.tab-content ul {

    margin: 0;
}

.tab-content ul li {
    list-style: circle;
    line-height: 30px;
    font-size: 19px;
    margin: 10px 0px;
    font-weight: 400;
}

.tab-content p {
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;

}

.tab-content h2 {
    font-size: 55px;
    color: #333;
    font-weight: 600;
}

.tab-content h5 {
    line-height: 30px;
    font-weight: 600;

}
.tab-content h4 {
    font-weight: 600;
}
.tab-content span {
    font-weight: 500;
}

.tab-content ul span {
    font-weight: 600;
    color: #009baf;
}

.tab-content span:nth-child(2) {
    color: #009baf;

}

.tab-content a button {
    background-color: var(--color-sec);
    padding: 10px 20px;
    color: #fff;
    margin: 10px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 500;
}

.cards__titulo {
    font-size: 65px;
    font-weight: 600;
    padding: 20px 0px;
    text-align: left;
    padding-left: 40px;
    margin: 0 auto; 
    text-align: center;
    z-index:90000;
    position: relative;
    color: #fff
}

.cards__titulo span {
    color: transparent;
    -webkit-text-stroke-width: 1.3px;
    -webkit-text-stroke-color: #fff;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.11);
    text-transform: uppercase;
}

.cards__img {
    width: 350px;
    position: absolute;
    left: 65%;
    margin-top: -8px;
}

.portada iframe:nth-child(1) {
    width: 20vw;
    height: 20vw;
}
.portada iframe:nth-child(2){
    width: 40vw;
    height: 20vw;
}
#video .pie iframe{
    width: 26vw;
    height: 13vw;
}

#tarjeta-ej p {
    line-height: 35px;
}

#admin-ej video {
    width: 60%;
    max-width: 1200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#about {
    background-color: #fff;
    min-height: 95vh;
    width: 100%;
    background-size: 100%;
    padding-bottom: 1rem;
    position: relative;
}

.about__content {
    background-color: #fff;
padding-top: 30px;
}

.text-start .about__img:first-child{
    margin-top: -40px;
    border-radius: 20px 0px 20px 20px;
}

.about__img {
    width:600px;
    height: auto;
    animation: down 1s ease 0.4s 1 normal both;
    -webkit-animation: down 1s ease 0.4s 1 normal both;
    margin-top: 40px;
    border-radius: 0px 20px 20px 20px;
}
.about__img-text {
    width: 180px;
    animation: down 1s ease 0.4s 1 normal both;
    -webkit-animation: down 1s ease 0.4s 1 normal both;
    margin-top: -10px;
}

.about__titulo {
   margin-bottom: 30px;
}

.about__content p {
    font-size: 19px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 30px;
}

.about__content h5 {
    text-align: left;
    line-height: 32px;
}

.about__content h4 {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
}

.ceo__person {
    width: 200px;
    margin: 20px;
    text-align: center;
    justify-content: center;
}

.ceo__person img:nth-child(1)  {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-bottom: 10px;
}
.ceo__person .d-flex img {
    width: 40px;
    height: 40px;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    margin-bottom: 0px;
}

.ceo__person a {
    background-color: var(--color-sec);
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding:3px 8px;
    margin: 3px;
    text-align: center;
    border: 1px solid  #fff;
}
.ceo__person a:hover {
    background-color: #fff;
    color:  var(--color-sec);
    border: 1px solid  var(--color-sec);;
}
.ceo__person i {
    font-size: 19px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    top:0px;

}

#contact {
    min-height: 65vh;
    background: #000;
    color: var(--color-first);
    position: relative;
    top: 6vw;
    border-radius: 90px 0px 0px 0px

}



.contact__redes {
    color: var(--color-first);
    text-align: left;
}

.contact__redes a {
   color:#fff;
      margin: 10px;
    text-align: center;
    text-decoration: none

}
.contact__redes a i {
    font-size: 30px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    top:0px;
}
.contact__redes a:hover {
    color: var(--color-sec);
}


.contact__redes p {
    margin-bottom: 15px;
    font-weight: 500;
}

.contact__titulo {
    font-size: var(--text-size-sec);
    padding-top: 5%;
    font-weight: 600;
    text-align: left;
}
#contact__formulario{
    width: 70%;
}
form {
    width: 100%;
    text-align: left;
  }
  
  form label {
    text-align: left;
    font-family: var(--family-one--);
    font-weight: 600;
    font-size: var(--fontsize-1--);
    margin-bottom: 5px;

  }
  
  form textarea,
  form input {
    width: 100%;
    border-radius: 0px;
    padding: 3px 7px;
    border: 0px;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--color-th);
    color: #fff;
  }
  
  form input:focus {
    border-bottom: 2px solid var(--base);

  }
  
 form textarea:focus {
    border: 2px solid var(--base);

  }

  form textarea {
    max-height: 10vw;
    border: 2px solid var(--color-th);
    border-radius: 5px;

  }
  
  form .group {
    margin: 6px;
    width: 50%;
  }
  
  form .t-area {
    margin: 6px;
    width: 98%;
  }
  
  form button {
    background-color: var(--color-sec);
    color: #fff;
    width: 200px;
    margin: 6px;
    padding:  10px;
    border-radius: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 500;
}
  form button:hover {
    background-color: #fff;
    color:var(--color-sec);
    border: 1px solid var(--color-sec);;

}
footer {
    min-height: 12vh;
    background-color: #000000;
    color: var(--color-first);
    padding: 20px;
    position: relative;
    top: 6vw;
}

.footer__logo {
    width: 110px;
    display: inline;
    margin-bottom: 20px;
    margin-top: 20px;

}

.footer__logo:nth-child(1) {
    width: 30px;
}

footer span {
    display: block;
}


