@font-face { font-family: Open Sans; src: url('../fonts/Open_Sans/OpenSans-Regular.ttf'); } 
@font-face { font-family: Open Sans; font-weight: bold; src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');}

html,body{
    background-color: #1f2b52 !important;
    height: 100%;
    margin:0 !important;
    padding:0;    
    font-family: "Open Sans", Arial, serif !important;
    -ms-overflow-style: scrollbar;    
    font-size: 100%;
    overflow-x:hidden;
}

@media only screen and (max-width: 1024px) and (min-width: 501px){ 
    .country{
        margin: 5px;
       font-size: 9px;
    }
    .phone{
        margin: 5px;
        font-size: 9px;

    }
    .contact{
        margin: 5px;
        font-size: 9px;

    }
    .place{
        border-top:  solid 1px lightgray;
        margin: 5px;
       font-size: 9px;

    }
     .footer{
       font-size: 9px;  
    }
}

@media only screen and (max-width: 500px){ 

    .country{
        margin: 5px;
       font-size: 9px;

    }
    .phone{
        margin: 5px;
       font-size: 9px;

    }
    .contact{
        margin: 5px;
       font-size: 9px;

    }
    .place{
        border-top:  solid 1px lightgray;
        margin: 5px;
        font-size: 9px;

    }
    .footer{
       font-size: 9px;  
    }

}

#RegisterMacweb .form-group{
    margin-bottom: 5px;
}
.mtop{
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-fluid{
    max-width: 70%;
    height: auto;
    width: auto/9; /* Bug de ie8 */

}
.ir-arriba {
    display:none;
    padding:20px;
    font-size:20px;
    color:#e8570e;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
    -moz-border-radius: 60px
}


.macweb .navbar{
    min-height:100px;

}
.secone{
    background-color:#1f2b52;
    color: #FFFFFF;

}

.line{
    border: solid 1px lightgray;

}

.titleblanck{
    font-size: 50px;
}
.titleseccion{
    font-size: 25px;
}

.macweb .nav-link{
    font-size: 12px;
    margin-top: 15px;
    color:#FFFFFF;
}



.country{
    margin: 5px;

}
.phone{
    margin: 5px;

}
.contact{
    margin: 5px;
}
.place{
    border-top:  solid 1px lightgray;
    margin: 5px;
}



.tabsmargin{
    margin-top: 3px;
}

.error-input{
    border-color:#CE5050 !important;
    background-color: #e4b9c0 !important;
}

.error-input:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(206,80,80,.6) !important;
}


.slide{ 
    /*min-width: 20px;*/  
    max-width: 100%;
    /*     height: 580px; */
    max-height: 100%;
    /*margin-left: -120px;*/
    position: relative; 
    overflow: hidden; 
    display: block;
    background-size: contain;
} 



figure{ 
    margin: 0; 
} 
