:root {
    /* --colorblue: #0652ad; */
    --colorblue: #01306F;
    --colorblue2: #024690;
    --colorbluedark: #262e39;
    --colorgray: #4d4d4d;
    --colorgraydark: #2B2A2B;
    --colorblack: #213140;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Ultra-System-Sans';
    src: url('fonts/Ultra-System-Sans.otf');
}

@font-face {
    font-family: 'Ultra-System-Sans-Line-One';
    src: url('fonts/Ultra-System-Sans-Line-One.otf');
}

@font-face {
    font-family: 'Nexa-Regular';
    src: url('fonts/Nexa-Regular.otf');
}


/*********************      slider      ***************************/

.main-slider.style2 .content:before {
    border-bottom: 0px solid rgba(var(--thm-base-rgb), .50);
}

.main-slider.style2 {
    margin-top: 120px;
}

.main-slider {
    background-image: url('../images/bgslider.webp');
    background-attachment: fixed;
    background-size: cover;
}

.sliderSteel {
    text-align: right;
}

.imageSlider {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 55%;
}

.square {
    position: absolute;
    width: 58% !important;
    left: -15%;
    bottom: -20%;
    z-index: -1;
}

.sliderSteel h2 {
    font-family: 'Ultra-System-Sans';
    font-size: 45px !important;
    color: #505050 !important;
}

.sliderSteel .text p {
    font-family: 'Montserrat-Light';
    font-size: 25px !important;
    color: #505050 !important;
}


/*********************      end slider      ***************************/


/*********************      Abour      ***************************/

.sectionAbout {
    margin: 100px auto;
    position: relative;
}

.sectionAbout h2 {
    font-family: 'Ultra-System-Sans';
    font-size: 30px;
    text-align: center;
    color: #505050;
}

.sectionAbout p {
    font-family: 'Montserrat-Light';
    font-size: 22px;
    text-align: left;
    color: #505050;
    line-height: 35px;
    margin: 140px auto 75px;
}

.imagotype {
    position: absolute;
    right: 0;
    top: -200px;
    width: 45%;
    z-index: 99;
}

.sectionIcons hr {}

.sectionIcons img {
    width: 50%;
    display: block;
    margin: auto;
}

.sectionIcons p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}


/*********************      end About      ***************************/


/*********************      Products      ***************************/

.titleSectionProducts {
    margin: 50px 0;
    padding: 0;
}

.titleSectionProducts hr {
    border-top: 5px solid #024690;
    width: 70%;
    border-radius: 50px;
}

.titleSectionProducts h2 {
    background-color: #024690;
    padding: 10px 10px 0px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    font-family: 'Ultra-System-Sans';
    font-size: 30px;
}

.contentImageProduct {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.contentImageProduct:hover .titleProduct {
    transform: rotate(0deg);
    transition: ease-in-out .5s;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.contentImageProduct:hover .titleProduct h2 {
    text-align: center;
}

.contentImageProduct img:hover {
    transform: scale(1.1);
}

.titleProduct {
    position: absolute;
    padding: 15px;
    background-color: rgb(2, 70, 144);
    transform: rotate(-90deg);
    bottom: 200px;
    height: 100px;
    width: 500px;
    left: 60px;
    z-index: 99;
    transition: ease-in-out .5s;
}

.titleProduct h2 {
    color: #fff !important;
    font-family: 'Ultra-System-Sans';
    font-size: 22px;
    margin-top: 20px;
}


/*********************      end Products      ***************************/


/*********************      Process      ***************************/

.sectionProcess {
    margin: 80px auto;
}

.bgSectionProcess {
    padding: 0;
}

.contentTitle {
    padding: 0;
}

.contentTitle h2 {
    background-color: #024690;
    padding: 10px 10px 0px 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    font-family: 'Ultra-System-Sans';
    font-size: 30px;
}

.contentTitle hr {
    border-top: 5px solid #024690;
    width: 70%;
    border-radius: 50px;
    float: right;
}

.contentTextProcess {
    font-family: 'Montserrat-Light';
    font-size: 22px;
    text-align: right;
    color: #505050;
    line-height: 35px;
    margin: 140px auto 75px;
}

.imageProcess p {
    margin-top: 20px;
    font-family: 'Montserrat-Bold';
    color: #505050;
    margin-left: 20px;
}

.iconArrow {
    margin-top: 40px;
}


/*********************      end Process      ***************************/


/*********************      Portfolio      ***************************/

.sectionPortfolio {
    padding: 0px 0px 90px;
}

.titlePortfolio {
    padding: 0;
    margin-bottom: 80px;
}

.titlePortfolio hr {
    border-top: 5px solid #024690;
    width: 70%;
    border-radius: 50px;
}

.titlePortfolio h2 {
    background-color: #024690;
    padding: 10px 10px 0px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    font-family: 'Ultra-System-Sans';
    font-size: 30px;
}

.points {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25%;
}


/*********************      end Portfolio      ***************************/


/*********************      Contact      ***************************/

.pointsContact {
    position: absolute;
    transform: rotate(90deg);
    left: -150px;
    top: -50px;
    width: 30%;
}

.titleContact {
    position: absolute;
    right: -160px;
    transform: rotate(90deg);
    top: 170px;
}

.titleContact h2 {
    font-family: 'Ultra-System-Sans-Line-One';
    color: #024690;
    font-size: 40px;
}

.sectionContact {
    position: relative;
}

.markerContact {
    display: block;
    margin: auto;
    width: 50%;
    filter: drop-shadow(2px 2px 10px #222);
}

.baseMap {
    margin-top: -50px;
}

.sectionForm form {
    position: relative;
    bottom: 0;
}

.form-control {
    color: #024690;
    border: 2px solid #024690;
    padding: 30px 15px;
}

.sectionContact .form-control:focus {
    color: #024690;
    box-shadow: 0 0 0 0;
}


/* .sectionContact .form-control::placeholder {
    color: #024690;
    font-family: 'Montserrat-Light';
} */

.sectionForm label {
    color: #024690;
    font-family: 'Montserrat-Light';
    font-size: 20px;
}


/*********************      end Contact      ***************************/


/*********************      header and footer      ***************************/

footer {
    margin-top: 40px;
    border-top: 3px solid #024690;
}

header {
    position: fixed !important;
    border-bottom: 2px solid var(--colorgray);
}

.header-style-one__inner {
    background-color: #024690;
}

.header {
    background: #024690;
}

.main-menu .navigation>li>a {
    font-family: 'Nexa-Regular';
    color: #fff;
    font-size: 16px;
}

.footer-logo img {
    text-align: center;
}


/* .header-right_buttom .btns-box a {
    color: #024690;
}

.header-right_buttom .btns-box a.btn-one:after {
    border: 2px solid #fff;
    background-color: #fff;
} */

.main-logo-box:after {
    z-index: -2;
}

.header-social-link {
    padding-left: 15px;
}

.header-social-link .social-link {
    padding-left: 0px !important;
}

.iconHeader {
    width: 20px;
}

.iconQuote {
    position: relative;
    z-index: 1;
}

.main-logo-box:before {
    border-top: 130px solid #fff;
    border-right: 70px solid transparent;
}

.footer-style3 {
    padding-top: 35px !important;
}

.single-footer-widget--style3 .our-company-info .text-box p {
    color: #fff;
}

.footer-widget-contact-info--style2 ul li p {
    color: #fff;
}

.footer-widget-contact-info ul li h6 {
    color: #fff;
}

.footer-social-link.style2 ul li a {
    background: var(--colorblue);
    border: 0px;
    border-radius: 100px;
}

.footer-widget-contact-info--style2 ul li .inner-icon {
    border-radius: 100px;
}

.footer-bottom-style3 {
    padding-top: 50px;
}

.single-footer-widget--style3 .our-company-info .text-box {
    padding-bottom: 0px;
}

.footer-style3-bg:before {
    /* background: #fff; */
    background: #1c1c26;
    opacity: 1;
}

.header-social-link .social-link ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 0px;
    background: #ffffff;
    opacity: 1;
}

.header-social-link .social-link ul li {
    padding-right: 0px;
}

.navSidebar-button:hover .txt {
    color: #fff;
}

.header-right_buttom {
    cursor: pointer;
}


/*********************      end header and footer      ***************************/

.btnIbero,
.btnIbero:hover {
    background-color: #024690;
    color: #fff;
    font-family: 'Montserrat-Light';
}


/* .xs-sidebar-group .content-inner .logo {
    text-align: center;
} */


/* .xs-sidebar-group .widget-heading {
    z-index: 9;
} */


/* .main-slider.style2 .content .btn-one:after {
    border: 0px;
    border-radius: 100px;
    background-color: var(--colorblue);
} */


/* .main-slider.style2 .content .btn-one:after {
    border: 0px;
    border-radius: 100px;
    background-color: var(--colorblue);
} */


/* .main-slider.style2 .content .btn-one {
    border-radius: 100px;
} */


/* .main-slider .banner-carousel.owl-carousel .owl-dots {
    bottom: 70px;
} */


/* .iconAbout {
    width: 50px;
} */


/* .about-style2__content .inner-content ul li .inner-text {
    margin-left: 30px;
} */


/* .imageLines {
    padding: 10px;
    border-radius: 20px;
} */


/* .imgLogoName {
    width: 55%;
    margin-top: 20px;
} */


/* .imagotype {
    width: 50px;
} */


/* 
.single-features-style1 .button-box {
    padding-top: 10px;
} */


/* .contact-info__box h2 {
    font-size: 40px;
    color: #fff;
} */


/* .custom-file-label::after {
    content: "Seleccionar";
} */


/* .footer-top-style3__content {
    margin-bottom: 50px;
} */


/* .breadcrumb-area .inner-content {
    padding: 100px 0 100px;
} */


/* .titleProductsCover {
    margin-top: 100px;
} */


/* ***************** */


/* .choose-style1__content .inner-content ul li+li {
    padding-left: 0px;
} */

.iconLines {
    width: 160px;
}


/* .header-contact-info3 .icon {
    width: 80%;
    border-radius: 100px;
} */


/* .header-style-three {
    position: fixed;
} */

.iconProducts {
    width: 80px;
}


/* .header-style-three,
.header-top-style3,
.header-style3 {
    background: #fff !important;
} */


/* .main-menu.style3 .navigation>li>a {
    color: var(--colorblue);
    padding-top: 25px;
    padding-bottom: 25px;
} */


/* .footer-style3 {
    padding-top: 0px;
    padding-bottom: 0px;
} */


/* .marker {
    background-image: url('../images/marker.png');
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -50px;
} */


/* sectionImages */


/* .kids-squad {
    max-width: 2000px;
    margin: 0 auto;
} */


/* .hero {
    display: table;
    display: flex;
    height: 35.75vw;
    max-height: 715px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
} */


/* 
.hero .image {
    display: table-cell;
    flex-grow: 1;
    width: 12.5%;
    height: 100%;
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 370ms ease;
    transition: all 370ms ease;
    transition-delay: 50ms;
    will-change: width;
    position: relative;
    z-index: 1;
} */


/* .hero:hover .image {
    width: 9%;
} */


/* .hero .image:hover {
    width: 40%;
} */


/* .hero .slide-one {
    background-image: url(../images/aceros1.jpg);
}

.hero .slide-two {
    background-image: url(../images/aceros2.jpg);
}

.hero .slide-three {
    background-image: url(../images/aceros3.jpg);
}

.hero .slide-four {
    background-image: url(../images/aceros4.jpg);
} */


/* .tetxImages {
    padding: 50px;
} */


/* .tetxImages h2,
.tetxImages p {
    color: #fff;
    text-shadow: 5px 5px 10px #000;
} */


/* .main-slider .content .big-title h2,
.main-slider .content .text p {
    text-shadow: 5px 5px 10px #000;
} */


/* end sectionImages */


/* .header-top-style3 {
    padding: 10px 0;
} */


/* .main-slider {
    margin-top: 0px;
} */