﻿#carrusel {
    float:none;
    width:100%;
    overflow:hidden;
    height:180px;
    position:relative;
    
    border: 0px solid grey;
    background-color:white;
    }
 
#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    /*margin-top:-9px;*/
}
 
#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    /*margin-top:-9px;*/
}
 
.carrusel {
    width: 4000px;
    left:0px;
    position:absolute;
    z-index:0;
}
 
.carrusel>div {
    float: left;
    /*height: 203px;*/
   
    width: 165px;
    text-align:center;
    background-color: #fff;
}
 
.carrusel img {
    cursor:pointer;
}
 
.product{
    /*border:#fff 1px solid;*/
  
 
}
.titanch{
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    /*font-family: Helvetica;*/
    font-weight: 400;
    color:black;
    background-color: white;
    padding: 5px;
    padding-bottom: 15px;
    border-top: 3px solid black;
    
}
.titanch a{
    float:right;
    background-color: black;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px;
    color: white;
    text-decoration: none;
}
.titanch a:hover{
 color: white;
 text-decoration: none;
 
}
section.car{
      
      /*width: 95%;*/
     /*display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;*/
     
 
}
article.not_goya{
    background-color: #ffffff;
    width: 100%;
   
       
}

article.not_goya img{
   width: 85%;
   border-radius: 7px;
  
}
article.not_goya img:hover{
    filter: opacity(.5);
   
 }
article.not_goya a{
    text-decoration: none;
    color: black;
}
article.not_goya a:hover{
    
  font-weight: bold;
}

p.textogoya2{
    /*font-family: Helvetica, sans-serif;*/
    font-size: 14px;   
}

P.textogoya{
     /*font-family: Helvetica, sans-serif;*/
     font-size: 14x;
}

#carrusel .left-arrow {
        display: none;
}
     
#carrusel .right-arrow {
     display: none;
}

    @media only screen and (max-width: 700px) {
     #carrusel .left-arrow {
       
       display: flex;
      }
    
     #carrusel .right-arrow {
      
       display: flex;
      }
 
    .titanch{
        width: 100%;
        font-size: 16px;
        padding-bottom: 15px;
        
    }
    .titanch a{
        float:right;
        background-color: black;
        font-size: 16px;
        margin-right: 5px;
        padding: 5px;
        color: white;
        text-decoration: none;
        padding-bottom: 15px;
    }

    /*#carrusel{
        border: 0px solid black;
        height: 300px;
    }*/
    .carrusel{padding-top: 5px;}
}
/*@media only screen and (min-width: 400px) and (max-width: 430px) {
    .titanch{
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .titanch a{
        float:left;
        background-color: black;
        font-size: 16px;
        
        padding: 2px;
        color: white;
        text-decoration: none;
           }

    #carrusel{border: 0px solid black;height: 300px;}
     .carrusel{padding-top: 5px;}

}*/

   @media only screen and (max-width: 430px) {
    .titanch{
        width: 100%;
        font-size: 20px;
        /*margin-bottom: 10px;*/
    }

    .titanch a{
        /*float:left;*/
        background-color: black;
        font-size: 16px;
        
        padding: 2px;
        color: white;
        text-decoration: none;
           }

   /* #carrusel{border: 0px solid black;height: 300px;}*/
    .carrusel{padding-top: 5px;}
    

}
