/******************************************
IMPORT
******************************************/
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
    color: rgb(114, 114, 114)
}


@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before {
    content: "\f100";
}

.flaticon-map-with-position-marker:before {
    content: "\f101";
}

.flaticon-share:before {
    content: "\f102";
}

.flaticon-html5:before {
    content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
    content: "\f104";
}

.flaticon-computer-tool-for-education:before {
    content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
    content: "\f106";
}

.flaticon-arrows:before {
    content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
    content: "\f108";
}

.flaticon-css-3:before {
    content: "\f109";
}

.flaticon-online-course:before {
    content: "\f10a";
}

.flaticon-coffee-cup:before {
    content: "\f10b";
}

.flaticon-add:before {
    content: "\f10c";
}

.flaticon-html-coding:before {
    content: "\f10d";
}

/* <uniquifier>: Use a uniquifier for the class name*/
/* <weight>: Use a value from 300 to 800*/

.open-sans> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/******************************************
Al hacer desplazamiento
******************************************/ 
html {
    scroll-behavior: smooth;
}

/******************************************
COLORS ICON PHONE Y MAIL TO RED
******************************************/ 
.header{
    height: auto;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header i.fa-phone,
.header i.fa-envelope,
.header i.fa-map-marker {
color: #c40000;
}

.header a:hover{
  color: red;
  text-decoration: none;
}

/******************************************
TOP BAR WITH DATA COMPANY
******************************************/
.topbar {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #122b63;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.topbar2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: black;
}

.topbar a {
    color: white;
    font-size: 15px;
    font-family: "Open Sans";
}

.topbar a:hover {
    color: red;
    text-decoration: none;
}

.topbar i {
    margin-left: 80px;
    margin-right: 10px;
}

.topbar2 .btn{
    margin-left: auto;
    margin-right: 80px;
}

@media (max-width: 1000px){
    .topbar {
        justify-content: center;
    }

    .topbar i {
        margin-left: 10px;
    }

    .topbar2 .btn{
        margin-right: 40px;
    }
}

/******************************************
NAVBAR
******************************************/
.nav2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans";
    background-color: black;
    transition: background-color 0.3s;
}

.nav2.opaque {
    background-color: rgba(128, 128, 128, 0.9);
}

.logo-bar img{
    width: 70px;
    height: 70px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 80px;
}

.icono-blog{
    color: white;
}

.nav-link2{
    color: white;
}

.nav-menu2{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;    
}

.nav-menu-item{
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    width: max-content;
}

.nav-menu-item .btn{
    margin-right: 80px;
}

.nav-menu-item .btn-primary:hover {
    border-color: red;
    background-color: red;
    box-shadow: inset 0 0 0 0 red;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.nav-menu-item>a {
    color: white;
    padding: 10px 20px;
    display: block; 
    transition: background-color 0.3s;
}

.nav-menu-item:hover>a {
    color: white;
    background-color: #c40000;
}

.nav-toogle{
    color: rgba(128, 128, 128, 0.9);
    background: none;
    border:none;
    font-size: 30px;
    padding: 0 20px;
    cursor: pointer;
    display: none;
}

.dropdown .dropdown-menu {
    /* border-radius: 15px; */
    /* border-top: 3px solid #ddd; */
    background-color:black !important;
}

.hassubmenu:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 80%;
    left: 10%;
}

.hassubmenu>ul{
    position: absolute;
    top: 160%;
    visibility: hidden;
    display: block;
    opacity: 0;
}

.hassubmenu li a {
    transition: transform 0.3s;
    font-size: 15px;
    font-family: "Open Sans";
    color: white;
    font-weight: bold;
    margin: 20px;
}

.hassubmenu li a:hover {
    color: white;
    background-color: #c40000;
    /* transform: translateX(10px); */
}

.dropdown .dropdown-menu {
    border-top-color: #cf0101;
    /* border-radius: 10px; */
    padding: auto;
    align-items: center;
}

@media (max-width: 1000px) {
    .nav2{
        justify-content: space-between;
    }

    .logo-bar img{
        margin-left: 10px;
    }

    .nav-menu2{
        margin-right: 0px;
        flex-direction: column;
        background-color: rgba(128, 128, 128, 0.9);
        position: fixed;
        left: 0;
        top: 125px;
        width: 100%;
        padding: 0;       
        overflow-y: auto;
        left: 100%;
        transition: left 0.3s;
    }
    
    .nav-menu-item{
        font-size: 15px;
        line-height: 70px;
    }

    .nav-menu-item .btn{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .nav-toogle{
        display: block;
    }

    .nav-menu_visible{
        left: 0;
    }

    .nav-toogle:focus:not(:focus-visible){
        outline: none;
    }
}

  /******************************************
FOOTER ACERO
******************************************/
.footerrowflexacero{
    display: flex;
    justify-content: space-around;
    align-items: start;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 20px;
  }

.listoptionsfooter{
    list-style: none;
}

.listoptionsfooter li{
    color: white;
    font-weight: bold;
    font-size: 17px;
    font-family: "Open Sans";
    margin-bottom: 8px;
}

.footerrowflexacero a {
    color: white;
    font-size: 17px;
    font-family: "Open Sans";
    font-weight: normal;
}

.footerrowflexacero a:hover{
    color: red;
    text-decoration: none;
}

.listoptionsfooter a:hover{
    color: red;
    text-decoration: none;
}

.hr5 {
    border: none; 
    height: 2px;
    background-color: white; 
    width: 100%;
    margin: 0 auto; 
  }
 
  .copyrightfooter p{
    text-align: center;
    color: white;
    font-size: 15px;
    font-family: "Open Sans";
    margin-top: 20px;
    margin-bottom: 40px;
  }

  @media screen and (max-width: 770px){
    .footerrowflexacero {
        flex-direction: column;
        align-items: center;
    }

    .optionslist {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 20px;
       
    }

    .optionslist li{
        margin-top: 15px;
        margin-bottom: 0;
     }
 

    .optionslist:nth-child(2) {
        margin-top: 15px; /* Ajuste para separar las dos optionslist */
    }

    .imglist {
        order: 3; /* Mover imglist debajo de las optionslist */
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
  }

/******************************************
BOTON PRIMARY
******************************************/ 
.btn-primary {
    border-color: #c40000;
    background-color: #c40000;
    box-shadow: inset 0 0 0 0 #ff0404;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0;
}


.btn-primary:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #bd0000;
    border-color: #ff0202;
    background-color: #ff0202;
}

/******************************************
BOTON BC
******************************************/ 
.btn-bc {
    border-color: #c40000;
    background-color: #c40000;
    box-shadow: inset 0 0 0 0 #ff0404;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 30px;
    color: #ffffff !important;
}


.btn-bc:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #bd0000;
    border-color: #ff0202;
    background-color: #ff0202;
}



  /******************************************
HOME PAGE (INDEX) FIRTS SECTION
******************************************/
#buildingcomponents {
    background-image: url("images/home/home-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh; /* Ajuste para que ocupe toda la pantalla */
}

.content-first-section {
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 35vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section h1 {
    margin-top: 90px;
    font-size: 55px;
    font-weight: bold;
}

.content-first-section p {
    margin-top: 35px;
    font-size: 22px;
}

.viewproducts {
    margin-top: 50px;
}

/******************************************
HOME PAGE (INDEX) SECOND SECTION
******************************************/

.metabuildingcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.textmetabuildingcontainer{
    flex: 1;
    background-color: white;
    padding-left: 20px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.underlined-text {
    position: relative;
    display: inline-block;
}

.underlined-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px; /* Ajusta este valor para controlar el grosor del subrayado */
    width: 100%;
    height: 2px; /* Ajusta este valor para controlar la altura del subrayado */
    background-color: #c40000;
}

.textmetabuildingcontainer h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.textmetabuildingcontainer p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
    margin-right: 10px;
}

.imgmetabuildingcontainer{
    flex: 1;
    right: 40px;
}

.imgmetabuildingcontainer img{
    width: auto;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .metabuildingcontainer {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .textmetabuildingcontainer{
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .imgmetabuildingcontainer{
        right: 0px;
        top: -20px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

/******************************************
HOME PAGE (INDEX) PRODUCTS WE OFFER
******************************************/
.sectionsliderwarrinties{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titleswippercustommetal h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.titleswippercustommetal p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 40px;
}	

.warrantieSwiper {
    position: relative;
}

.swiper-slide{
    padding-left: 10px;
    padding-right: 10px;
}

.warrantieSwiper .swiper-button-prev, 
.warrantieSwiper .swiper-button-next {
    position: absolute;
    margin-top: 5px;
    top: 87%;
}

.warrantieSwiper .swiper-button-prev {
    background: url('images/home/carrusel/arrow.png') center / contain no-repeat;
    left: 80%;
    transform: translateX(-80%);
    filter: invert(100%);
}

.warrantieSwiper .swiper-button-prev:after {
    content: none;
}

.warrantieSwiper .swiper-button-next {
    background: url('images/home/carrusel/arrow.png') center / contain no-repeat;
    right: 80%;
    transform: translateX(80%) rotate(180deg);
    filter: invert(100%);
}

.warrantieSwiper .swiper-button-next:after {
    content: none;
}

.warrantieSwiper .swiper-slide .sw-slide-container:before {
    content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: linear-gradient(0deg, rgba(44, 45, 46, 0.9) 0%, rgba(11, 35, 47, 0.00) 100%);
    z-index: 0;
}

.warrantieSwiper .swiper-slide .sw-slide-container:after {
    content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: rgba(11, 35, 47, 0.90);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

.warrantieSwiper .swiper-slide:hover .sw-slide-container:after {
    opacity: 1;
    transition: opacity 0.2s;
}

.warrantieSwiper .sw-slide-container {
    height: 100%;
    min-height: 400px;
    width: 100%;
    padding: 55px 43px 55px 53px;
}

.warrantieSwiper .swiper-slide:hover .sw-slide-container {
    padding: 25px 66px 55px 31px;
}

.warrantieSwiper .sw-slide-container * {
    z-index: 1;
}

.warrantieSwiper a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}

.warrantieSwiper .swiper-slide:hover a {
    justify-content: flex-start;
}

.warrantieSwiper .sw-slide-content {
    display: none;
    opacity: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    transition: opacity 0.2s;
}

.warrantieSwiper .swiper-slide:hover .sw-slide-content {
    display: flex;
    opacity: 1;
    transition: opacity 0.2s;
}

.warrantieSwiper .swiper-slide .sw-slide-title {
    opacity: 1;
    transition: opacity 0.2s;
}

.warrantieSwiper .swiper-slide:hover .sw-slide-title {
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.warrantieSwiper .sw-slide-title {
    position: relative;
    top: 250px;
}

/* .warrantieSwiper .sw-slide-title:before {
    content: '';
    width: 19px;
    height: 20px;
    position: absolute;
    left: -20px;
    top: 0;
    background: url('images/home/carrusel/title-diag.svg') center / contain no-repeat;
} */

.warrantieSwiper h3 {
    color: var(--White, #F5F5F5);
    font-family: "Open Sans";
    font-size: 17px;   
   
    text-transform: uppercase;
}

.warrantieSwiper .sw-slide-content {
    color: var(--White, #F5F5F5);
}

.warrantieSwiper .fusion-button {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0.10688rem;
    text-transform: uppercase;
    margin-right: -60px;
    position: absolute;
    bottom: 10px;
}

.warrantieSwiper .fusion-button:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
}

.warrantieSwiper .swiper-button-prev {
    right: 14vw;
    left: auto;
    width: 60px;
    height: 60px;
}

.warrantieSwiper .swiper-button-next {
    right: 8vw;
    width: 60px;
    height: 60px;
}

.viewcatalogbutton {
    padding-left: 50px;
    width: 200px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .warrantieSwiper .swiper-button-prev {
        right: 40%;
        transform: translateX(40%);
    }

    .warrantieSwiper .swiper-button-next {
        left: 73%;
        transform: translateX(73%) rotate(180deg);        
    }

    .viewcatalogbutton {
        padding-left: 20px;
        width: 150px;
    }
}

/******************************************
SERVICE AREA MAP
******************************************/
.serviceareamap h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.serviceareamap p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.containermagenareamap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.containermagenareamap img{
    width: 70%;
}

/******************************************
HOME DESIGN SECTION
******************************************/
.buildertoolareasection{
    padding-top: 40px;
    background-color: #122b63;
}

.buildertoolarea h2{
    color: white;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.buildertoolarea p{
    color: white;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container3dbuilderimg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.container3dbuilderimgcs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.container3dbuilderimgcs img{
    height: 100px;
}

.containerbuttondesing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
   
   /******************************************
ABOUT US SECTION
******************************************/
#buildingcomponentsaboutus {
    background-image: url("images/home/home-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh; /* Ajuste para tope pantalla*/
}

.content-first-section-aboutus {
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 40vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section-aboutus h1{
    font-size: 50px;
    font-weight: bold;
}

/******************************************
ABOUT US WHY CHOOSE IMAGE SECTION
******************************************/

.metabuildingcontainerabout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.textmetabuildingcontainerabout{
    flex: 1;
    background-color: white;
    padding-left: 20px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.textmetabuildingcontainerabout p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
    margin-right: 10px;
}
.textmetabuildingcontainerabout p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
    margin-right: 10px;
}

.imgmetabuildingcontainerabout{
    flex: 1;
    right: 40px;
}

.imgmetabuildingcontainerabout img{
    width: auto;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .metabuildingcontainerabout {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .textmetabuildingcontainerabout{
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .imgmetabuildingcontainerabout{
        right: 0px;
        top: -20px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

/* Estilo para los elementos <li> */
.textmetabuildingcontainerabout ul {
    list-style-type: none; 
    padding-left: 0;
    margin: 20px 0px;
}

.textmetabuildingcontainerabout li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.textmetabuildingcontainerabout li p {
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
}

/* Estilo para los iconos */
.textmetabuildingcontainerabout li::before {
    content: "\2022";
    font-size: 40px;
    color: #122b63;
    position: absolute;
    left: 0;
}
/******************************************
ABOUT US SECTION WHY CHOOSE
******************************************/
.textwhychooseusa h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.textwhychooseusa p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.containericonswhychoose {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 20px;
}

.iconwhychoose {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

.iconwhychoose img {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.iconwhychoose h4 {
    font-weight: bold;
    color: #122b63;
    font-family: "Open Sans";
    font-size: 20px;
}

.vissionusasteel {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.textourvission,
.textourmission {
    width: 45%;
}

.spacer {
    width: 80px;
    height: 0;
}

.textourvission h2,
.textourmission h2 {
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.textourvission p,
.textourmission p {
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
}

@media screen and (max-width: 770px){
    .containericonswhychoose{
        flex-direction: column;
        margin-bottom: 0px;
    }

    .iconwhychoose{
        margin-bottom: 40px;
    }

    .vissionusasteel{
        flex-direction: column;
        margin-top: 0px;
    }

    .textourvission,
    .textourmission{
        width: 100%;
    }

    .spacer{
        display: none;
    }
}

/******************************************
ABOUT US SECTION NEED MORE ABOUT US
******************************************/
#needmoreaboutus{
    background-color: #122b63;
    padding-top: 60px;
    padding-bottom: 60px;
}

.moreinformationabout h4 {
    color: white;
    font-family: "Open Sans";
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.moreinformationabout a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease; /* Añadir transición al color */
}

.moreinformationabout a:hover {
    color: red;
    
}

@media screen and (max-width: 770px) {
    .moreinformationabout h4 {
       flex-direction: column;
       font-size: 20px;
    }
}

/******************************************
CONTACT US SECTION FIRST
******************************************/
#buildingcomponentscontactus {
    background-image: url("images/home/home-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh; /* Ajuste para tope pantalla*/
}

.content-first-section-contactus{
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 40vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section-contactus h1{
    font-size: 50px;
    font-weight: bold;
}

/******************************************
CONTACT US SECTION CARD
******************************************/
.flexcontainercardscontactus{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    
}
/*
.cardcontactus{
    background-color: whitesmoke;
    flex: 33.3%;
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
*/
.cardcontactus {
    flex: 33.3%;
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cardcontactus i{
    color: #122b63;
    font-size: 40px;
    margin-bottom: 10px; 
}

.cardcontactus h4{
    color: black;
    font-family: "Open Sans";
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.cardcontactus a{
    color: #122b63;
    font-family: "Open Sans";
    font-size: 17px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: color 0.3s ease-in-out;
}

.cardcontactus a:hover{
    color: #ff0404;
}

@media screen and (max-width: 770px){
    .flexcontainercardscontactus{
        flex-direction: column;
        margin-bottom: 0px;
    }

    .cardcontactus{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 97%;
    }
}

/******************************************
CONTACT US SECTION JOIN US NOW
******************************************/
.textjoinusnow h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.textjoinusnow p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.containerinformationcontact{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-bottom: 40px;
}

.containerinformationcontact p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
}

@media screen and (max-width: 770px){
    .containerinformationcontact{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .containerinformationcontact p{
        margin-bottom: 20px;
    }
}

/******************************************
CONTACT US SECTION CONTACT FORM
******************************************/
.contactform h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contactform {
    margin-bottom: 50px;
}

.form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 7px 20px;
    box-sizing: border-box;
    border: 2px solid #122b63;
    /* border-radius: 4px; */
}

textarea.form-control {
    height: 100px;
    resize: vertical;
}

.buttonsend {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonsend .btn {
    width: 150px;
}

@media screen and (max-width: 770px){
    .form-group{
        flex-direction: column;
    }

    .form-control{
        margin: 7px 0px;
    }
}

/******************************************
BUILDING STYLE SECTION
******************************************/
#buildingcomponentsgarage {
    background-image: url("images/garages/garage-tab-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh; /* Ajuste para tope pantalla*/
}

.content-first-section-garage {
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 40vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section-garage h1{
    font-size: 50px;
    font-weight: bold;
}



/******************************************
BUILDING STYLE SECTION SPECIFICATIONS
******************************************/
.textspecifications h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.textspecifications p{
    color: black;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
    margin: 20px 0;
}

.textspecifications ul {
    list-style-type: none; 
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.textspecifications li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-family: "Open Sans";
    font-size: 17px;
    text-align: justify;
}

/* Estilo para los iconos */
.textspecifications li::before {
    content: "\2022";
    font-size: 40px;
    color: #122b63;
    position: absolute;
    left: 0;
}

/******************************************
BUILDING STYLE GALLERY
******************************************/
#metabuildingstylegallery {
    margin-bottom: 10px;
}

.titlemetalbuildinggallery h2{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.gallerySwipper {
    position: relative;
}

.swiper-wrapper {
    margin-bottom: 70px;
}

.swiper-slide{
    padding-left: 10px;
    padding-right: 10px;
}

.gallerySwipper .swiper-button-prev, 
.gallerySwipper .swiper-button-next {
    position: absolute;
    margin-top: 5px;
    top: 87%;
}

.gallerySwipper .swiper-button-prev {
    background: url('images/home/carrusel/arrow.png') center / contain no-repeat;
    left: 80%;
    transform: translateX(-80%);
    filter: invert(100%);
}

.gallerySwipper .swiper-button-prev:after {
    content: none;
}

.gallerySwipper .swiper-button-next {
    background: url('images/home/carrusel/arrow.png') center / contain no-repeat;
    right: 80%;
    transform: translateX(80%) rotate(180deg);
    filter: invert(100%);
}

.gallerySwipper .swiper-button-next:after {
    content: none;
}

.gallerySwipper .swiper-slide .sw-slide-container:before {
    content: '';
    width: 98.3%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: linear-gradient(0deg, rgba(44, 45, 46, 0.9) 0%, rgba(11, 35, 47, 0.00) 100%);
    z-index: 0;
}

.gallerySwipper .swiper-slide:hover .sw-slide-container:after {
    opacity: 1;
    transition: opacity 0.2s;
}

.gallerySwipper .sw-slide-container {
    height: 100%;
    min-height: 600px;
    width: 100%;
    padding: 55px 43px 55px 53px;
}

.gallerySwipper .swiper-slide:hover .sw-slide-container {
    padding: 25px 66px 55px 31px;
}

.gallerySwipper .sw-slide-container * {
    z-index: 1;
}

.gallerySwipper a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}

.gallerySwipper .swiper-slide:hover a {
    justify-content: flex-start;
}

.gallerySwipper .sw-slide-content {
    display: none;
    opacity: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    transition: opacity 0.2s;
}

.gallerySwipper .swiper-slide:hover .sw-slide-content {
    display: flex;
    opacity: 1;
    transition: opacity 0.2s;
}

.gallerySwipper .swiper-slide .sw-slide-title {
    opacity: 1;
    transition: opacity 0.2s;
}

.gallerySwipper .swiper-slide:hover .sw-slide-title {
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.gallerySwipper .sw-slide-title {
    position: relative;
    top: 430px;
}

.gallerySwipper h3 {
    color: var(--White, #F5F5F5);
    font-family: "Open Sans";
    font-size: 17px;   
    text-transform: uppercase;
}

.gallerySwipper .sw-slide-content {
    color: var(--White, #F5F5F5);
}

.gallerySwipper .fusion-button {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0.10688rem;
    text-transform: uppercase;
    margin-right: -30px;
    position: absolute;
    bottom: 30px;
}

.gallerySwipper .fusion-button:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
}

.gallerySwipper .swiper-button-prev {
    right: 14vw;
    left: auto;
    width: 60px;
    height: 60px;
}

.gallerySwipper .swiper-button-next {
    right: 8vw;
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 768px) {
    .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallerySwipper .swiper-button-prev, 
    .gallerySwipper .swiper-button-next {
    top: 79%;
}

    .gallerySwipper .swiper-button-prev {
        right: 40%;
        transform: translateX(40%);
    }

    .gallerySwipper .swiper-button-next {
        left: 73%;
        transform: translateX(73%) rotate(180deg);        
    }

    .gallerySwipper .swiper-slide .sw-slide-container:before {
        width: 95.6%;
    }

    .gallerySwipper .sw-slide-container {
        min-height: min-content;
    }

    .gallerySwipper .swiper-slide:hover .sw-slide-container {
        padding: 137px 66px 55px 31px;
    }

    .gallerySwipper .sw-slide-title {
        top: 60px;
    }
    
    .gallerySwipper h3 {
        font-size: 15px;
    }
}

/******************************************
BUILDING STYLE SECTION METAL BUILDING COMPONENTS
******************************************/
.shop-top {
    margin-bottom: 30px;
    padding: 20px 0;
    display: block;
}

.shop-top h3{
    color: black;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/******************************************
BUILDING STYLE COMMERCIAL
******************************************/
#buildingcomponentscommercial {
    background-image: url("images/truss-buildings/commercial-tab-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh; /* Ajuste para tope pantalla*/
}

.content-first-section-commercial {
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 40vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section-commercial h1{
    font-size: 50px;
    font-weight: bold;
}

/******************************************
BUILDING STYLE CARPORTS
******************************************/
#buildingcomponentscarports {
    background-image: url("images/carports/carport-tab-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh; /* Ajuste para tope pantalla*/
}

.content-first-section-carports {
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 40vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section-carports h1{
    font-size: 50px;
    font-weight: bold;
}

/******************************************
BUILDING STYLE AGRICULTURAL
******************************************/
#buildingcomponentsagricultural {
    background-image: url("images/ag-buildings/ag-buildings-tab-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh; /* Ajuste para tope pantalla*/
}

.content-first-section-agricultural {
    text-align: center; /* Centra el contenido verticalmente */
    padding-top: 40vh; /* Ajusta el espacio desde arriba */
    color: white;
    font-family: "Open Sans";
}

.content-first-section-agricultural h1{
    font-size: 50px;
    font-weight: bold;
}

/******************************************
MODAL SEND QUOTE CORRECT
******************************************/
.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.modal img {
    margin-top: 10px;
    width: 17%;
    margin-bottom: 5px;
}

.modal h2 {
    color: black;
    font-weight: bold;
    font-size: xx-large;
    font-family: sans-serif;
    margin-bottom: 15px;
}

.modal p {
    color: black;
    font-size: large;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.modal button {
    border: none;
    outline: none;
    padding: 5px 15px;
    background-color: #c40000;
    color: white;
    border-radius: 4px;
    font-size: large;
    font-family: sans-serif;
    cursor: pointer;
    width: 200px;
    margin-bottom: 10px;
}

.no-scroll {
    overflow: hidden;
    height: 100%; /* Asegura que la altura sea del 100% */
}

.no-scroll body,
.no-scroll html {
    overflow: hidden; /* Aplica el estilo también al body */
    height: 100%; /* Asegura que la altura sea del 100% */
}

@media (max-width: 768px) {
    .modal {
        top: 110px;
    }

    .modal-content {
        padding: 5px;
    }

    .modal img {
        margin-top: 5px;
        width: 27%;
        margin-bottom: 5px;
    }

    .modal h2 {
        font-size: x-large;
    }

    .modal p {
        font-size: medium;
    }

    .modal button {
        font-size: medium;
        width: 110px;
    }
}