:root {
    /*--blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;*/
    --green: #28a745;
    --white: #fff;
    --light: #f8f9fa;
    --dark: #343a40;
    --metia-graylight: #f4f4f4;
    --metia-gray: #D1D3D4;
    --metia-graydark: #44515C;
    --metia-black: #29353A;
    --metia-blue: #6B96BF;
    --metia-yellow: #D8D453;
    --metia-black2: #231F20;
    --metia-bluelight: #AADCE4;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@font-face {
    font-family: 'BlackFont';
    src: /*url('myfont.woff') format('woff'),  Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('../css/font/Montserrat-Black.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }  

  @font-face {
    font-family: 'BoldFont';
    src: /*url('myfont.woff') format('woff'),  Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('../css/font/Montserrat-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }  

  @font-face {
    font-family: 'MediumFont';
    src: /*url('myfont.woff') format('woff'),  Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('../css/font/Montserrat-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }

  @font-face {
    font-family: 'RegularFont';
    src: /*url('myfont.woff') format('woff'),  Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('../css/font/Montserrat-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }

  @font-face {
    font-family: 'ItalicFont';
    src: /*url('myfont.woff') format('woff'),  Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('../css/font/Montserrat-Italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }

/* Stackoverflow preview fix, please ignore */
section {
    padding: 0;
}

.title0 {
    font-family: MediumFont;
    letter-spacing: 3px;
    line-height: 3.0rem;
}
.text0 {
    font-family: MediumFont;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    line-height: 1.5rem;
}
.text-p {
    font-family: MediumFont;
    font-size: 0.9rem;
    letter-spacing: 0.08rem;
    line-height: 1.6rem;
    color: var(--metia-graydark);
}

h2 {
    font-family: MediumFont;
    font-size: 0.9rem;
    margin-bottom: 120px;
    letter-spacing: 0.3rem;
    margin: 80px 0;
}
h2 > span {
    border-bottom: 1px solid var(--metia-black);
    width: 5rem;
    display: inline-flex;
    margin: 5px 0;
}
h5 {
    font-family: RegularFont;
}
.div-with-number {
    /*position: absolute;*/
    height: 150px;
}
.div-with-number > div {
    float: left;
}

.div-with-number > .number-10 {
    font-family: BoldFont;
    font-size: 9.5rem;
    font-weight: 700;
    text-align: center;
    width: 35%;
    border: 0;
    margin: 0;
}
.div-with-number > .number-text {
    float: left;
    width: 65%;
    line-height: 1;
    margin-top: 55px;
}
.margin-bottom-0{
    margin-bottom: 0;
}

.fontWhite {
    color: white;
}

.navbar{
    padding-top: 20px;
}
.navbar > .container,
#navbarSupportedContent > .container {
    max-width: none;
}
.navbar > .container > a > img {
    height: 45px;
}
/*.navbar >#btn-access {
    position: absolute;
    right: 20%;
}*/
.navbar  #btn-access > #btn-login {
    font-family: RegularFont;
    font-size: 0.8rem;
    padding: 5px 40px;
    letter-spacing: 0.2rem;
}
.navbar #btn-access > #a-login {
    display: none;
}
    
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: transparent;
    z-index: 100;
    margin-left: 80px;
}
.navbar-dark .navbar-toggler > span {
    font-family: BoldFont;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}
#navbarSupportedContent {
    z-index: 101;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px;
}
.nav-bar-bg{
    background-color: var(--metia-black);
    opacity: 0.95;
}

.nav-link {
padding-right: .5rem !important;
padding-left: .5rem !important;
color: white;
}


  .ul-menu li {
    list-style-type: none; 
 }
  
  /* Fixes dropdown menus placed on the right side */
  .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
  }



  .ico{
    /*width:100px;*/
    display:block;
    height:30px;
    /*background:black;*/
    color:white;
    text-decoration:none;
    /*padding-left:20px;*/
}
.ico:before{
    content: '';
    background:url('../images/icons/icon_burger.png');
    position:absolute;
    width:40px;
    height:25px;
    margin-left:-50px;
    margin-top: 5px;
    background-size: 35px 20px;
    background-repeat: no-repeat;
}
.ico-close{
    /*width:100px;*/
    display:block;
    height:30px;
    /*background:black;*/
    color:white;
    text-decoration:none;
    /*padding-left:20px;*/
}
.ico-close:before{
    content: '';
    background:url('../images/icons/icon_close.png');
    position:absolute;
    width:40px;
    height:25px;
    margin-left:-35px;
    margin-top: 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

header {
    padding: 0;
}

.btn-align-right {
    position: absolute; 
    right: 25%; 
}

.btn-radio {
    
    border-radius: 25px; 
    background-color: transparent; padding: 3px 25px; color: white;
}
.ul-menu {
    color: var(--metia-graylight);
    font-family: BoldFont;
    font-size: 1.2rem;
}
.ul-menu a:hover {
    color: var(--metia-yellow);
    text-decoration: none;
}

#about {
    position: relative;
}
#about > div {
    position: absolute;
    top: 200px;
    max-width: 850px;
}

#que_ofrecemos .row > .col-md-4,
#ventajas_competitivas .row > .col-md-3,
#nuestros_clientes .row > .col-md-4 {
    margin: 0px;
    padding: 0 5px;
}

#ventajas_competitivas .row > .col-md-3 > div {
    background-size: cover;
    background-repeat: no-repeat;
}
#ventajas_competitivas .row  #vc1 {
    background-image: url("../images/vc-1.png");
}
#ventajas_competitivas .row  #vc2 {
    background-image: url("../images/vc-2.png");
}
#ventajas_competitivas .row  #vc3 {
    background-image: url("../images/vc-3.png");
}
#ventajas_competitivas .row  #vc4 {
    background-image: url("../images/vc-4.png");
}

#que_ofrecemos .row > .col-md-4 > .div_img_bg_center {
    background-color: var(--metia-graylight);
    height: 300px;
    margin: 1px;
    position: relative;
}

#que_ofrecemos .row > .col-md-4 > .div_img_bg_center > img,
#nuestros_clientes .row > .col-md-4 > .div_img_bg_center > img { 
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.div_img_bg_center > label {
    font-family: BoldFont;
    font-size: 1.2rem;
    position: absolute;
    bottom: 70px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

#ventajas_competitivas .row > .col-md-3 > .div_img_bg_center {
    height: 250px;
    max-width: 250px;

    border: thin solid var(--metia-graydark);

    align-items: center; /* vertical orientation*/
    justify-content: center; /* horizontal orientation */

    padding: 0; /* 0 20% */
    text-align: center;
    font-size: 1.1rem;
    font-family: BoldFont;
    color: white;
    font-weight: 800;
    /*text-decoration-line: underline;*/
    margin: auto; /*para centrar el div del otro otro div*/
    display: table;
}

#ventajas_competitivas .row > .col-md-3 > .div_img_bg_center > div {
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--metia-black);
    opacity: 0.8;
    display: table-cell;
    vertical-align: middle;
    text-shadow: -1px 0 var(--metia-black), 0 1px var(--metia-black), 1px 0 var(--metia-black), 0 -1px var(--metia-black);
    cursor: pointer;
}
#ventajas_competitivas .row > .col-md-3 > .div_img_bg_center > div:hover {
    opacity: 0.0;
    -ms-transform: all 0.8s ease;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}
#sistema > .container {
    background-color: var(--gray-dark);
    margin: 0;
    max-width: initial;
}
#sistema > .container h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: BoldFont;
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
}

#sistema .list-txt > div > img {
    height: 30px;
    margin-right: 15px;
    position: absolute;
}
#sistema .list-txt > div > div {
    margin-left: 50px;
}

#sistema .list-txt > div {
    font-family: RegularFont;
    font-size: 1rem;
    margin: 30px 0;
    color: linen;
    letter-spacing: 0.08rem;
    position: relative;
}

#sistema .list-txt{
    max-width: 480px;
}

#sistema #right {
    padding: 0 80px;
}

#nuestros_clientes .row > .col-md-4 > .div_img_bg_center {
    background-color: var(--metia-graylight);
    height: 250px;
    margin: 1px;
    position: relative;
}

#nuestros_clientes .row > .col-md-4 > .div_img_bg_center > .bg-white {
    height: 50px;
    width: 40px;
    position: absolute;
    bottom: 0px;
    border-radius: 0 15px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}

#quienes_somos button {
    float: left;
}

#quienes_somos #right > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#feedback_consumidor > .container {
    position: relative;
}

#feedback_consumidor .carousel-inner {
    height: 200px;
}

#feedback_consumidor > .container h4 {
    font-size: 3.0rem;
    font-family: BoldFont;
    /*font-weight: 600;*/
    width: 35%;
    position: absolute;
    top: -60px;
    left: 30px;
}
#feedback_consumidor #icon_fb_1 {
    position: absolute;
    top: -35px;
    right: 48%;
    width: 55px;
}
#feedback_consumidor #icon_fb_2 {
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 55px;
}
#feedback_consumidor > .container > .row {
    height: 300px;
}

#feedback_consumidor > .container > .row > div{
    position: absolute;
    right: 20px;
    top: 80px;
    font-size: 1.2rem;
    width: 50%;
    font-family: ItalicFont;
}

#feedback_consumidor > .container > .row .text{
    margin-bottom: 40px;
}

#feedback_consumidor > .container > .row p{
    position: absolute;
    bottom: -60px;
    right: 150px;
    font-size: 0.9rem;
    font-family: RegularFont;
}

.btn-more2 {
    color: black;
    background-color: white;
    border-color: black;
}

.btn-more2:hover {
    color: #5a6268;
    font-weight: 500;
    background-color: #e9edf0;
    border-color: #545b62;
    cursor: pointer;
}

.bg-gray {
    background-color: var(--metia-graylight);
}

.bg-gray2 {
    background-color: var(--metia-gray);
}

footer > div > h3 {
    font-family: BoldFont;
    font-size: 3.1rem;
    font-weight: 600;
}

footer > div > div {
    font-family: RegularFont;
    font-size: 0.9rem;
}
footer > div > div > p {
    margin-bottom: 50px;
}

footer > div > p {
    font-family: MediumFont;
    font-size: 0.9rem;

}

button > label {
    margin: 10px 25px;
    letter-spacing: 4px;
    font-size: 0.9rem;
}

.fa-radio {
    /*
    border-radius: 20px;
    width: 35px;
    height: 35px;
    background-color: white;*/
    float: left;
    
}

#btn-close-menu:hover {
    text-decoration: none;
}

h6 {
    font-family: MediumFont;
    font-size: 1.5rem;
    margin-bottom: 120px;
    letter-spacing: 0.4rem;
    margin: 80px 0 30px 0;
    padding-left: 30px;
}

#que_ofrecemos ul li {
    font-family: MediumFont;
    font-size: 0.9rem;
    letter-spacing: 0.08rem;
    line-height: 1.6rem;
    color: var(--metia-graydark);
}

#que_ofrecemos #productos {
    font-size: 1.0rem;
    margin-left: 15px;
}

#que_ofrecemos #productos > div {
    margin-bottom: 15px;
    font-weight: 850;
}

#que_ofrecemos #productos > div img {
    margin-right: 10px;
}

@media (max-width:768px) {
    .navbar {
        padding-top: 0px;
    }
    .navbar > .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar > .container > img {
        height: 30px;
    }
    .ico:before{
        width: 25px;
        height: 20px;
        margin-left: -30px;
        margin-top: 3px;
        background-size: 20px 12px;
        background-repeat: no-repeat;
    }
    #navbarSupportedContent,
    #navbarSupportedContent > .container {
        padding: 0;
    }

    .navbar-dark .navbar-toggler > span {
        font-size: 0.9rem;
    }
    
    .navbar #btn-access > #btn-login {
        display: none;
    }
    .navbar #btn-access > #a-login {
        display: block;
        position: absolute;
        top: 5px;
    }

    .title0 {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .text0 {
        font-size: 0.5rem;
        line-height: 1.0rem;
    }
    #about > img {
        min-height: 280px;
    }

    #about > div {
        top: 55px;
        max-width: 100%;
    }

    #sistema #right {
        padding: 0 20px;
    }

    #quienes_somos #right {
        height: 600px;
    }
    #feedback_consumidor > .container h4 {
        font-size: 2.5rem;
        width: 80%;
        margin-top: 10px;
    }
    #feedback_consumidor > .container > .row > div {
        top: 80px;
        width: 85%;
    }
    #feedback_consumidor > .container > .row .text {
        font-size: 1.0rem;
    }
    
    #feedback_consumidor > .container > .row p{
        font-size: 0.7rem;
        display: -webkit-box;
        width: auto;
        right: 0;
    }
    .fa-radio {
        width: 25px;
        height: 25px;
    }
    h2 {
        font-size: 0.8rem;
    }
    h2 > span {
        width: 2.5rem;
    }
    footer > div > h3 {
        font-size: 2.0rem;
    }

    .div-with-number > .number-10 {
        font-size: 6.5rem;
        font-weight: 400;
    }
    #feedback_consumidor #icon_fb_1 {
        position: absolute;
        top: 260px;
        left: 10px;
        width: 55px;
    }
}