@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');


/**********    Diseño y Desarrollo  www.soluturing.com     ************/

html,body{
    margin: 0;
    padding: 0;
    width: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #656A6F;
    font-weight: 400;
}


/***-----------------------top wrapper----------------------***/
#top__wrapper {
    width: 100%; height: auto;
    display: table;
}
.top__wrapper__container {
    width: 1140px; height: 111px;
    margin: 0px auto;
    padding: 25px 0px 25px 0px;
    box-sizing: border-box;
}
.row__top__wrapper {
    width: 1140px; height: 61px;
    margin: 0px auto;
    display: flex;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center !important;
}

.top__wrapper__left__logo{
    width: 285px; height: auto;
    display: table;
}
.top__wrapper__left__logo img {
    width: 280px; height: auto;
}
.top__wrapper__center__text {
    width: 620px; height: 28px;
    padding: 2px 15px 0px 15px;
    text-align: center;
    font-size: 19.2px;
    letter-spacing: 1.4px;
    color: #444444 !important;
    font-family: 'Poppins', sans-serif;
}
.top__wrapper__right__tel {
    width: 240px; height: 33px;
    padding: 0px 15px;
    transition: all 0.6s;
}
.top__wrapper__right__tel:hover {
    transform: scale(1.06);
}
.top__wrapper__tel {
    width: 220px; height: 33px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #1F85B3;
    text-decoration: none;
    transition: all 1.6s;
}
a.top__wrapper__tel:hover {
    text-decoration: none;
}
@media (max-width:1150px) {
    #top__wrapper {
        width: 100%; height: auto;
        display: table;
        text-align: center;

    }
    .top__wrapper__container {
        width: 100%; height: 180px;
        margin: 0px auto;
        padding: 12px 0px 12px 0px;
        box-sizing: border-box;
        align-content: center;
    }
    .row__top__wrapper {
        width: 100%; height: 61px;
        margin: 0px auto;
        display: grid;
        padding: 0px 8px;
        justify-content: space-between;
        align-items: center !important;
        justify-content: center
    }
    
    .top__wrapper__left__logo{
        width: 260px; height: auto;
        margin: 0px auto;
        display: table;
    }
    .top__wrapper__left__logo img {
        width: 260px; height: auto;
        margin: 0px auto;
    }
    .top__wrapper__center__text {
        width: 100%; height: 28px;
        padding: 15px 15px 0px 15px;
        text-align: center;
        font-size: 19.2px;
        letter-spacing: 1.4px;
        color: #444444 !important;
        font-family: 'Poppins', sans-serif;
    }
    .top__wrapper__right__tel {
        width: 100%; height: 33px;
        padding: 0px 15px;
        margin-top: 30px;
        transition: all 0.6s;
        text-align: center;
    }
    .top__wrapper__right__tel:hover {
        transform: scale(1.06);
    }
    .top__wrapper__tel {
        width: 100%; height: 33px;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #1F85B3;
        text-decoration: none;
        transition: all 1.6s;
    }
    a.top__wrapper__tel:hover {
        text-decoration: none;
    }
}
@media (max-width:900px) {
    #top__wrapper {
        width: 100%; height: auto;
        display: table;
    }
    .top__wrapper__container {
        width: 100%; height: 120px;
        margin: 0px auto;
        padding: 12px 0px 12px 0px;
        box-sizing: border-box;
    }
    .row__top__wrapper {
        width: 100%; height: 61px;
        margin: 0px auto;
        display: grid;
        padding: 0px 8px;
        justify-content: space-between;
        align-items: center !important;
        justify-content: center;
    }
    
    .top__wrapper__left__logo{
        width: 260px; height: auto;
        margin: 0px auto;
        display: table;
    }
    .top__wrapper__left__logo img {
        width: 260px; height: auto;
        margin: 0px auto;
    }
    .top__wrapper__center__text {
        width: 100%; height: 28px;
        padding: 15px 15px 0px 15px;
        text-align: center;
        font-size: 19.2px;
        letter-spacing: 1.4px;
        color: #444444 !important;
        font-family: 'Poppins', sans-serif;
    }
    .top__wrapper__right__tel {
        width: 100%; height: 33px;
        padding: 0px 15px;
        margin-top: 30px;
        transition: all 0.6s;
        text-align: center;
    }
    .top__wrapper__right__tel:hover {
        transform: scale(1.06);
    }
    .top__wrapper__tel {
        width: 100%; height: 33px;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #1F85B3;
        text-decoration: none;
        transition: all 1.6s;
    }
    a.top__wrapper__tel:hover {
        text-decoration: none;
    }
}
@media (max-width:556px) {
    #top__wrapper {
        width: 100%; height: auto;
        display: table;
    }
    .top__wrapper__container {
        width: 100%; height: 120px;
        margin: 0px auto;
        padding: 12px 0px 12px 0px;
        box-sizing: border-box;
    }
    .row__top__wrapper {
        width: 100%; height: 61px;
        margin: 0px auto;
        display: grid;
        padding: 0px 8px;
        justify-content: space-between;
        align-items: center !important;
        justify-content: center;
    }
    
    .top__wrapper__left__logo{
        width: 260px; height: auto;
        margin: 0px auto;
        display: table;
    }
    .top__wrapper__left__logo img {
        width: 260px; height: auto;
        margin: 0px auto;
    }
    .top__wrapper__center__text {
        width: 100%; height: 28px;
        padding: 15px 15px 0px 15px;
        text-align: center;
        font-size: 19.2px;
        letter-spacing: 1.4px;
        color: #444444 !important;
        font-family: 'Poppins', sans-serif;
    }
    .top__wrapper__right__tel {
        width: 100%; height: 33px;
        padding: 0px 15px;
        margin-top: 45px;
        transition: all 0.6s;
        text-align: center;
    }
    .top__wrapper__right__tel:hover {
        transform: scale(1.06);
    }
    .top__wrapper__tel {
        width: 100%; height: 33px;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #1F85B3;
        text-decoration: none;
        transition: all 1.6s;
    }
    a.top__wrapper__tel:hover {
        text-decoration: none;
    }
}




/***----------------------Navbar-----------------------***/
.navbar{
    width: 100%; height: 56px;
    border-bottom: 4px solid #0097D6;
    z-index: 2200;
}
#navbar__container {
    width: 1110px; height: 56px;
    margin: 0px auto;
    padding: 8px 16px;
}
.navbar-nav a{
    padding: 8px 34px;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.w-100 {
    width: 100%!important;
}
.dropdown-menu {
    transform: translate(0px,8px);
    z-index: 2200;
}
@media (max-width:1199px){
    .navbar{
        width: 100%; height: 56px;
        border-bottom: 4px solid #0097D6;
        z-index: 2200;
        margin-top: 0px;
    }
    #navbar__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 8px 16px;
    }
    .navbar-nav a{
        width: 100%; height: auto;
        background: #fff;
        padding: 20px 0px;
        font-weight: 900;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
    .w-100 {
        width: 100%!important;
    }
    .dropdown-menu {
        width: 100%; height: auto;
        transform: translate(0px,0px);
        border-radius: 0px;
        text-align: center;
        z-index: 2200;
    }
    .dropdown-menu li a{
        padding: 8px;
        text-align: center;
    }
}
@media (max-width:900px){
    .navbar{
        width: 100%; height: 56px;
        border-bottom: 4px solid #0097D6;
        z-index: 2200;
        margin-top: 60px;
    }
    #navbar__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 8px 16px;
    }
    .navbar-nav a{
        width: 100%; height: auto;
        background: #fff;
        padding: 20px 0px;
        font-weight: 900;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
    .w-100 {
        width: 100%!important;
    }
    .dropdown-menu {
        width: 100%; height: auto;
        transform: translate(0px,0px);
        border-radius: 0px;
        text-align: center;
        z-index: 2200;
    }
    .dropdown-menu li a{
        padding: 8px;
        text-align: center;
    }
}





/***Slider***/
.carousel{
    margin-top: 0px;
    width: 100%; height: auto;
    z-index: 2000;
    position: relative;
    align-items: center;
    display: table;
}
.carousel-item{
    width: 100%; height: auto;
    text-align: center;
    margin-top: 0px;
    z-index: 2;
    position: relative;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
   }
   
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
}
   
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}
   
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
   
.carousel-control-prev,.carousel-control-next {
    width: 60px; height: 100px;
    position: absolute;
    transform: translate(0px, 200px);
}
.carousel__text__container {
    width: 100%; height: auto;
    margin: 174px auto;
    text-align: center;
    z-index: 2;
    display: table;
    position: absolute;
}
.carousel__text__tittle {
    width: 100%; height: 100%;
    margin: 0px auto;
    padding: 40px 0px;
    font-size: 48px;
    font-weight: 800;
    text-shadow: 2px 2px #0097D6;
    color: #fff;
    background-color: #ffffff62;
    opacity: 1;
    letter-spacing: 12px;
}
.carousel-item img{
    width: 100%; height: 500px;
    opacity: .9;
    z-index: 2;
}
@media (max-width:1150px) {
    .carousel-item img{
        width: 100%; height: 420px;
    }
}
@media (max-width:900px) {
    .carousel{
        margin-top: 0px;
        width: 100%; height: 360px;
        z-index: 2000;
        position: relative;
        align-items: center;
        display: table;
    }
    .carousel-item{
        width: 100%; height: 360px;
        text-align: center;
        margin-top: 0px;
        z-index: 2;
        position: relative;
    }
    .carousel__text__tittle {
        width: 100%; height: 100%;
        margin: 0px auto;
        transform: translate(0px, -40px);
        padding: 20px 8px;
        font-size: 40px;
        font-weight: 800;
        text-shadow: 2px 2px #0097D6;
        color: #fff;
        background-color: #ffffff62;
        opacity: 1;
        letter-spacing: 12px;
    }
    .carousel-item img{
        width: 100%; height: 360px;
        opacity: .9;
        z-index: 2;
    }
}






/***Tittledesc***/
#tittledesc {
    width: 100%; height: 160px;
    background-color: rgba(0,0,0,.7);
    background: linear-gradient(to right,rgba(0,0,0,.76),rgba(0,0,0,0.94));
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    display: table;
    position: relative;
}
.tittledesc__container {
    width: 100%; height: auto;
    align-items: center !important;
    padding: 48px 0px;
    display: table-cell;
    vertical-align: middle;
}
.tittledesc__tittle {
    width: 100%; height: auto;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

@media (max-width:900px) {
    #tittledesc {
        width: 100%; height: 160px;
        background-color: rgba(0,0,0,.7);
        background: linear-gradient(to right,rgba(0,0,0,.76),rgba(0,0,0,0.94));
        color: #FFFFFF;
        text-align: center;
        margin-top: 0px;
        display: table;
        position: relative;
    }
    .tittledesc__container {
        width: 100%; height: auto;
        align-items: center !important;
        padding: 48px 0px;
        display: table-cell;
        vertical-align: middle;
    }
    .tittledesc__tittle {
        width: 100%; height: auto;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 10px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }
}



/***Presentacion***/
.presentacion__container {
    width: 60%; height: 366px;
    margin: 0px auto;
    padding: 100px 0px;
    display: table;
    display: flex;
}
.presentacion__text {
    display: table-cell;
    vertical-align: middle;
}
.presentacion__text__1 {
    font-size: 20px;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.presentacion__text__2 {
    font-size: 16px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
}
.presentacion__img img {
    width: 240px; height: auto;
    transform: translate(0px, -80px);
}

@media (max-width:900px) {
    .presentacion__container {
        width: 100%; height: 740px;
        margin: 0px auto;
        padding: 50px 8px;
        display: grid;
    }
    .presentacion__text {
        display: table-cell;
        vertical-align: middle;
    }
    .presentacion__text__1 {
        font-size: 20px;
        color: #444444;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .presentacion__text__2 {
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
    }
    .presentacion__img {
        width: 80%; height: auto;
        margin: 0px auto;
        justify-content: center;
        text-align: center;
    }
    .presentacion__img img {
        width: 260px; height: auto;
        margin: 0px auto;
        transform: translate(0px, 12px);
        justify-content: center;
    }
}








/***nosotros***/
#nosotros{
    width: 100%; height: auto;
    background: #e7e7e7;
}
.nosotros__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 0px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
}
.nosotros__text {
    width: 480px; height: auto;
}
.nosotros__text__tittle {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.nosotros__text {
    font-size: 16px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
}
.nosotros__text__1,.nosotros__text__2,.nosotros__text__3 {
    padding-bottom: 16px;
}


@media (max-width:1150px) {
    #nosotros{
        width: 100%; height: auto;
        background: #e7e7e7;
    }
    .nosotros__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 0px 15px 50px 15px;
        display: grid;
        justify-content: space-between;
    }
    .nosotros__text {
        width: 100%; height: auto;
    }
    .nosotros__text__tittle {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 15px 0px 15px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .nosotros__text {
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
    }
    .nosotros__text__1,.nosotros__text__2,.nosotros__text__3 {
        padding-bottom: 16px;
        padding: 0px 10px 16px 10px;
    }
    .nosotros__video video{
        width: 100%;
    }
    
}









/***Servicios***/
.servicios__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    justify-content: space-between;
    display: grid;
}
.servicios__text {
    width: 1110px; height: auto;
    font-size: 16px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
}
.servicios__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.servicios__desc {
    padding-bottom: 16px;
}
.servicios__list {
    padding: 0px 12px;
    display: flex;
    justify-content: space-around;
}
.especiales,.normas,.insitu {
    width: 400px; height: 60px;
    border-left: 4px solid #1F85B3;
    margin: 16px 0px;
    padding: 6px 12px;
}
@media (max-width:1150px) {
    .servicios__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 8px;
        justify-content: space-between;
        display: grid;
    }
    .servicios__text {
        width: 100%; height: auto;
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
    }
    .servicios__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .servicios__desc {
        padding-bottom: 16px;
    }
    .servicios__list {
        padding: 0px 12px;
        display: grid;
        justify-content: space-between;
    }
    .especiales,.normas,.insitu {
        width: 100%; height: 60px;
        border-left: 4px solid #1F85B3;
        margin: 16px 0px;
        padding: 6px 12px;
    }
}









/***Productos***/
.productos__container{
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    justify-content: space-between;
    display: grid;
    text-align: center;
}
.productos__tittle__top {
    width: 1110px; height: 38px;
    margin: 0px auto;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
}
.productos__article {
    width: 1110px; height: auto;
    margin: 50px auto;
    justify-content: space-between;
    display: flex;
}
.productos__box {
    width: 212px; height: 100%  !important;
    margin: 0px auto;
    padding: 1rem !important;
    font-size: 16px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    background-color: #f8f9fb !important;
    transition: all 0.4s ease;
}
.productos__box:hover {
    transform: scale(1.06);
}
.productos__img{
    width: 100%; height: auto;
    margin: 0px auto;
    text-align: center;
} 
.productos__img img{
    width: 100%; height: auto;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 16px;
}
.productos__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.productos__desc {
    padding: 0px 6px 18px 6px;
    text-align: left;
}
.productos__desc i{
    padding: 0px 6px 0px 0px;
    color: #1F85B3;
}

@media (max-width:1150px) {
    .productos__container{
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        justify-content: space-between;
        display: grid;
        text-align: center;
        justify-content: center;
    }
    .productos__tittle__top {
        width: 100%; height: 38px;
        margin: 0px auto;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
    }
    .productos__article {
        width: 100%; height: auto;
        margin: 50px auto;
        justify-content: space-between;
        display: grid;
    }
    .productos__box {
        width: 100%; height: 100%  !important;
        margin: 0px auto;
        padding: 1rem !important;
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        background-color: #f8f9fb !important;
        transition: all 0.4s ease;
    }
    .productos__box:hover {
        transform: scale(1);
    }
    .productos__img{
        width: 100%; height: auto;
        margin: 0px auto;
        text-align: center;
    } 
    .productos__img img{
        width: 100%; height: auto;
        margin: 0px auto;
        text-align: center;
        padding-bottom: 16px;
    }
    .productos__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .productos__desc {
        padding: 0px 6px 18px 6px;
        text-align: left;
    }
    .productos__desc i{
        padding: 0px 6px 0px 0px;
        color: #1F85B3;
    }
}











/***bannerlinks***/
#banner__links {
    background: #070707;
}
.bannerlinks__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}
.bannerlinks__text {
    width: 555px; height: 396px;
    padding: 16px;
    text-align: left;
}
.bannerlinks__tittle {
    font-size: 28px;
    text-transform: uppercase;
}
.bannerlinks__desc {
    font-size: 20px;
    padding: 16px 0px;
}
.contacto__tittle {
    width: 60px; height: auto;
    margin: 0px 0px;
    text-align: left;
    padding: 0px 0px;
    border-bottom: 4px solid #1F85B3;
    font-size: 24px;
}
.bannerlinks__social{
    padding: 8px 0px;
    font-size: 20px;
}
.bannerlinks__social i{
    padding: 0px 12px 0px 0px;
}
.bannerlinks__img img {
    width: 555px; height: 396px;
}

@media (max-width:1150px) {
    #banner__links {
        background: #070707;
    }
    .bannerlinks__container {
        width: 100%; height: auto;
        margin: 0px auto;
        display: grid;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF;
    }
    .bannerlinks__text {
        width: 100%; height: auto;
        padding: 16px;
        text-align: left;
    }
    .bannerlinks__tittle {
        font-size: 28px;
        text-transform: uppercase;
    }
    .bannerlinks__desc {
        font-size: 20px;
        padding: 16px 0px;
    }
    .contacto__tittle {
        width: 60px; height: auto;
        margin: 0px 0px;
        text-align: left;
        padding: 0px 0px;
        border-bottom: 4px solid #1F85B3;
        font-size: 24px;
    }
    .bannerlinks__social{
        padding: 8px 8px;
        font-size: 16px;
    }
    .bannerlinks__social i{
        padding: 0px 12px 0px 0px;
    }
    .bannerlinks__img img {
        width: 100%; height: auto;
        margin-top: 0px;
    }
    
}








.mat__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    justify-content: space-between;
    display: grid;
    text-align: center;
}
.mat__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
    padding-top: 20px;
    text-align: left;
}
.mat__desc {
    width: 1110px; height: auto;
    padding: 0px 0px;
    font-size: 16px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}


.normascalidad__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    justify-content: space-around;
    display: grid;
}
.normascalidad__text {
    width: 1110px; height: auto;
    font-size: 16px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.normascalidad__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 20px;
}
.materiales__list {
    width: 400px; height: 20px;
    border-left: 4px solid #1F85B3;
    margin: 16px 0px;
    padding: 0px 12px;
    text-align: left;
}
.normascalidad__desc {
    padding-bottom: 16px;
    text-align: left;
}
.normascalidad__list {
    padding: 16px 0px;
    display: flex;
}
.normascalidad__materiales {
    width: 400px; height: auto;
}
.materiales__tittle {
    padding-bottom: 4px;
    color: #1E2022;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.normascalidad__tabla {
    width: 100%; height: auto;
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
}
.normascalidad__tabla img{
    width: 380px;
}

@media (max-width:1150px) {
    .mat__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 8px;
        justify-content: space-between;
        display: grid;
        text-align: center;
    }
    .mat__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
        padding-top: 20px;
        text-align: left;
    }
    .mat__desc {
        width: 100%; height: auto;
        padding: 0px 0px;
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        text-align: left;
    }
    
    .normascalidad__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 8px;
        justify-content: space-around;
        display: grid;
    }
    .normascalidad__text {
        width: 100%; height: auto;
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
    }
    .normascalidad__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .materiales__list {
        width: 100%; height: 20px;
        border-left: 4px solid #1F85B3;
        margin: 16px 0px;
        padding: 0px 8px;
    }
    .normascalidad__desc {
        padding-bottom: 16px;
    }
    .normascalidad__list {
        padding: 16px 8px;
        display: flex;
    }
    .normascalidad__materiales {
        width: 100%; height: auto;
    }
    .materiales__tittle {
        padding-bottom: 4px;
        color: #1E2022;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
    .normascalidad__tabla {
        width: 100%; height: auto;
        padding: 0px 40px;
        display: flex;
        justify-content: space-between;
    }
    .normascalidad__tabla img{
        width: 380px;
    }

}

@media (max-width:900px) {
    .mat__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 8px;
        justify-content: space-between;
        display: grid;
        text-align: center;
    }
    .mat__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
        padding-top: 20px;
        text-align: left;
    }
    .mat__desc {
        width: 100%; height: auto;
        padding: 0px 0px;
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        text-align: left;
    }
    
    .normascalidad__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 8px;
        justify-content: space-around;
        display: grid;
    }
    .normascalidad__text {
        width: 100%; height: auto;
        font-size: 16px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
    }
    .normascalidad__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .materiales__list {
        width: 100%; height: 20px;
        border-left: 4px solid #1F85B3;
        margin: 16px 0px;
        padding: 0px 8px;
    }
    .normascalidad__desc {
        padding-bottom: 16px;
    }
    .normascalidad__list {
        padding: 16px 8px;
        display: flex;
    }
    .normascalidad__materiales {
        width: 40%; height: auto;
    }
    .materiales__tittle {
        padding-bottom: 4px;
        color: #1E2022;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
    .normascalidad__tabla {
        width: 10   0%; height: auto;
        padding: 0px 12px;
        display: grid;
        justify-content: space-between;
    }
    .normascalidad__tabla img{
        width: 100%;
    }

}
















/***--------------------------contactlink------------------------***/
#contactlink {
    background: #e7e7e7;
}
.contactlink__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    align-items: center;
}
.contactlink__img{
    width: 264px; height: auto;
}
.contactlink__img img{
    width: 264px; height: auto;
    padding-bottom: 4px;
}
.contactlink__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.contactlink__text {
    width: 560px; height: auto;
    margin: 0;
    font-size: 16px;
    padding: 0px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
    display: grid;
    align-items: center;
}
.contactlink__boton {
    width: 200px; height: auto;
    padding: 0px 16px;
    vertical-align: middle;
}
a.contact__btn {
    background: none;
    color: #1E2022;
    font-weight: 400;
    border: 2px solid #1E2022;
    font-size: 20px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s;
}
a.contact__btn:hover {
    text-decoration: none;
    background: #1F85B3;
    color: #fff;
    font-weight: 400;
    border: 2px solid rgba(0,0,0,.0);
}
@media (max-width:1200px) {
    #contactlink {
        background: #e7e7e7;
    }
    .contactlink__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
    }
    .contactlink__img{
        width: 20%; height: auto;
    }
    .contactlink__img img{
        width: 264px; height: auto;
        padding-bottom: 4px;
    }
    .contactlink__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .contactlink__text {
        width: 40%; height: auto;
        margin: 0;
        font-size: 16px;
        padding: 0px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        display: grid;
        align-items: center;
    }
    .contactlink__boton {
        width: 20%; height: auto;
        padding: 0px 16px;
        vertical-align: middle;
    }
    a.contact__btn {
        background: none;
        color: #1E2022;
        font-weight: 400;
        border: 2px solid #1E2022;
        font-size: 20px;
        padding: 8px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.6s;
    }
    a.contact__btn:hover {
        text-decoration: none;
        background: #1F85B3;
        color: #fff;
        font-weight: 400;
        border: 2px solid rgba(0,0,0,.0);
    }
}
@media (max-width:900px) {
    #contactlink {
        background: #e7e7e7;
    }
    .contactlink__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        box-sizing: border-box;
        display: grid;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
        text-align: center;
    }
    .contactlink__img{
        width: 100%; height: auto;
    }
    .contactlink__img img{
        width: 100%; height: auto;
        padding-bottom: 20px;
    }
    .contactlink__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .contactlink__text {
        width: 100%; height: auto;
        margin: 0;
        font-size: 16px;
        padding: 0px 8px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        display: grid;
        align-items: center;
    }
    .contactlink__boton {
        width: 200px; height: auto;
        padding: 40px 16px;
        margin: 0px auto;
        vertical-align: middle;
    }
    a.contact__btn {
        background: none;
        color: #1E2022;
        font-weight: 400;
        border: 2px solid #1E2022;
        font-size: 20px;
        padding: 8px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.6s;
    }
    a.contact__btn:hover {
        text-decoration: none;
        background: #1F85B3;
        color: #fff;
        font-weight: 400;
        border: 2px solid rgba(0,0,0,.0);
    }
}



/***--------------------------footer------------------------------***/
#footer {
    width: 100%; height: auto;
    background: #070707 url(/imagenes/footer.png);
    background-size:auto;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    color: #fff;
    text-align: left;
}
.footer__banner {
    width: 100%; height: auto;
    text-align: center;
    padding: 0px 0px 0px 70px;
    padding-top: 16px;
}
.footer__banner img {
    width: 800px; height: auto;
}
.footer__container {
    width: 1110px; height: 400px;
    margin: 0px auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.col__left,.col__center,.col__right {
    padding: 20px 0px;
}
.col__left__tittle, .col__center__tittle, .col__right__tittle {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff/*#1F85B3*/;
}
.col__left__tittle i, .col__center__tittle i, .col__right__tittle i{
    padding: 0px 20px 0px 0px;
    color: #1F85B3;
    font-size: 18px;
    font-weight: 800;
}
.col__left__info{
    width: 260px;
    padding-bottom: 20px;
    display: grid;
}
.col__left__desc {
    padding-bottom: 16px;
}
.col__left__link__list {
    padding: 8px 0px;
}
.col__left__link__list a {
    color: #1F85B3;
    text-decoration: none;
}
.col__left__link__list a:hover {
    color: #1F85B3;
    opacity: 0.8;
}
.col__left__social {
    width: 180px;
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
.col__left__social i{
    width: 50px; height: 50px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 28px;
    padding: 11px 12px;
    text-align: center;
    transition: all 0.6s;
}
.col__left__social i:hover {
    background: #1F85B3;
}
.tel i {
    font-size: 22px;
    padding-top: 12px;
}

.col__center__links,.col__right__products {
    width: 200px; height: auto;
    padding-bottom: 16px;
    padding-left: 30px;
}
.col__center__links a,.col__right__products a {
    color: #1F85B3;
    text-decoration: none;
    text-transform: capitalize;
}
.col__center__links a:hover,.col__right__products a:hover {
    color: #1F85B3;
    opacity: 0.8;
}



.footer__botom {
    width: 1110px; height: auto;
    margin: 0px auto;
    border-top: 1px solid #fff;
    padding: 16px 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 100;
}
.footer__botom__right a{
    color: #1F85B3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    padding: 0px 0px 0px 6px;
}
.footer__botom__right a:hover {
    color: #1F85B3;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width:1200px) {
    #footer {
        width: 100%; height: auto;
        background: #070707 url(/imagenes/footer.png);
        background-size:auto;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
        color: #fff;
        text-align: left;
    }
    .footer__banner {
        width: 100%; height: auto;
        text-align: center;
        padding: 0px 0px 0px 70px;
        padding-top: 16px;
    }
    .footer__banner img {
        width: 800px; height: auto;
    }
    .footer__container {
        width: 100%; height: 400px;
        margin: 0px auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    .col__left,.col__center,.col__right {
        padding: 20px 0px;
    }
    .col__left__tittle, .col__center__tittle, .col__right__tittle {
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff/*#1F85B3*/;
    }
    .col__left__tittle i, .col__center__tittle i, .col__right__tittle i{
        padding: 0px 20px 0px 0px;
        color: #1F85B3;
        font-size: 18px;
        font-weight: 800;
    }
    .col__left{
        padding-left: 30px;
    }
    .col__right{
        padding-right: 30px;
    }
    .col__left__info{
        width: 100%;
        padding-left: 30px;
        padding-bottom: 20px;
        display: grid;
    }
    .col__left__desc {
        padding-bottom: 16px;
    }
    .col__left__link__list {
        padding: 8px 0px;
    }
    .col__left__link__list a {
        color: #1F85B3;
        text-decoration: none;
    }
    .col__left__link__list a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    .col__left__social {
        width: 180px;
        list-style: none;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }
    .col__left__social i{
        width: 50px; height: 50px;
        background: rgba(255,255,255,0.2);
        color: #fff;
        font-size: 28px;
        padding: 11px 12px;
        text-align: center;
        transition: all 0.6s;
    }
    .col__left__social i:hover {
        background: #1F85B3;
    }
    .tel i {
        font-size: 22px;
        padding-top: 12px;
    }
    
    .col__center__links,.col__right__products {
        width: 100%; height: auto;
        padding-bottom: 16px;
    }
    .col__center__links a,.col__right__products a {
        color: #1F85B3;
        text-decoration: none;
        text-transform: capitalize;
    }
    .col__center__links a:hover,.col__right__products a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    
    
    
    .footer__botom {
        width: 100%; height: auto;
        margin: 0px auto;
        border-top: 1px solid #fff;
        padding: 16px 20px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        font-weight: 100;
    }
    .footer__botom__right a{
        color: #1F85B3;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        padding: 0px 0px 0px 6px;
    }
    .footer__botom__right a:hover {
        color: #1F85B3;
        text-decoration: none;
        font-weight: 900;
    }
}

@media (max-width:900px) {
    #footer {
        width: 100%; height: auto;
        background: #070707 url(/imagenes/footer.png);
        background-size:auto;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
        color: #fff;
        text-align: left;
    }
    .footer__banner {
        width: 100%; height: auto;
        text-align: center;
        padding: 0px 8px;
        padding-top: 16px;
    }
    .footer__banner img {
        width: 100%; height: auto;
    }
    .footer__container {
        width: 100%; height: 400px;
        margin: 0px auto;
        margin-bottom: 20px;
        padding: 0px 8px;
        display: grid;
        justify-content: space-between;
    }
    .col__left,.col__center,.col__right {
        padding: 20px 0px;
    }
    .col__left__tittle, .col__center__tittle, .col__right__tittle {
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff/*#1F85B3*/;
    }
    .col__left__tittle i, .col__center__tittle i, .col__right__tittle i{
        padding: 0px 20px 0px 0px;
        color: #1F85B3;
        font-size: 18px;
        font-weight: 800;
    }
    .col__left__info{
        width: 260px;
        padding-bottom: 20px;
        display: grid;
    }
    .col__left__desc {
        padding-bottom: 16px;
    }
    .col__left__link__list {
        padding: 8px 0px;
    }
    .col__left__link__list a {
        color: #1F85B3;
        text-decoration: none;
    }
    .col__left__link__list a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    .col__left__social {
        width: 180px;
        list-style: none;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }
    .col__left__social i{
        width: 50px; height: 50px;
        background: rgba(255,255,255,0.2);
        color: #fff;
        font-size: 28px;
        padding: 11px 12px;
        text-align: center;
        transition: all 0.6s;
    }
    .col__left__social i:hover {
        background: #1F85B3;
    }
    .tel i {
        font-size: 22px;
        padding-top: 12px;
    }
    
    .col__center__links,.col__right__products {
        width: 200px; height: auto;
        padding-bottom: 16px;
        padding-left: 30px;
    }
    .col__center__links a,.col__right__products a {
        color: #1F85B3;
        text-decoration: none;
        text-transform: capitalize;
    }
    .col__center__links a:hover,.col__right__products a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    
    
    
    .footer__botom {
        width: 100%; height: auto;
        margin: 0px auto;
        border-top: 1px solid #fff;
        padding: 16px 8px 16px 8px;
        font-size: 14px;
        display: grid;
        justify-content: space-between;
        font-weight: 100;
        margin-top: 600px;
    }
    .footer__botom__right a{
        color: #1F85B3;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        padding: 0px 0px 0px 6px;
    }
    .footer__botom__right a:hover {
        color: #1F85B3;
        text-decoration: none;
        font-weight: 900;
    }
}