 /* PRE HEADER */

 .pre-header {
    width: 100%;
    background-color: black;
    height: 40px;
    color: white;





}

.pre-header .contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 1200px;
    max-width: 90%;
    height: 40px;
    margin: auto;
    background-color: black;
}

.pre-header .contenedor .info {

    height: 40px;
    background-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;

}




/* HEADER */


.header {

    width: 100%;
    height: 80px;
    background-color: rgb(196, 0, 0);

}

.header .contenedor1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 1200px;
    max-width: 90%;
    height: 80px;
    margin: auto;
}


.header .contenedor1 .datos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;


    height: 80px;

}

.header .contenedor1 .datos img {




    height: 50px;

}


/* PRODUCTOS */

.productos {


    text-align: center;
    width: 100%;
    display: block;
    min-height: calc(100vh - 288px);
    padding-top: 40px;


}


@media (max-width: 400px){

    .productos {
        min-height: calc(100vh - 210px);
        
    }

}

.productos h1 {
    margin-bottom: 40px;
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    color: rgb(196, 0, 0);;  
}


.contenedor-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 80%;

    margin: auto;

}

.card {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    margin: 25px;

}


.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.514);
}


.container {


    height: 180px;
    padding: 20px;
    text-align: left;
    cursor: pointer;

}

.container p {
    font-family: 'Signika', sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 1.2;
    color: #999999;
    
}

.container b {
    font-family: 'Montserrat', sans-serif;
}



/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #999; 
     border-radius: 4px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
     border-radius: 4px;
  }



/* PIE DE PAGINA */

.pie_pagina {
    width: 100%;



}

body {
    font-family: 'Signika', sans-serif;
}

.bg-grey {
    background: #292929;
}

.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: #d74141;
}

footer p,
a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

footer h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    position: relative;
}

footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}

.btn-footer {
    color: grey;

    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

.btn-footer:hover {

    text-decoration: none;

}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;

}

::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}

.form-footer input[type="button"] {
    border: none;
    background: #d74141;
    margin-left: -6px;
    color: rgb(0, 0, 0);
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    text-decoration: none;
    color: grey;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;

}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    text-align: center;
}

.logo-part p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #d74141;

}





/* tarjetas productos */


.card .imagen{

    height: 160px;
    width:100% ;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 95% ;

}


.tarjetas .contenedor-card .card p{

    overflow: hidden;
    height: 121px;
}

.tarjetas .contenedor-card .card b{
    white-space:nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
}

.contenedor-popup{
    background-color: #00000080;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
}
.contenedor-popup.active{
    display: flex;
}
.contenedor-popup .popup{
    background-color: #ffffff;
    width: 900px;
    max-width: 95%;
    
    padding: 60px 0px ;
    border-radius: 10px;
    
}

.contenedor-popup .popup .info-popup{
    height: 800px;
    max-height:  calc(90vh - 150px);
    padding: 0px 25px ;
    overflow: auto;
}

.contenedor-popup .popup .contenedor-imagen{

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.contenedor-popup .popup .contenedor-imagen .imagen {
    width: 400px;
    max-width: 100%;
    height: 400px;
    background-image : url('../imagenes/productos/vetuefel.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Montserrat', sans-serif;
}

.contenedor-popup .contenedor-imagen .texto{
    width: calc(100% - 400px);
}



.contenedor-popup .popup .titulo-cierre{

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: stretch;
}

.popup{ 

position: relative;
}

.popup .indicaciones img{
    display: none;
    margin-bottom: 30px;
}

.popup #cierre{

    position: absolute ;

    top: 20px;

    right: 30px;
}



.contenedor-popup {

    text-transform: lowercase;
    
}

.tarjetas p {
    text-transform: lowercase;
    font-size: 14px;
    text-overflow: ellipsis;
  

}


 @media ( max-width:800px) {

    .header .contenedor1 {width:100%}

    .pre-header .contenedor {width: 100%;} 
 }


 @media ( max-width:420px) {

    

    .pre-header {display: none;} 
 }



 @media (max-width:900px){

    .contenedor-popup .popup .contenedor-imagen {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
    }
    
    .contenedor-popup .contenedor-imagen .texto { 
        width: 90%;

    }

}

 /* SELECT */

.menuCategorias {
    text-align: left;
    display: block;
    
    width: 1000px;
    margin: auto;
}

    

.menuCategorias #categorias{
    
    display: inline-block;
    width: 415px;
    margin: -4px;
    cursor: pointer;
    padding: 7px 10px;
    height: 42px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: white;
    color: #7b7b7b;
    font-size: 1em;
    color: #1e1e1e;
    font-family: 'Quicksand', sans-serif;
    border: 1px solid rgb(139 139 139 / 78%);
    border-radius: 5px;
    position: relative;
    transition: all 0.25s ease;
}


.menuCategorias #categoriaAnimales{

    display: inline-block;
    width: 300px;
    cursor: pointer;
    padding: 7px 10px;
    height: 42px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: white;
    color: #7b7b7b;
    font-size: 1em;
    color: #1e1e1e;
    font-family: 'Quicksand', sans-serif;
    border: 1px solid rgb(139 139 139 / 78%);
    border-radius: 5px;
    position: relative;
    transition: all 0.25s ease;

}


@media (max-width:700px){

    .menuCategorias {
        text-align: left;
        display: block;
       
        width: 400px;
        margin: auto;
    }
}


@media (max-width:400px){

    .menuCategorias {
        text-align: left;
        display: block;
        
        width: 90%;
        margin: auto;
    }

    .menuCategorias #categorias{

        width: 100%;
    }

}
