*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#producto .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}

#producto article{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#producto .tablink{
    background-color: #2E2E2E;
    color: #FFFFFF;
    float: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 1px;
    margin: 2px;
    font-size: 13px;
    text-align: center;
    width: 170px;
    height: 40px
}

#producto .tablink:hover{
    background-color: #777;
}

#producto .tabcontent{
    display: none;
    padding: 30px 20px;
    text-align: justify;
}

#producto .lista{
    list-style-type: circle;
    margin-left: 30px;
}
#producto li{
    margin-bottom: 4px;
}

#producto #cotizacion-Freightliner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    max-height: 100%;
    max-width: 100%;
}

#producto iframe{
    width: 700px;
    height: 1600px;
    border: 0px;
}
/*------------------------------------------------------------------------------------------------------------------------*/
td, th{
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
table{
    border-collapse: collapse;
    width: 100%;
    margin: 1px auto;
}
tr{
    height: 50px;
}
tr:nth-child(even) {background-color: #F0F0F0;}
th{
    width: auto;
}
td{
    width: auto;
}
sup{
    font-size: 13px;
}
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px){
    #producto .contenedor{
        margin-left: 0px;
        margin-right: 0px;
    }
    #producto .tablink{
        font-size: 10px;
        width: 110px;
        padding: 0;
    }
    
    #producto article{
        width: 100%;
        max-width: 800px;
        margin-left: 30px;
        margin-right: 30px;
    }
    #producto iframe{
        width: 500px;
        height: 1600px;
        border: 0px;
    }
}

@media screen and (max-width: 599px){
    #producto .contenedor{
        margin-left: 20px;
        margin-right: 20px;
    }
    #producto article{
        max-width: 500px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #producto iframe{
        width: 420px;
        height: 1700px;
        border: 0px;
    }

}

@media screen and (max-width: 490px){
    #producto .contenedor{
        margin-left: 10px;
        margin-right: 10px;
        height: 100%;
    }
    #producto .tablink{
        font-size: 10px;
        width: 130px;
        padding: 0;
    }
    #producto .tabcontent p{
        font-size: 14px;
    }
    #producto li{
        font-size: 14px;
    }
    #producto article{
        max-width: 400px;
    }
    #producto iframe{
        width: 350px;
        height: 1800px;
        border: 0px;
    }
}

@media screen and (max-width: 400px){
    #producto .contenedor{
        margin-left: 10px;
        margin-right: 15px;
    }
    #producto .tabcontent p{
        
    }
    #producto li{
        font-size: 14px;
    }
    #producto article{
        max-width: 400px;
    }
    #producto iframe{
        width: 100%;
        height: 2000px;
        border: 0px;
    }
}

@media screen and (max-width: 399px){
    
}
