
body {
    font-family: 'Source Code Pro', 'Inter', 'Abril Fatface';
}

body {
    display: block;
    
}

*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline-color: transparent;
}

header {
    box-shadow: 0 4px 2px hsl(0 0% 0% / 0.25);
    position: sticky;
    top: 0;
    z-index: 8000;
}

/* landing*/
header .landing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

    margin-inline: auto;

    background-color:#355d7b;
}

.landing {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul, ol {
    list-style: none;
    padding: 0;
}
  
.logo-cda img{
    width: 4em;
    margin: -1em 0.75em -1em 0;
}

.logo-cda {

    
        display: flex;
        align-items: center;
        position: relative;
        z-index: 9999;
        margin-top: 1rem;
        margin-bottom: 2rem;
    

    transition: all .4s ease;
}

.logo-cda h3 span {
    display: block;
    letter-spacing: .15em;
}

.logo-cda h3 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    color: #6dc8f1;
}
    
@media (min-width: 40em) {

 header nav ul, header .menuVisible ul {
    display: flex;
    position: relative;
    translate: 0;
    margin-left: 3em;  }

}  

nav ul {
    display: grid;
    place-items: center;
    place-content: center;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 8000;
    translate: 100%;
    transition: all 0.4s ease;
}


@media (min-width: 40em){

 header nav ul li {
    min-width: 4em; }
    
}


header nav ul li a {
    color: white;
    font-size: 1.2rem;
    width: auto;
    padding: 0.25em 1em;
    text-align: center;
    border-bottom: none;
}
   
footer p, a {
    font-size: 1em;
    color: #fff;
    transition: all .4s ease;
}

.menu-ham {
    margin-right: 0.4em;
    width: 1.2em;
}

header nav ul li {
    min-width: 4em;
}

/* boton*/
@media (min-width: 40em) {

.menu-btn {
    display: none; }
}

button {
 
    text-rendering: auto;
    
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    cursor: default;
}


.menu-btn {
    background: hsl(0 0% 100% / 0.25);
    border-radius: 50%;
    box-shadow: -5px 5px 5px hsl(180 100% 4% / 0.2);
    padding: 0.75rem;
    width: 3rem;
    aspect-ratio: 1;
    /* cursor: pointer; */
    transition: all 0.3s ease-out;
    position: fixed;
    top: 3em;
    right: 3em;
    z-index: 9000;
}

.menu-btn .btn-linea {
    width: 25px;
    height: 3px;
    margin: 4px 0 4px 0;
    border-radius: 4px;
    background: hsl(0 0% 90%);
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 9000;
}

.menuVisible ul {
    background-color:#355d7b;
    transition: all 0.4s ease;
    translate: 0;
}

@media (min-width: 40em) {
.pie {
    display: none;}
}

.pie {
    margin-top: 3em;
}

.bold {
    font-weight: 700;
}

nav ul li a {
    font-family: "Bebas Neue", sans-serif;
    border-bottom: solid 1px hsl(0 0% 100% / 0.1);
    letter-spacing: 0.07em;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1.8em;
    width: min(70vw, 18rem);
    text-decoration: none;
    padding: 0.3em;
    padding-left: 2em;
}

.menuVisible .menu-btn .btn-linea:nth-child(1) {
    transform: rotate(45deg) translate(4px, 6px);
}
.menuVisible .menu-btn .btn-linea {
    transform: rotate(180deg);
}

.menu-btn:hover {
    transform: scale(1.1);
}

.menu-btn .btn-linea {
    width: 25px;
    height: 3px;
    margin: 4px 0 4px 0;
    border-radius: 4px;
    background: hsl(0 0% 90%);
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 9000;
}

.menuVisible .menu-btn .btn-linea:nth-child(2) {
    opacity: 0;
}
.menuVisible .menu-btn .btn-linea {
    transform: rotate(180deg);
}

.menuVisible .menu-btn .btn-linea:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
}

.menu-btn {
    background: none; 
    border-radius: 50%;
    padding: 0.75rem;
    width: 3rem;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: fixed;
    top: 1em;
    /* right: 1em; */
    z-index: 9000;

}

.menu-btn .btn-linea {
    width: 25px;
    height: 3px;
    margin: 4px 0 4px 0;
    background: #ffffff;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 9000;
}


header, footer {
    background-color: #355d7b;
    color: white;
}
 
  /*comitente_contenedor*/
  .comitente_contenedor{
    width: 100%;
    height: 100vh;

    background-image:url(../imagenes/portada.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    color: #fbfaeb;


}


.infotexto{
    max-width: 65rem;
    padding-left: 3rem
}

.infotexto h1 {
    font-size: 90px;
    line-height: 110px;
    color: #ffffff;
    margin-bottom: 1rem;

    font-family: 'Abril Fatface';
    
}

.infotexto h2 {
    font-size: 30px;
    
    margin-bottom: 2rem;

    font-family: 'Source Code Pro'
}

.infotexto p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 2rem;

}

/*contenedorr*/
.contenedor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    gap: 1rem;
}

.contenedor {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

.catalogo {
    padding: 25px;
    margin: 10px 10px;
    color: rgb(255, 255, 255);
    background: #f1723b;
    border-radius: 18px;
    width: 300px;
    height: 230px;

    font-family: 'Abril Fatface';
    

    text-align: center;
}

.eventos {
    padding: 30px;
    margin: 10px 10px;
    color: rgb(255, 255, 255);
    background: #f1723b;
    border-radius: 18px;
    width: 300px;
    height: 230px;

    text-align: center;
}

.resenas {
    padding: 39px;
    margin: 10px 10px;
    
    background: #f1723b;
    border-radius: 18px;
    width: 300px;
    height: 230px;

    text-align: center;
    
}

.titulo_icono{
    color: rgb(255, 255, 255);
    padding: 7px;

    font-family: 'Source Code Pro'
}

/* video_contenedor*/
.contenedora_videoytexto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.imagenvideo {
    margin-bottom: 30px;
    width: auto;
    height: 600px;
    padding-left: 10px;
    padding-right: 10px;
}
 
  /*ancho celular*/
@media (max-width: 600px){
.imagenvideo {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}
}

.textoybotones {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

.tagline {
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-weight: 900;
    color: #35527c;
}

.descarga {
    display: flex;
    flex-direction: row;
    padding: 40px;
}

.appstore {
    height: 40px;
    width: auto;
    margin: 20px;
}

.playstore {
    height: 40px;
    width: auto;
    margin: 20px;
}


/* contenedora mockup*/
.mockup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 6rem;

    background-color: #f1723b;
}

.mockup-img {
    width: 70%;
    
}

.texto_mockup{
    margin-right: 3rem;
}

.mockup h2{
    font-family: 'Abril Fatface';

    font-size: 50px;
    line-height: 1.1em;
    padding: 2rem 0 2rem 0;
    color: #35527c;

    
}

.texto_mockup p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 120%;
    margin-bottom: 1rem
}

#resaltado {
    font-weight: 700;
    font-size: 150%;

    font-style: italic;
}


footer{
   
    font-weight: 10;
    font-size: small;
}

footer p{
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
