@import url("../../use.typekit.net/btg7mol.css");
@import url("icons.css");

html
body {
    font-family: "eurostile", sans-serif;
    font-weight: 400;
    letter-spacing: .055rem;
    color: #383a3c;
    line-height: 1.5;
    position: relative;
}

/*Tags*/ 


a {
    color: #707276;
}

a:hover {
    color: #0076cc;
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

ul{
    margin: 0;
    padding-left: 1.2rem;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color:#707276;
}

form,
input,
select,
textarea,
button {
    font-family: "eurostile", sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    color: #383a3c;
}





#cover {
    height: 580px;
    background-color: #d0d1d3;
}
#cover h1,#cover h2,#cover h3, #cover h4{
    color: white;
}


#cover .display {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;

}


#cover .carousel-item .image {
    height: 550px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top;

    /* background-attachment:fixed;*/
}


#cover .carousel-indicators li {
    height: 8px;
    width: 8px;

    border-radius: 50%;
    /*border: 1px solid white;*/
    opacity: .7;
}

#cover .carousel-control-prev,
.carousel-control-next {
    opacity: .7;

}


#cover.reduce {
    height: 410px;
}

#cover.reduce .carousel-item .image {
    height: 380px;
}


/*NAV ******************************************************************/
#navigation {}

#navigation nav::after {
    content: "";
    background-color: #383a3c;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}

#navigation.sticky nav::after {
    opacity: 0.96;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .7);
}


#navigation.reduce nav::after {
    opacity: 0.96;
}

#navigation nav {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}

#navigation.sticky nav {
    text-shadow: none;
}

#navigation .navbar {
    padding-top: 0;
    padding-bottom: 0;


}

#navigation .navbar-brand {
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 270px;
    height: 105px;
    background-image: url(../images/acerosblanco.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}


#navigation.reduce .navbar-brand {
    width: 180px;
    height: 65px;
}


#navigation .navbar-toggler {
    border-color: transparent;
    outline: none;
    padding: 5px 0px;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.7);
}


#navigation .navbar-toggler:hover {
    color: rgba(255, 255, 255, 1);
}

#navigation .navbar-toggler.collapsed {
    color: rgba(255, 255, 255, 0.7);
}

#navigation .navbar-toggler.collapsed:hover {
    color: rgba(255, 255, 255, 1);
}


#navigation.reduce .nav-link {
    /*line-height: 46px;*/
}


#navigation .nav-link {

    /*background-color: rgba(255,255,255,0.1);
    min-height: 44px;*/
    
    border-bottom: 3px solid transparent;
    color: rgba(255, 255, 255, 0.7);
}
#navigation .nav-link:hover {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);

}
/*
#navigation .nav-link:active  {
    border-bottom: 3px solid #0076cc;
}*/
#navigation .nav-link.active { 
    border-bottom: 3px solid rgba(255, 255, 255, 1);/*#0076cc;*/
    color: rgba(255, 255, 255, 1);
}
#navigation .dropdown.show .nav-link::after { 
    color:  #0076cc;
    color: rgba(255, 255, 255, 1);
}
#navigation .dropdown.show .nav-link:hover {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);

}

/*
#navigation .dropdown.show .nav-link { 
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

*/





#navigation .dropdown {
    position: static;

}


#navigation .dropdown .nav-link::after {
     font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: inherit;
    color: rgba(255, 255, 255, 0.5);
      text-align:right;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;    
      content: '\f107';  
    width: 0.9rem;;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem; 
    display: inline-block;
    /*position: relative;    
    top:0.66rem;
    left: calc(-50% - 0.1rem);
    margin-right: -0.4rem;*/

}




#navigation .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    text-shadow: none;
    padding: 0.5rem 0rem;
    font-size: 0.95rem;

    background-color: transparent;

    width: 100%;
    border-radius: 0rem;
    border: none;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#navigation .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

#navigation .cols-4 .dropdown-item{
    max-width: 25%;
}
#navigation .cols-3 .dropdown-item{
    max-width: 33.3333%;
    
}

#navigation .dropdown-item,
#navigation .dropdown-item:focus {
    padding: 0.5rem 1rem;
    margin-left: 1px;
    margin-right: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #707276;
    border-bottom: 3px solid transparent;

}

#navigation.reduce .dropdown-item,
#navigation.reduce .dropdown-item:focus {
    background-color: rgba(255, 255, 255, .96);
}



#navigation .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.96);
}

#navigation.reduce .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 3px solid;
}



#navigation .dropdown-item:active,
#navigation .dropdown-item.active {
    background-color: rgba(112, 114, 118, 0.96) !important;
    color: white !important;
}

#navigation .ft-raex.active,
#navigation .ft-raex:active {
    background-color: rgba(226, 67, 7, .96) !important;
}

#navigation .ft-strenx.active,
#navigation .ft-strenx:active {
    background-color: rgba(31, 105, 129, .96) !important;
}

#navigation .ft-aperam.active,
#navigation .ft-aperam:active {
    background-color: rgba(71, 11, 120, .96) !important;
}

#navigation [class^="icon-"]:before,
#navigation [class*=" icon-"]:before {
    margin-right: 5px;
    width: 20px;
    text-align: center;
}


@media (max-width: 767px) {
 
    #navigation .cols-4 .dropdown-item, #navigation .cols-3 .dropdown-item{
        max-width: none;

    }  
    #navigation.reduce .nav-link {
        line-height: inherit;
    }

    #navigation .nav-link {
        min-height: 0;
    }

    #navigation .dropdown .container {
        padding: 0;
    }

    #navigation .dropdown-menu {
        display: none;
        box-shadow: none;
        margin: 0;
    }

    #navigation .dropdown-menu.show {
        display: block;
    }


    #navigation .dropdown-item:hover,
    #navigation .dropdown-item:hover {
        border-bottom: 3px solid transparent !important;
    }

    #navigation .dropdown-item,
    #navigation .dropdown-item:focus,
    #navigation.reduce .dropdown-item,
    #navigation.reduce .dropdown-item:focus {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #navigation.reduce .dropdown-item,
    #navigation.reduce .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.8);
    }

}

@media (max-width: 991px) {
    #navigation .navbar-brand {
        width: 180px;
        height: 65px;
    }
}


#zone .bkg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: cover;
    background-size: cover;
}
#zone .position-relative{
    z-index:2;
}






#zone .logo {
    /*-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
    margin-bottom: 1rem;
    height: 2rem;
}



#planta {
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: cover;
    background-size: cover;
    height: 400px;
}

#contacto .empresa {
    position: relative;
    z-index: 1;
    top: -1rem;
    left: 100%;
    margin-left: 0;
    width: 23rem;
    margin-left: -24rem;
    opacity: 0.96;
}

@media (max-width: 575px) {
    #contacto .empresa {
        left: 1rem;
        width: calc(100% - 2rem);
        margin-left: 0;
    }

}


#contacto .ref {
    position: absolute;

    left: 1.25rem
}


#contacto .ref:before {
    color: #bdbec2;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;


}

#contacto .icon-mail-alt:before,
#contacto .icon-list-alt:before {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;


}

#contacto #map {
    width: 100%;
    height: 450px;
    background-color: #e5e5e7;
    /*border-bottom: 1px solid #e5e5e7;*/
    border-top: 1px solid #e5e5e7;
}





#segmentos .icon {
    position: absolute;
    right: 1.25rem;
    /* top: 1rem;/**/

}


#segmentos .icon:before {
    color: #707276;
    /*color: white;
    opacity: 0.5;/**/
    width: 3rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem;
    text-align: right;


}

#segmentos .card-body{
    padding-bottom: .5rem;

}

#segmentos .card-footer{
border-top: 1px solid #FFF;
}

#segmentos .stack{
    text-align: center; 
    display: inline-block; 
    vertical-align:text-bottom; 
    font-size: 0.8rem;
    margin: 0rem;padding: 0.5rem; 
    height: 100px; width: 140px;

}
#segmentos .stack:before{
  width: 100%;
     height:2.2rem;
 font-size: 2.2rem;     
  text-align: center; 
  line-height:2.2rem;
     display: block;
     margin-bottom: 0.5rem;

}


#usos .images{
    min-height: 300px;
}

#usos .images div{
    float: left;
    width: 50%;
    height: 50%;
    
}
#usos .full{
    float: none;
    width: 100% !important;
    height: 100%  !important;
    min-height: 300px;
}

@media (max-width: 575px){
    #usos .fill{
        height: 100% !important;
        float: left !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #usos .images div{
        width: calc(100%/3) !important;
        height: 100%;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #usos .images div{
        width: 100%;
        height: calc(100%/3) !important;
        float: left;
    }
}
@media (min-width: 992px) { 
    #usos .fill{
        height: 100% !important;
        float: left !important;
    }
}



#datasheets .file{ 
    text-align: center; 
    display: inline-block; 
    vertical-align:text-bottom; 
    font-size: 0.8rem;
    margin: 0rem;padding: 0.3rem; 

    height: 90px; width: 80px;
}


#datasheets .file:before{
  width: 100%;
     height:2rem;
 font-size: 2rem;     
  text-align: center; 
  line-height:2rem;
     display: block;
     margin-bottom: 0.5rem

}






#footer {
    background-color: #707276;/*#383a3c;*/
    font-size:0.9rem;
    color: white;
    padding: 1rem;
}








/*modificacion al card*/

.card {
    font-size: .9rem;
    background-color: #e5e5e7;
    color: #383a3c;
}

.card-body {
    padding: 1.5rem;
}


.card-img-top {
min-height: 0.01px; /**hack ie*/
}

.card-footer {
    padding: .75rem 1.5rem;
    background-color: transparent;
}

.card-title {
    color: #707276;
    font-size: 1rem;
    font-weight: 700;
}

.card-deck .card{
    margin-right: 0px ;
}
.card-deck .card:last-child{
    margin-right: 15px ;
}


.card-linked {  
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 100;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.card-linked:hover {
background-color: #000;
    opacity: 0.1;
}


.no-border .card {
    border: none;
    border-radius: 0;
}
.no-border  .card img{
    border: none;
    border-radius: 0;
}

.invert .card{
   color: #e5e5e7;
    background-color: rgba(112, 114, 118, 0.1);
}

.invert .card ca{
   color: #e5e5e7;
    background-color: rgba(112, 114, 118, 0.1);
}

/*permite hacer un subgrupo de cards agrupadas*/
@media (min-width: 576px) and (max-width: 991px) {
    .card-group:after, .card-deck:after{
        content: '';
        width: 100%;
    }

    .card-sub {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 15px;
    }

   .card-group .card-close {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

   .card-group .card-close .card-img-top {
        border-top-right-radius: calc(0.25rem - 1px) !important;
    }

    .card-group .card-break {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.75rem !important;
        border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
    }

    .card-group .card-break .card-img-top {
        border-top-left-radius: calc(0.25rem - 1px) !important;
    }

    .card-deck .card-close{
        margin-right: 15px !important;
    }

}

@media (max-width: 575px) {

    .card-deck .card:last-child{
        margin-right: 0px !important;
    }
}



/*Hace un split de columnas fluidas pero ajustables el margen a las una no fluida*/
@media (min-width: 576px) and (max-width: 767px) {
    .row .split-left {

    padding-left: calc(50% - 540px/2 + 15px);
        padding-right: calc(50% - 540px/2 + 15px);
    }

    .row .split-right {
        padding-left: calc(50% - 540px/2 + 15px);
        padding-right: calc(50% - 540px/2 + 15px);

    }
}

@media (min-width: 768px) {
    .row .split-left {
        padding-left: calc(50% - 720px/2 + 15px);
        padding-right: 0;
    }

    .row .split-right {

        padding-right: calc(50% - 720px/2 + 15px);
        padding-left: 0;

    }
}

@media (min-width: 992px) { /**/
    .row .split-left, .row .split-left-lg {
        padding-left: calc(50% - 960px/2 + 15px);
    }

    .row .split-right, .row .split-right-lg  {
        padding-right: calc(50% - 960px/2 + 15px);

    }
}

@media (min-width: 1200px) {
    .row .split-left, .row .split-left-lg {
        padding-left: calc(50% - 1140px/2 + 15px);
    }

    .row .split-right, .row .split-right-lg {
        padding-right: calc(50% - 1140px/2 + 15px);

    }
}

.form-control::-webkit-input-placeholder {
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    opacity: 0.5;
}

.form-control::placeholder {
    opacity: 0.5
}


.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0rem;
    padding-right: 0rem;
    background: none;
    border-bottom: 1px solid;
    border-color: #bdbec2;
        background-color: transparent;
}

.form-control:focus {
    color: #0076cc;
    border-color: #0076cc;
    box-shadow: inset 0px -1px 0px #0076cc;
}

.input-with-icon {
    position: relative;
    vertical-align: middle;
}

.input-with-icon .form-control {
    padding-left: 0px;
}

.input-with-icon > .icon {
    position: absolute;
    top: 7px;
    right: 0px;
    color: #bdbec2;
}


.btn-outline-secondary {
    border-color: #bdbec2;
    color: #383a3c;
}

.btn-outline-secondary:hover {
    background-color: #707276;
}

.was-validated input:invalid, .was-validated textarea:invalid, .form-control.is-invalid{
    border-bottom: 1px solid red;
}
.was-validated input:valid, .was-validated textarea:valid, .form-control.is-valid{
    border-bottom: 1px solid green;
}

.was-validated input:focus, .was-validated textarea:focus, .form-control.is-invalid:focus{
    box-shadow:none !important;
   box-shadow: inset 0px -1px 0px red !important;
}
.was-validated input:valid:focus, .was-validated textarea:valid:focus, .form-control.is-valid:focus{
    box-shadow:none !important;
   box-shadow: inset 0px -1px 0px green !important;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition-property: background-color !important;
}





.small{
    font-size: 88% !important;
}



/*varios*/


.angle {
    -webkit-clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
    clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}


.angle-block {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%, 50% 30px);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%, 50% 30px);
    min-height: 30px;
}

.angle-float {
 margin-top: -30px
position: absolute;
    width: 100%;
}

.solid {
    opacity: 1 !important;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 5% 50%,0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 5% 50%,0 0);
}
.solid-inverse {
    opacity: 1 !important;
    -webkit-clip-path: polygon(100% 0,95% 50%,100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0,95% 50%,100% 100%, 0 100%, 0 0);
}

@media (max-width: 767px) {

    .solid, .solid-inverse{
       clip-path: none;
    }
}



.link{
    border-bottom: 1px dotted;
}

.ft-blackgray {
    color: rgba(55, 56, 59, 1);
}

.ft-darkgray {
color: #707276;
}

.ft-gray, .ft-gray a {
    color: #bdbec2 !important;
}

.ft-lightgray {
    color: #e5e5e7;
}

.ft-raex, .ft-raex a {
    color: rgba(226, 67, 7, 1) !important;
}

.ft-strenx, .ft-strenx a {
    color: rgba(31, 105, 129, 1) !important;
}

.ft-aperam, .ft-aperam a {
    color: rgba(71, 11, 120, 1) !important;
}

.ft-aperam a:hover{
    color: rgba(71, 11, 120, 0.7) !important;
}


.ft-white, .ft-white a {
    color: rgba(255, 255, 255, 1) !important;
}
.ft-white a:hover{
     color: rgba(255, 255, 255, 0.7) !important;
}

.ft-shadow {
    text-shadow: 0px 1px 7px #000000;
}

.bg-blackgray {
    background-color: rgba(55, 56, 59, 1);
}

.bg-darkgray {
    background-color: rgba(112, 114, 118, 1);
    /* #707276;*/
}

.bg-gray {
    background-color: #bdbec2;
}

.bg-lightgray {
    background-color: #e5e5e7;
}

.bg-raex {
    background-color: rgba(226, 67, 7, 1);
}

.bg-strenx {
    background-color: rgba(31, 105, 129, 1);
}

.bg-aperam {
    background-color: rgba(71, 11, 120, 1);
}

.ft-blue {
    color: #0076cc !important;
}
.bg-blue {
    background-color: #0076cc;
}

.raex .card-title, .raex .bullet li::before, .raex .bullet span{
    color: rgba(226, 67, 7, 1) !important;
}
.strenx .card-title, .strenx .bullet li::before, .strenx .bullet span{
    color: rgba(31, 105, 129, 1) !important;   
}
.aperam .card-title, .aperam .bullet li::before, .aperam .bullet span{
    color: rgba(71, 11, 120, 1) !important;    
}

.bg-darkgray .bullet li::before, .bullet span{
   color: #bdbec2;
}

.bullet span{
    font-size: 0.8rem;
}

.bullet, .bullet ul{
    margin: 0;
    padding-left: 1.1rem;
    list-style: none;
}

.bullet li::before {content: "•";
  display: inline-block; width: 1.2rem;
    font-size: 1.1rem; 
  margin-left: -1.2rem;
      color: rgba(112, 114, 118, 1);
}

.bullet ul li::before {content: "○";
  display: inline-block; width: 1.2rem;
    font-size: 0.9rem; 
  margin-left: -1.2rem;
      color: rgba(112, 114, 118, 1);
}

.graysacale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brand {
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}


/*Preloader-------------------------------*/
#preloader {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999;
}

.sk-fading-circle {
    left: 50%;
    top: 50%;
    margin: -0px 0 0 -20px;
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #707276;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}
.pt-5 {
    
}

.pt-5 {
    
}

.container {
    
}

.raex {
    
}

.card-img-top {
    
}
