body
{
    background-color: #E7F8F6;
}

@font-face {
    font-family: "SergioTrendy"; /* Nombre de la fuente */
    src: url('font/sergiotrendy.ttf') format('truetype'); /* Ruta a la fuente */
    font-weight: normal; /* Peso de la fuente (normal, bold, etc.) */
    font-style: normal; /* Estilo de la fuente (normal, italic, etc.) */
    font-display: swap;
}

@font-face {
    font-family: "Circular"; /* Nombre de la fuente */
    src: url('font/circular.otf') format('opentype'); /* Ruta a la fuente */
    /*font-weight: normal; /* Peso de la fuente (normal, bold, etc.) */
    font-style: normal; /* Estilo de la fuente (normal, italic, etc.) */
    font-display: swap;
}

@font-face {
    font-family: "CircularBolt"; /* Nombre de la fuente */
    src: url('font/circularbolt.otf') format('opentype'); /* Ruta a la fuente */
    font-weight: normal; /* Peso de la fuente (normal, bold, etc.) */
    font-style: normal; /* Estilo de la fuente (normal, italic, etc.) */
    font-display: swap;
}


#contenedor
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}




#div_body 
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    height: 100vh;
    width: 100%;
}

#div_contain_picture
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f5f5f5;
    background-image: url('revendedor.jpg'); /* URL de la imagen de fondo */
    background-size: cover; /* Ajusta la imagen para que cubra todo el contenedor */
    background-position: center;
    position: relative;
    height: 100vh;
    width: 50%;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#div_contain_inf
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    background-color: #E7F8F6;
    position: relative;
    height: 100vh;
    width: 50%;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
    border-top: none;
    border-left: 1px solid black;
}

#renglon
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #E7F8F6;
    position: relative;
    height: 20vh;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
#textos
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    background-color: #E7F8F6;
    position: relative;
    height: 80vh;
    width: 100%;
    align-content: flex-start;
    flex-wrap: wrap;
}

.titulo
{
    color: #000000;
    font-family: "SergioTrendy";
   font-size: 5vw;
   line-height: 0.9;
}

.subtitulo
{
    color: #000000;
    font-family: "CircularBolt";
   font-size: 1.3vw;
}

.tertitulo
{
    color: #000000;
    font-family: "Circular";
   font-size: 1.2vw;
}




.header
{
    color: #00C3B3;
    font-family: "SergioTrendy", sans-serif;
   font-size: 2vw;
   padding: 18px;
}

#logoimg
{
    width: 80%;
}

#contain_text
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    background-color: #E7F8F6;
    position: relative;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 35px;
}

#contain_header
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    background-color: #E7F8F6;
    position: relative;
    align-content: flex-start;
    flex-wrap: wrap;
    /* padding: 35px; */
    border-bottom: 1px solid black;
    border-right: none;
    border-top: none;
    border-left: none;
    width: 100%;
    justify-content: flex-end;
}

#logo
{
  position: absolute;
    /*background-image: url('logo.jpg'); /* URL de la imagen de fondo */
    /*background-size: cover; /* Ajusta la imagen para que cubra todo el contenedor */
    background-position: center;
    left: 50%; /* Mueve la imagen hacia la izquierda en un 50% de su propio ancho */
    transform: translateX(-50%);
    top:4% ;
    height: 85px;
    width: 95px;
    background-color: #00C3B3; 
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;

}

#div_body_gastronomico
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    height: 100vh;
    width: 100%;
}

#div_contain_picture_gastronomico
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f5f5f5;
    background-image: url('gastronomico.jpg'); /* URL de la imagen de fondo */
    background-size: cover; /* Ajusta la imagen para que cubra todo el contenedor */
    background-position: center;
    position: relative;
    height: 100vh;
    width: 50%;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#div_contain_inf_gastronomico
{
    display: flex;
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    background-color: #E7F8F6;
    position: relative;
    height: 100vh;
    width: 50%;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
    border-top: none;
    border-left: 2px solid black;
}


#contact
{
    width: 280px;
    height: 45px;
    border-radius: 60px;
    border: 1px solid #000;
    background: #00C3B5;
    margin: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; 
}

#contact:hover {
    background-color: #ffffff; /* Color más oscuro en el hover */
}


#whatsapp
{
    width: 25px;
    
}

#sub{
    margin-top: 20px;
}


@media only screen and (min-width: 590px) and (max-width: 900px) {

    .subtitulo
    {
        font-size: 2vw;
    }
    .header
    {
        font-size: 2.3vw;
    }
    .tertitulo
    {
        font-size: 1.9vw;
    }

}


@media only screen and (min-width: 411px) and (max-width: 590px) {

    .subtitulo
    {
        font-size: 2.4vw;
    }
    .tertitulo
    {
        font-size: 2.3vw;
    }
    .header
    {
        font-size: 13px;
        padding-right: 5px;
        padding-top: 30px;
        
    }
    #contain_text
    {
        padding: 20px;
    }
    #contact
    {
        margin: 20px;
    }
}




@media only screen and (max-width: 410px) {
    /* Estilos específicos para dispositivos con una pantalla de 400px o menos */
    /* Por ejemplo, puedes cambiar el diseño de la barra de navegación */
    #div_body {
      flex-direction: column;
      height: auto; /* Cambia la dirección de los elementos a columna */
    }
    #div_contain_picture
    {
        display: none;
    }
    #div_contain_inf
    {
        width: 100%;
        height: auto;
        border-bottom: 0px solid black; 
        border-right: 0px solid black; 
        border-top: none; 
        border-left: 0px solid black;
    }
    #picturemobile
    {
        display: flex;
        align-items: normal;
        flex-direction: row;
        justify-content: space-between;
        background-color: #f5f5f5;
        background-image: url('revendedor.jpg'); /* URL de la imagen de fondo */
        background-size: cover; /* Ajusta la imagen para que cubra todo el contenedor */
        background-position: center;
        position: relative;
        height: 350px;
        width: 100%;
        align-content: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom: 1px solid black;
    }
    .subtitulo
    {
        font-size: 3.5vw;
    }
    .tertitulo
    {
        font-size: 3.4vw;
    }
    .titulo
    {
        font-size: 9vw;
    }
    .header
    {
        font-size: 5vw;
        padding-right: 5px;
        padding: 15px;
        top: 5%;
    }
    #logo
    {
        left: 15%;
        width: 75px;
        height: 65px;
        top: 4%;
    }
    #renglon
    {
        height: auto;
    }
    #textos
    {
        height: auto;
    }
   
    #sub
    {
        margin-top: 10px;
    }
    #contact
    {
        margin-top: 0px;
        width: 235px;
        height: 36px;
    }
}