*,
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
html{
    overflow-x: hidden;
}
body{
    position: relative;
    overflow-x: hidden;
}
body{
    display: flex;
    min-height: 100vh;
    justify-content: space-between;
    /*width: 100vw;
    max-width:100%;*/
    align-items: center;
    background-color: #fff;
    /*min-width: 100vw;*/  
    flex-direction: column;
    /*overflow-x: hidden;*/
}
/*#pagecontainer {
    display:flex;
    min-height:100vh;
    background-color: aqua;
    justify-content: space-between;
    flex-direction: column;
}*/
/*------------------------------Código de la barra de navegación------------------------------*/
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 75px;
    /*min-height: 8%;*/
    background-color: #111;
    /*font-family: 'Poppins', sans-serif;*/
    /*width: 100vw;
    max-width: 100%;*/
    /*width: 100vw;*/
    /*max-width: 100%;*/
}
.logo{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}
.nav-links{
    display: flex;
    justify-content: space-around;
    width: 40%;
}
.nav-links li{
    list-style: none;
}
.nav-links a{
    position: relative;
    color: #999;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
}
.nav-links a:after{
    content: "";
    position: absolute;
    background-color:#f0923b;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
}
.nav-links a:hover {
    color: #fff;
}
.nav-links a:hover:after {
    width: 100%;
    transition: 0.3s;
}
.burger{
    display: none;
    cursor: pointer;
}
.burger div{
    width:25px;
    height: 2px;
    background-color:#fff;
    margin: 5px;
    transition: all 0.3s ease;
}
.cuerpo{
    min-height: 90vh;
    background:#fff; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.img-slider{
    position: relative;
    /*top:46%;*/
    /*left:50%;*/
    /*transform: translate( -50%, 0%);*/
    width: 1152px;
    height: 540px;
    background: #fff;
    margin:25px;
    /*align-items: center;*/
    /*justify-content: space-evenly;*/
    /*margin: 100000px;*/
    /*height: 90vh;*/
    /*display: flex;*/
    /*align-items: center;
    background-color: #1d212b;*/
}
.img-slider .slide{
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}
.img-slider .slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}
.img-slider .slide img{
    z-index: 1;
    width: 100%;
    border-radius: 5px;
}
/*.img-slider .slide .info{
    position: absolute;
    top: 0;
    padding: 15px 30px;
}*/
/*.img-slider .slide .info h2{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}
.img-slider .slide .info p{
    color: #fff;
    background: rgba(0, 0, 0, 0, 1);
    font-size: 16px;
    width: 60%;
    padding: 10px;
    border-radius: 4px;
}*/
.img-slider .navigation{
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}
.img-slider .navigation .btn{
    background: #999;
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.img-slider .navigation .btn.active{
    background: #f0923b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
body .containeradvantages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: #e48023;
    padding: 40px 100px;
    margin-bottom: 25px;
}
body .containeradvantages .sec {
    /*margin-right: 30px;*/
    /*width: 23%;*/
    /*padding: 30px 30px;*/
    background-color: #f0923b;
    width: 300px;
    padding: 10px;
    border: 3px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
body .containeradvantages h3 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
}
body .containeradvantages p {
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
.section-spacing h2 {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin:0 0 20px;
    text-transform: uppercase;
}
.section-spacing ul {
    margin: 0;
    list-style-type: none;
}
.text-center {
    padding: 40px 0px 0px 0px;
}
/*.section-spacing a{
    text-decoration: none;
    color: #f0923b;
    display: inline-block;
    border: 2px solid #f0923b;
    border-radius: 20px;
    padding: 5px 50px;
    text-transform: uppercase;*/
    /*font-weight: 500;*/
    /*margin: 0 0 60px;*/
/*}
.section-spacing a:hover{
    color: #fff;
    background-color: #f0923b;
}*/
#filter-list {
    display: inline-block;
    border: 5px solid #dddddd;
    border-radius: 30px;
    padding: 4px;
    margin: 0 0 60px;
}
#filter-list li {
    display: inline-block;
    font-size: 15px;
    color: #999999;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    padding: 0 15px;
    min-width: 130px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#filter-list li.active,
#filter-list li:hover {
    background-color: #f0923b;
    color: #fff;
}
.gallery-outer {
    width: 100%;
    position:relative;
    /*display:flex;
    flex-direction: row;
    justify-content: center;*/
    /*display: flex;*/
    /*position: relative;*/
    /*display:flex;*/
    /*float: right;*/
    /*justify-content: center;*/
    height: auto;
    padding: 0 1px;
    background: #53bff0;
    margin-bottom: 60px;
}
.gallery-items {
    position:relative;
    display:flex;
    justify-content: space-around;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    background: #ffffff;
}
.gallery-items li {
    /*width: 25%;*/
    /*float: left;*/
    /*padding: 7.5px;*/
    margin: 10px;
    /*background: #dddddd;*/
    text-align: center;
}
.gallery-items p{
    margin:3px;
    /*color: red;*/
    /*position:relative;
    display: flex;*/
    /*background-color: #af1d66;*/
}
.gallery-items li img {
    padding: 7.5px;
    background: #dddddd;
    width: 400px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-inner {
    width: 400px;
    /*float: left;*/
    position: relative;
    overflow: hidden;
}
.gallery-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-overlay a {
    width: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #f0923b;
    font-size: 20px;
}
.gallery-overlay a:hover {
    background: #f0923b;
    color: #fff;
}
.gallery-items li img:hover {
    background:#ffb169;
}
.gallery-items li:hover .gallery-overlay {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
/*.gallery-items li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}*/
/*productos etiqueta y modelo*/
.etiqueta{
    text-align: left;
    color:#333;
    padding-left: 10px;
}
.model{
    text-align: left;
    padding-left: 10px;
    padding-bottom: 5px;
}
/**/
/*productos precios*/
.precioreal{
    text-decoration: line-through;
    opacity: 0.5;
    text-align: left;
    font-size: 90%;
    padding-left: 10px;
}
.preciomostrado{
    text-align: left;
    font-size: 95%;
    padding-left: 10px;
}
/**/
/*productos disponibles o no*/
.available{
    color: green;
    text-align: left;
    font-size: 95%;
    padding-left: 10px;
}
.unavailable{
    color:red;
    text-align: left;
    font-size: 95%;
    padding-left: 10px;
}
/**/
/*--------------------------------------------------Productos detallados--------------------------------------------------*/
.wrapper-productodetallado{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
}
.wrapper-productodetallado h2{
    text-transform: uppercase;
    color: #5d5d5d;
}
.container-productodetallado-fotoydescripcion{
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 100px;
}
.section-productodetallado-foto{
    float: left;
    width: 50%;
    background-color: blue;
}
.section-productodetallado-foto img{
    width: 100%;
    height: auto;
}
.section-productodetallado-descripcion{
    float: right;
    width: 45%;
}
.section-productodetallado-descripcion .tituloproducto{
    color:#333;
    font-size: 150%;
}
.section-productodetallado-descripcion .descripcionproducto{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.section-productodetallado-descripcion .preciorealproducto{
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 120%;
}
.section-productodetallado-descripcion .preciomostradoproducto{
    font-size: 135%;
}
.section-productodetallado-descripcion .availableproducto{
    font-size: 105%;
    color: green;
}
.section-productodetallado-descripcion .unavailableproducto{
    font-size: 105%;
    color: red;
}
.container-productodetallado-tablas{
    width: 80%;
    height: 1250px;
    /*height: 500vh;*/
    /*margin: auto;*/
    /*padding-top: 25px;*/
    /*padding-bottom: 100px;*/
    position: relative;
    margin: 0 auto;
}
.container-productodetallado-tablas .section-productodetallado-titulos{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.container-productodetallado-tablas button{
    background: transparent;
    border:none;
    outline:none;
    cursor: pointer;
    padding:14px 16px;
    margin-right:50px;
    font-size: 20px;
    font-weight: bold;
    color: #5d5d5d;
}
.container-productodetallado-tablas button:hover{
    color: #f0923b
}
.section-productodetallado-contenido{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin: 25px auto;
    width: 100%;
    position: absolute;
    transform: translateX(150%);
    transition: 0.3s;
    /*height: max-content;*/
}
#content1{
    transform: translateX(0);
    /*flex-direction: column;*/
}
#btn1{
    color: #f0923b;
}
.table-informacionbasica{
    border-collapse: collapse;
    /*margin-top: 5px;*/
    /*margin-bottom: 25px;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table-informacionbasica thead tr{
    background-color: #f0923b;
    color:#fff;
    text-align: left;
    /*font-weight: bold;*/
}
.table-informacionbasica th,
.table-informacionbasica td{
    padding: 12px 15px;
}
.table-informacionbasica tbody tr{
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
}
.table-informacionbasica tbody tr:nth-of-type(even){
    background-color: #f3f3f3;
}
.table-informacionbasica tbody tr:last-of-type{
    border-bottom: 2px solid #f0923b;
}
.table-caracteristicasdestacadas{
    border-collapse: collapse;
    /*margin-top: 5px;
    margin-bottom: 25px;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table-caracteristicasdestacadas tr{
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
}
.table-caracteristicasdestacadas tr:nth-of-type(even){
    background-color: #f3f3f3;
}
.table-caracteristicasdestacadas th,
.table-caracteristicasdestacadas td{
    padding: 12px 15px;
}
.table-caracteristicasdestacadas th{
    background-color: #f0923b;
    color:#fff;
    text-align: left;
}
.table-caracteristicasdestacadas td{
    border-right: 2px solid #f0923b;
}
.table-recomendacionesdeuso{
    border-collapse: collapse;
    /*margin-top: 5px;
    margin-bottom: 25px;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table-recomendacionesdeuso tr{
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
}
.table-recomendacionesdeuso tr:nth-of-type(even){
    background-color: #f3f3f3;
}
.table-recomendacionesdeuso th,
.table-recomendacionesdeuso td{
    padding: 12px 15px;
}
.table-recomendacionesdeuso th{
    background-color: #f0923b;
    color:#fff;
    text-align: left;
}
.table-recomendacionesdeuso td{
    border-right: 2px solid #f0923b;
}
@media screen and (max-width: 820px){
    .wrapper-productodetallado{
        width: 100vw;
    }
    .container-productodetallado-fotoydescripcion{
        display: flex;
        flex-direction: column;
    }
    .section-productodetallado-foto{
        width: 100%;
    } 
    .section-productodetallado-descripcion{
        width: 100%;
    }
    .container-productodetallado-tablas{
        height: 3000px;
    }
    .section-productodetallado-titulos{
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;    
    }
    .section-productodetallado-titulos button{
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
    }
}
/*--------------------------------------------------/Productos detallados--------------------------------------------------*/
.contactcontacto {
    position: relative;
    min-height: 90vh;
    padding: 50px 100px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contactcontacto .content {
    max-width: 800px;
    text-align:center;
}
.contactcontacto .content h2{
    font-size: 36px;
    font-weight: 500;
    /*color:#fff;*/
}
.contactcontacto .content p{
    font-weight: 300;
    /*color:#fff;*/
}
.containercontacto{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.containercontacto .contactinfo{
    width:50%;
    display: flex;
    flex-direction: column; 
}
.containercontacto .contactinfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.containercontacto .contactinfo .box .icon{
    min-width: 60px;
    height: 60px;
    color:#fff;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}
.containercontacto .contactinfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 300;
}
.containercontacto .contactinfo .box .text h3{
    font-weight: 500;
    color: #f0923b;
}
.contactform{
    width: 40%;
    padding: 40px;
    background: #777;  
}
.contactform h2{
    font-size: 30px;
    color: #222;
    font-weight: 500;
}
.contactform .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactform .inputbox input,
.contactform .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #222;
    outline: none
}
.contactform .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contactform .inputbox input:focus ~ span,
.contactform .inputbox input:valid ~ span,
.contactform .inputbox textarea:focus ~ span,
.contactform .inputbox textarea:valid ~ span{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}
.contactform .inputbox input[type="submit"]
{
    width: 100px;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}
footer {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 50px 100px;
    background: #111;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /*width: 100vw;
    max-width: 100%;*/
}
body .container .row{
    text-align: center;
}
.section{
    width: 100%;
    min-height:100vh;
}
.containernosotros{
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 100px;
}
.content-section{
    float: left;
    width: 55%;
    padding-bottom: 100px;
}
.image-section{
    float: right;
    width: 40%;
}
.image-section img{
    width: 100%;
    height: auto;
}
.content-section .title{
    text-transform: uppercase;
    font-size: 28px;
}
.content-section .content h3{
    margin-top: 20px;
    color:#5d5d5d;
    font-size: 21px;
}
.content-section .content ul{
    margin-top: 10px;
    margin-left: 20px;
    text-align: justify;
}
.content-section .content li:not(:last-child) {
    margin-bottom: 5px;
}
.content-section .content p span.firstword{
    color:#5d5d5d;
    font-weight: bold;
}
.content-section .content p{
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}
.content-section .content .button{
   margin-top: 30px; 
}
.content-section .content .button a{
    background-color: #222;
    padding: 12px 40px;
    text-decoration: none;
    color:#fff;
    font-size:25px;
    letter-spacing: 1.5px;
}
.content-section .content .button a:hover{
    background-color: #f0923b;
    color:#fff;
}
.content-section .social{
    margin-top: 40px;
}
.content-section .social i{
    color:#fff;
    font-size: 30px;
    /*padding: 5px 5px;*/
    text-align: center;
    padding-top: 5px;
    width:40px;
    height:40px;
    background: #222;
    border-radius: 4px;
    
}
.content-section .social i:hover{
    background:#f0923b;

}
footer .containerb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    /*min-width: 100%;*/
}
footer .containerb .sec {
    margin-right: 30px;  
}
footer .containerb .sec.aboutus {
    width: 40%;
}
footer .containerb h2 {
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
footer .containerb h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f0923b;
}
footer p {
    color: #999;
}
.sci {
    margin-top: 20px;
    display: flex;
}
.sci li {
    list-style: none;
}
.sci li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover {
    background: #f0923b;
}
.sci li a .fa {
    color: #fff;
    font-size: 20px;
}
.quicklinks {
    position: relative;
    width: 25%;
}
.quicklinks ul li {
    list-style: none;
}
.quicklinks ul li a {
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.quicklinks ul li a:hover {
    color: #fff;
}
.contact {
    width: calc(35% -60px);
    margin-right: 0 !important;
}
.contact .infoc {
    position:relative;
}
.contact .infoc li {
    display: flex;
    margin-bottom: 16px;
}
.contact .infoc li span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.contact .infoc li span {
    color: #999;
}
.contact .infoc li a {
    color: #999;
    text-decoration: none;
}
.contact .infoc li a:hover {
    color: #fff;
}
.copyrighttext {
    width: 100%;
    background: #181818;
    padding: 8px 100px;
    text-align: center;
    color: #999;
    /*position:relative;*/
}

/*Cart Page*/
.products-cart{
    max-width: 850px;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.products-cart i{
    font-size: 25px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.products-cart i:hover{
    color: #f0923b
}
.product-header{
    width: 100%;
    max-width: 850px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 3px solid #f0923b;
    margin: 0 auto;
}
.product-title{
    width: 45%;
    border-bottom: 1px solid #f0923b;
}
.price{
    width: 15%;
    border-bottom: 1px solid #f0923b;
    display: flex;
    align-items: center;
}
.quantity{
    width: 30%;
    border-bottom: 1px solid #f0923b;
    display: flex;
    align-items: center;
}
.total{
    width: 10%;
    border-bottom: 1px solid #f0923b;
    display: flex;
    align-items: center;
}
.product{
    width: 45%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0923b;
}
.product i{
    cursor: pointer;
}
.products{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.products img{
    width: 75px;
}
.basketTotalContainer{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0;
}
.basketTotalTitle{
    width: 30%;
}
.basketTotal{
    width: 10%;
}
/*Thanks page*/
.containerthanks{
    text-align: center;
    padding-top: 50px;
}
@media (max-width: 1280px){
    .img-slider{
        width: 960px;
        height: 450px;
    }
}
@media (max-width: 1040px){
    .img-slider{
        width: 800px;
        height: 375px;
    }
}
@media (max-width: 880px){
    .img-slider{
        width: 608px;
        height: 285px;
    }
    .img-slider .slide .info{
        padding: 10px 25px;
    }
    .img-slider .slide .info h2{
        font-size: 35px;
    }
    .img-slider .slide .info p{
        width: 70%;
        font-size: 15px;
    }
    .img-slider .navigation .btn{
        width: 10px;
        height: 10px;
        margin: 8px;
    }
}
@media (max-width: 620px){
    .img-slider{
      width: 416px;
      height: 195px;
    }
  
    .img-slider .slide .info{
      padding: 10px 20px;
    }
  
    .img-slider .slide .info h2{
      font-size: 30px;
    }
  
    .img-slider .slide .info p{
      width: 80%;
      font-size: 13px;
    }
  
    .img-slider .navigation{
      bottom: 15px;
    }
  
    .img-slider .navigation .btn{
      width: 8px;
      height: 8px;
      margin: 6px;
    }
} 
@media (max-width: 420px){
    .img-slider{
      width: 320px;
      height: 150px;
    }
  
    .img-slider .slide .info{
      padding: 5px 10px;
    }
  
    .img-slider .slide .info h2{
      font-size: 25px;
    }
  
    .img-slider .slide .info p{
      width: 90%;
      font-size: 11px;
    }
  
    .img-slider .navigation{
      bottom: 10px;
    }
}
@media screen and (max-width: 1480px){
        body .containeradvantages {
        padding-left: calc(33.3% - 200px);
        padding-right: calc(33.3% - 200px);
    }
}
@media screen and (max-width: 820px){
    body .containeradvantages {
        padding-left: calc(50% - 150px);
        padding-right: calc(50% - 150px);
    }
}
@media screen and (max-width: 1280px){
    .nav-links{
        width: 45%;
    }
}
@media screen and (max-width: 1024px){
    .nav-links{
        width: 50%;
    }
}
@media screen and (max-width: 820px){
    body{
        overflow-x: hidden;
    }
    .nav-links{  
        position: absolute;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #111;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        z-index: 1000;
    }  
    .nav-links li{
        opacity: 0;
    }
    .burger{
        display: block;
    }
}
.nav-active{
    transform: translateX(0%);
}
@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,5px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-5px);
}
@media screen and (max-width: 820px){
    .container{
        width:80%;
        display: block;
        margin: auto;
        padding-top: 50px;
    }
    .content-section{
        float: none;
        width: 100%;
        display: block;;
        margin: auto;
    }
    .image-section{
        float: none;
        width: 100%;
    }
    .image-section img{
        width:100%;
        height: auto;
        display: block;
        margin: auto;
    }
    .content-section .title{
        text-align: center;
        font-size: 19px;
    }
    .content-section .content .button{
        text-align: center;
    }
    .content-section .content .button a{
        padding: 9px 30px;
    }
    .content-section .social{
        text-align: center;
    }
}
@media (max-width: 820px)
{
    .contactcontacto{
        padding: 50px;
    }
    .containercontacto{
        flex-direction: column;
    }
    .containercontacto .contactinfo{
        margin-bottom: 40px;
    }
    .containercontacto .contactinfo,
    .contactform{
        width: 100%;
    }
}
@media (max-width: 820px)
{
    footer {
        padding: 40px;
    }
    footer .containerb {
        flex-direction: column;
    }
    footer .containerb .sec {
        margin-right: 0;
        margin-bottom: 40px;
    }
    footer .containerb .sec.aboutus,
    .quicklinks,
    .contact {
        width: 100%;
    }
    .copyrighttext {
        /*width: 100%;
        background: #181818;*/
        padding: 8px 40px;
        /*text-align: center;
        color: #999;*/
    }
}