/* tipografías */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

Body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 108, 16, 0.1);
    overflow-x: hidden;
}

a:visited{
    text-decoration: none;
}

#fondo_principal {
    background-image: url(../src/landscape.jpg);
    border-radius: 8px;
    background-size: cover;
    width: 90vw;
    height: 650px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

#cont_titulo {
    margin: auto;
}

h1 {
    font-size: 10rem;
    font-family: "Inter";
    text-align: center;
    letter-spacing: 5px;
    margin: 0;
    padding: 0;
    color: white;
}

#cont_titulo h2 {
    color: white;
    font-size: 2rem;
    text-align: center;
    font-family: "Inter";
}

#logo_horizontal {
    height: 80px;
    margin: 10px;
}

.barra_superior {
    width: 100vw;
    min-width: 100vw;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    height: fit-content;
    position: sticky;
    top: 0;
    justify-content: space-around;
    box-shadow: 0 8px 15px rgb(128, 128, 128);
    flex-wrap: wrap;
}

#contacto_button {
    border-radius: 8px;
    padding: 10px;
    border: solid 2px rgb(255, 106, 19);
}

#contacto_button:hover {
    background-color: rgb(255, 106, 19);
    color: white;
}

#barra_sub {
    font-size: 2em;
}

#barra_sub ul {
    display: flex;
    justify-content: space-around;
    gap: 60px;
}

#barra_sub ul li {
    list-style: none;
}

#barra_sub ul li:first-child a:hover,
#barra_sub ul li:nth-child(2) a:hover {
    color: rgb(255, 106, 19);
}

#barra_sub ul li a {
    text-decoration: none;
    color: black;
}

#nosotros h2 {
    width: 50vw;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: rgb(255, 109, 16);
    font-size: 3rem;
}

#nosotros2 h2 {
    width: 50vw;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: rgb(255, 109, 16);
    font-size: 3rem;
}

/* INDEX */
#pa_descripcion {
    width: 65vw;
    margin: auto;
    margin-top: 250px;
    display: block;
    height: auto;
}

#descripcion {
    width: 100%;
    border: 2px solid rgb(255,109, 16);
    border-radius: 8px;
    color: rgb(0, 0, 0);
    margin: auto;
    font-size: 2rem;
    text-align: center;
}

#titulo_ofrecemos {
    text-align: center;
    width: 80vw;
    max-width: 80vw;
    margin: auto;
    margin-top: 200px;
    border-bottom: solid 3px rgb(251, 164, 101);
    margin-bottom: 60px;
}

#titulo_ofrecemos h2 {
    color: black;
    font-size: 3rem;
}

#cont_animales {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

#cont_animales a{
    text-decoration: none;
}

#animal1, #animal2, #animal3 {
    width: 20vw;
    height: 400px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    border: solid 2px black;
}

#animal1 {
    background-image: url(../src/pollo_prin.png);
}

#animal2 {
    background-image: url(../src/gallina_prin.png);
}

#animal3 {
    background-image: url(../src/cerdo_prin.jpg);
}

div h2 {
    font-size: 2rem;
    color: white;
    text-align: center;
    align-items: center;
}

#cont_sabermas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

#cont_sabermas a {
    width: 20vw;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    margin-top: 0;
    border: solid 2px black;
    height: 60px;
    font-size: 1rem;
    background-color: black;
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
}

h2 + h2 {
    opacity: 0;
}

#cont_sabermas a:hover {
    background-color: rgb(48, 48, 48);
    border-top: 2px solid rgba(0, 0, 0, 0);
}

#titulo_calidad {
    border-bottom: solid 2px rgb(255, 106, 19);
    width: 80vw;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 30px;
}

#titulo_calidad h2 {
    font-size: 3rem;
    text-align: center;
    color: black;
}

#video_arturo {
    width: 65vw;
    margin: auto;
    margin-top: 30px;
    height: auto;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: -100;
}

/* Posteriormente  #arturo */
#publi{
    position: relative;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 8px;
}

/* NOSOTROS */
#cont_masquealimento {
    margin: auto;
    margin-top: 50px;
    width: 60vw;
    height: 410px;
    background-image: url(../src/mas_que_alimento.jpeg);
    background-size: 100% auto;
    background-position: left;
    background-repeat: no-repeat;
    justify-content: center;
}

#desc_empresa {
    font-size: 2rem;
    width: 60vw;
    margin: auto;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
    border: 1px solid rgb(255, 106, 19);
    border-radius: 8px;
}

#cont_grid {
    display: grid;
    grid-template-areas: "mision vision" "valores valores";
    text-align: center;
    width: 60vw;
    margin: auto;
    gap: 10px;
    margin-top: 50px;
}

#cont_grid :hover {
    background-color: rgba(255, 108, 16, 0.1);
}

h3 {
    font-size: 2rem;
    color: rgb(255, 106, 19);
}

h3 + p, h3 + ul {
    font-size: 1.5rem;
    list-style: none;
    text-align: left;
}

#mision { grid-area: mision; }
#vision { grid-area: vision; }
#valores { grid-area: valores; }

#valores ul li {
    margin: 12px;
    margin-left: 0;
}

#valores ul{
    padding-left: 0;
    margin-left: 0;
}

#mision :hover, #vision :hover, #valores :hover {
    background-color: rgba(0, 0, 0, 0);
}

footer {
    width: 100vw;
    height: 200px;
    margin-top: 80px;
    background-color: white;
    border-top: 1px solid rgb(216, 216, 216);
}

#footer {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 30px;
    align-items: center;
}

.footer_item {
    width: 20%;
    align-items: center;
    text-align: center;
}

.footer_item img {
    height: 75px;
}

.footer_item a {
    margin: 10px;
    text-decoration: none;
    color: black;
}

/*CONTACTO*/
#grid_contacto {
    display: grid;
    width: 80vw;
    margin: auto;
    margin-top: 100px;
    grid-template-areas: "telefono whatsapp correo" "horario ubicacion ubicacion";
    text-align: center;
    height: fit-content;
    gap: 10px;
}

#grid_contacto h3 {
    font-size: 2rem;
}

div a {
    font-size: 1.5rem;
    color: rgb(255, 109, 16);
}

div p {
    font-size: 1.5rem;
}

#telefono, #whatsapp, #correo, #horario, #ubicacion {
    padding: 20px;
    border-radius: 8px;
}

#telefono { grid-area: telefono; background-color: #ffaa3223; }
#whatsapp { grid-area: whatsapp; background-color: #ffcc331c; }
#correo { grid-area: correo; background-color: #fe82301a; }
#horario { grid-area: horario; background-color: #fd3b2d1e; }
#ubicacion { grid-area: ubicacion; background-color: #fe5f2f1f; }

#ubicacion a {
    opacity: 0;
}

/*ANIMALES*/
#desc_animal{
    width: 62vw;
    margin: auto;
    border: solid 2px rgb(255, 106, 19);
    font-size: 2rem;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 8px;
}

#desc_animal2{
    width: 62vw;
    margin: auto;
    border: solid 2px rgb(255, 106, 19);
    font-size: 2rem;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 8px;
}

#cont_linea{
    display: grid;
    width: 65vw;
    margin: auto;
    grid-template-areas: "foto1 text1" "text2 foto2" "foto3 text3" "text4 foto4" "foto5 text5";
    text-align: center;
    gap: 10px;
}

#cont_linea img{
    width: 100%;
    border-radius: 8px;
}

#foto1{
    grid-area: foto1;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 80px;
}

#foto2{
    grid-area: foto2;
    border-radius: 8px;
    margin-bottom: 80px;
}

#foto3{
    grid-area: foto3;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 80px;
}

#foto4{
    grid-area: foto4;
    border-radius: 8px;
    margin-bottom: 80px;
}

#foto5{
    grid-area: foto5;
    border-radius: 8px;
    margin-bottom: 80px;
}

#text1{
    grid-area: text1;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    margin-bottom: 80px;
    padding: 25px;
}

#text2{
    grid-area: text2;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    padding: 25px;
    margin-bottom: 80px;
}

#text3{
    grid-area: text3;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    margin-bottom: 80px;
    padding: 25px;
}

#text4{
    grid-area: text4;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    padding: 25px;
    margin-bottom: 80px;
}

#text5{
    grid-area: text5;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    padding: 25px;
    margin-bottom: 80px;
}

#text1,
#text2,
#text3,
#text4,
#text5,
#foto1,
#foto2,
#foto3,
#foto4,
#foto5 {
    height: 400px;
    box-sizing: border-box;
}

#cont_linea img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 8px;
}






@media (max-width: 950px) {
#fondo_principal {
    border-radius: 0;
    width: 100vw;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0px;
}

#cont_titulo {
    border: solid 1px rgba(255, 255, 255, 0);
}

.barra_superior {
    height: 110px;
    align-items: center;
}

h1 {
    font-size: 4rem;
}

#cont_titulo h2 {
    font-size: 1rem;
}

#contacto_button {
    padding: 5px;
}

#barra_sub {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
}

#barra_sub ul {
    gap: 25px;
}

#logo_horizontal {
    height: 40px;
    margin: 5px;
}

#nosotros h2{
    width: 50vw;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
    color: rgb(255, 109, 16);
    font-size: 2rem;
    padding: 0;
}

#nosotros2 h2{
    width: 50vw;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
    color: rgb(255, 109, 16);
    font-size: 2rem;
    padding: 0;
}

/* INDEX MOBILE*/
#pa_descripcion {
    width: 90vw;
    margin-top: 100px;
}

#descripcion {
    font-size: 1.5rem;
}

#titulo_ofrecemos {
    width: 100vw;
    margin-top: 100px;
    margin-bottom: 30px;
}

#titulo_ofrecemos h2 {
    font-size: 2rem;
}

#cont_animales a div h2 p {
    display: flex;
    color: rgb(255, 106, 19);
}

#animal1, #animal2, #animal3 {
    border-radius: 8px;
    width: 90vw;
    height: 300px;
}

#cont_sabermas {
    display: none;
}

h2 + h2 {
    opacity: 1;
    font-size: 1rem;
    color: rgb(255, 106, 19);
}

#titulo_calidad {
    margin-top: 100px;
}

#titulo_calidad h2 {
    font-size: 2rem;
}

#video_arturo {
    width: 90vw;
}

#publi{
    width: 100%;
}


/*NOSOTROS*/
#desc_empresa {
    font-size: 1rem;
    width: 90vw;
    margin: auto;
    margin-top: 75px;
    justify-content: center;
    text-align: center;
    border: 1px solid rgb(255, 106, 19);
    border-radius: 8px;
    padding: 5px;
}

#cont_masquealimento {
    margin: auto;
    margin-top: 75px;
    width: 90vw;
    height: 200px;
    background-image: url(../src/mas_que_alimento.jpeg);
    border-radius: 8px;
    background-position: -110px;
    background-size: cover;
    justify-content: center;
    text-align: center;
}

#cont_grid {
    grid-template-areas: "mision" "vision" "valores";
    width: 90vw;
    margin-top: 75px;
}

h3 {
    font-size: 2rem;
}

h3 + p, h3 + ul {
    font-size: 1.5rem;
}

#mision :hover, #vision :hover, #valores :hover {
    background-color: rgba(0, 0, 0, 0);
}

/*CONTACTO*/
#grid_contacto {
    width: 90vw;
    margin: auto;
    margin-top: 100px;
    grid-template-areas: "telefono" "whatsapp" "correo" "horario" "ubicacion";
    text-align: center;
    height: fit-content;
}

#grid_contacto div h3 {
    font-size: 1.5rem;
}

#grid_contacto div a, #grid_contacto div p{
    font-size: 1.5rem;
}

#correo a {
    font-size: 1rem !important;
}

#ubicacion a {
    opacity: 1;
    text-align: center;
}

iframe {
    display: none;
}

footer {
    height: 250px;
    font-size: 1rem;
    margin-top: 25px;
}

#footer {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.footer_item {
    width: 100%;
    text-align: center;
}

.footer_item p {
    font-size: 1rem;
}

.footer_item img {
    height: 60px;
}

/*ANIMALES*/
#desc_animal{
    width: 90vw;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 100px;
}

#desc_animal2{
    width: 90vw;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 100px;
}

#cont_linea{
    width: 90vw;
    grid-template-areas: "text1" "foto1" "text2" "foto2" "text3" "foto3" "text4" "foto4" "text5" "foto5";
}

#cont_linea img{
    width: 100%;
    border-radius: 8px;
}

#cont_linea  div p{
    font-size: 1.2rem;
    text-align: left;
}

#foto1{
    grid-area: foto1;
    width: 100%;
    border-radius: 8px;
    margin-bottom: -20px;
}

#foto2{
    grid-area: foto2;
    width: 100%;
    border-radius: 8px;
    margin-bottom: -20px;
}

#foto3{
    grid-area: foto3;
    width: 100%;
    border-radius: 8px;
    margin-bottom: -20px;
}

#foto4{
    grid-area: foto4;
    border-radius: 8px;
    margin-bottom: -20px;
}

#foto5{
    grid-area: foto5;
    border-radius: 8px;
    margin-bottom: -20px;
}

#text1{
    grid-area: text1;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    height: auto;
}

#text2{
    grid-area: text2;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    height: auto;
}

#text3{
    grid-area: text3;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    height: auto;
}

#text4{
    grid-area: text4;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    height: auto;
}

#text5{
    grid-area: text5;
    background-color: rgb(255, 106, 19, .1);
    border-radius: 8px;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    height: auto;
}

#text1,
#text2,
#text3,
#text4,
#text5,
#foto1,
#foto2,
#foto3,
#foto4,
#foto5 {
    box-sizing: border-box;
    min-height: 200px;
}

#cont_linea img {
    width: 100%;
    height: 250px;
    object-fit: cover; 
    border-radius: 8px;
}
}

