button{
    background: none;
    border: none;
}
.productoscontendor{
    width: 100%;
    float: left;
    overflow: hidden;
    height: auto;}
.seccionesproductos{
    width: 95%;
    float: left;
    height: 50px;
    margin: 2.5%;}
.btn-seccion{
    width: 24%;
    margin: .5%;
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    color: grey;
    font-size: 26px;
    font-family: open sans;
    font-weight: 200;
    letter-spacing: 2px;
    border-bottom: 4px solid grey;}
#conte-seccion1{
    width: 100%;
    display: block;
    transition: .5s;
    height: auto;
    overflow: hidden;
    float: left;}
#conte-seccion2{ 
    width: 0%;
    float: left;
    display: none;
    overflow: hidden;
    transition: .5s;
    height: auto;}
#conte-seccion3{
    width: 0%;
    float: left;
    overflow: hidden;
    display: none;
    transition: .5s;
    height: auto;
    font-family: open sans;}
#conte-seccion4{ 
    width: 0%;
    float: left;
    display: none;
    overflow: hidden;
    transition: .5s;
    height: auto;}
.contenidosecciones{
    width: 100%;
    padding: 0% 10%;}
.producto{
    width: 30%;
    height: auto;
    margin: 1.5%;
    border-right: 3px solid #4B6A93;
    border-bottom: 3px solid #4B6A93;
    float: left;}
.imgpro-detalle{
    width: 90%;
    margin: 5%;
    float: left;}
.text-pro{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #4B6A93;
    float: left;
    color: white;
    font-size: 18px;
    font-family: open sans;
    font-weight: 200;
    text-align: center;}
.text-pro2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #4B6A93;
    float: left;
    font-size: 12px;
    font-family: open sans;
    text-align: center;
    transition: .3s;}
.text-pro2:hover{ 
    letter-spacing: 2px;
}
.textodescripcion{
    width: 80%;
    float: left;
    height: auto;
    color: grey;
    text-align: justify;
    font-size: 22px;
    line-height: 30px;
    font-family: open sans;
    margin: 2% 10%;}
.movilproductos{
    display: none;
}
.pcproductos{
    display: block;
}


/*AMERICAN TECH--------------------------*/
#seccionamericantech{
    width: 100%;
    display: block;
    transition: .5s;
    height: auto;
    overflow: hidden;
    float: left;}
.tituloamerican{
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    font-family: open sans;
    font-weight: lighter;
    letter-spacing: 20px;
    line-height: 100px;
    border-bottom: 2px solid grey;
    color: #4B6A93;}
.centrado{
    text-align: center;
}
.videoamerican1{
    width: 48%;
    margin: 2.5% 0%;
    height: auto;
    float: left;}
.text-ametech{
    width: 50%;
    margin: 2.5% 0%;
    font-size: 14px;
    line-height: 20px;
    float: right;}
h1111{
    font-family: open sans;
    font-weight: bold;
    color: #4B6A93;}
#infoamerican{
    width: 98%;
    margin: 1%;
    float: left;
    border-radius: 20px;
    background: #F3F5F7;
    box-shadow: 3px 3px #4B6A93;}
.imgamerican{
    width: 30%;
    float: left;
    margin: 2% 0%;}
.detalleramerican{    
    width: 40%;
    float: left;
    font-family: open sans;
    font-size: 15px;
    line-height: 25px;
    margin: 4% 0% 0% 2%;}
.imgamerican2{   
    width: 22%;
    float: right;
    margin: 2%;}
.videoamerican2{
    width: 90%;
    height: auto;
    margin: 5%;
    float: left;}
.secamerican{
    width: 30%;
    float: left;
    margin: 1.5%;
}
.btn-vermas{
    width: 20%;
    margin: 0% 40%;
    float: left;
    transition: .3s;
}
.btn-vermas:hover{
    opacity: .5;
}


@media (max-width:1500px){
    .textodescripcion{
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width:1200px){
    
.btn-seccion{
    width: 23%;
    margin: 1%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 2px;}
}
@media (max-width:1100px){
    .text-ametech{
        font-size: 11px;
        line-height: 16px;}
    .detalleramerican{    
        font-size: 12px;
        line-height: 20px;}
}
@media (max-width:1000px){
    .btn-seccion{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        letter-spacing: 1px;}
}
@media (max-width:900px){ 
    .seccionesproductos{
        width: 100%;
        margin: 0%;}
    .contenidosecciones{
        padding: 0% 5%;
    }
    .movilproductos{
        display: block;
    }
    .pcproductos{
        display: none;
    }
    .producto{
        width: 47%;
    }
    .btn-seccion{
        line-height: 50px;
        font-size: 18px;}
}
@media (max-width:800px){
    .btn-seccion{
        font-size: 14px;}
    .videoamerican1{
        width: 80%;
        margin: 0% 10%;
        height: auto;
        float: left;}
    .text-ametech{
        width: 80%;
        margin: 5% 10%;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        float: right;}
    .imgamerican{
        width: 50%;
        margin: 2% 25%;}
    .imgamerican2{  
        width: 40%;
        margin: 2% 30%;}
    .detalleramerican{    
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        margin: 0%;}
}
@media (max-width:600px){
    .btn-seccion{
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: 0px;}
    .textodescripcion{
        width: 90%;
        font-size: 12px;
        line-height: 20px;
        margin: 2% 5%;}
    .detalleramerican{    
        font-size: 12px;
        line-height: 24px;}
    .imgamerican{
        width: 60%;
        margin: 0% 20%;}
    .imgamerican2{  
        width: 50%;
        margin: 0% 25%;}
    .text-ametech{
        width: 90%;
        margin: 5%;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        float: right;}
}
@media (max-width:450px){
    .seccionesproductos{
        height: auto;
    }
    .btn-seccion{
        width: 45%;
        margin: 1% 2.5%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;}
}
@media (max-width:400px){
    .seccionesproductos{
        width: 100%;
        margin: 2% 0%;}
    .btn-seccion{
        height: 30px;
        line-height: 30px;
        font-size: 12px;}
    .text-pro{
        height: 30px;
        line-height: 30px;
        font-size: 12px;}
}