/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);

@font-face {
    font-family: "Robot-Medium";

    src: url('../fonts/Roboto-Medium.ttf');
	src: local('Robot-Medium'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto-Light";

    src: url('../fonts/Roboto-Light.ttf');
	src: local('Roboto-Light'), url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto-Regular";

    src: url('../fonts/Roboto-Regular.ttf');
	src: local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

/*--------------------
1. General
--------------------*/

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}

a:hover, a:focus, a:active, a.active {
    color: #ebb13d;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #ebb13d;
}

@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 70px 0;
}

.color-connect {
    background-color: #3d6fc9 !important;  
}

.color-smart {
    background-color: #059ace !important;  
}
/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #0b4d9b;
	border-color: transparent
}

.navbar-connect {
    background-color: #3d6fc9;  
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Roboto-Regular",sans-serif;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #ebb13d
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #ebb13d;
	border-color: #ebb13d
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ebb13d
}
.navbar-default .nav li a {
	font-family: "Roboto-Regular",sans-serif;

    color:#fff;
    font-size: 0.9em;
    padding-left: 0px !important;
    /*font-weight: 300;*/
}

.navbar-default ul {
    margin-right: 130px;
}

/*.navbar-default li a {
    padding-left: 0.2px !important;

}*/

.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
    outline: 0;
    text-decoration: underline;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #ebb13d
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #ebb13d
}

nav img {
    width: 5em;
    float: left;
}

@media (min-width:768px) {
	.navbar-default
	{
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 1.5em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		padding: 20px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
    }
    nav img {
        float: left;
        float: top;
        margin-left: 145px;
        padding-top: 0px;
    }

    #logo_nav {
        padding-bottom: 5em;
    }

    .navbar-default ul {
    margin-right: 130px;
}
}

@media (min-width: 1920px) {
    .cuerpo {
        width: 80% !important;
        margin-left: 10% !important;
    }
	.navbar-default
	{
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		padding: 20px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 2em
    }
    nav img {
        width: 5em;
        float: left;
        float: top;
        margin-left: 0%;
        padding-top: 0%;
    }

    #logo_nav {
        padding-bottom: 5em;
    }
    .navbar-default ul {
        margin-top: 2%;
        margin-right: 0%;
    }

    .navbar-default .nav li a {
        font-family: "Roboto-Regular",sans-serif;
        letter-spacing: 0.16px;
        color:#fff;
        font-size: 2em;
        padding-left: 0px !important;
        /*font-weight: 300;*/
    }

    .nav-container {
        width: 82%;
        margin-left: 9%;
    }
}
@media (min-width: 2880px) {
	.navbar-default
	{
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2.5em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		padding: 20px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 2.5em
    }
    nav img {
        width: 5.2em;
        float: left;
        float: top;
        margin-left: 0%;
        padding-top: 0%;
    }

    #logo_nav {
        padding-bottom: 8em;
    }
    .navbar-default ul {
        margin-top: 2%;
        margin-right: 0%;
    }
    .nav-container {
        margin-left: 22%;
        width: 56%;
    }
    .navbar-default .nav li a {
        font-family: "Roboto-Regular",sans-serif;
        letter-spacing: 0.16px;
        color:#fff;
        font-size: 2.5em;
        padding-left: 0px !important;
        /*font-weight: 300;*/
    }

}


/*--------------------
3. Header
--------------------*/

header {
    background-image: url(../img/supplier/Background.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
    background-size: 100% 100%;
    margin: 0%;
}

header.connect {
    background-image: url(../img/supplier/Background_conn.png);
}

header.smarttul {
    background-image: url(../img/supplier/Background_smart.png);
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 8em;;

    color: #fff;
    width: 70%;
    margin-left: 15%;
}
#header-p {
    margin-top: 0.7em;
}
#header-p a{
    color: #fff;
    font-family: "Roboto-Light";
    font-size: 9.5px;
}

#header-p a:hover{
    color: #fff;
    text-decoration: none;
    font-family: "Roboto-Light";
    font-size: 9.5px;
}

#header-p p{
    color: #fff;
    font-family: "Roboto-Light";
    font-size: 9.5px;
}

.relax-p {
    white-space: unset;
    text-align: justify;
}
@media (min-width: 768px) {
	header .intro-text {
	    padding-top: 215px;
        
    }
    
    header p{
        white-space: pre;
        color: #fff;
        font-family: "Roboto-Light";
    }
    header .intro-text {
        padding-top: 13.4375em;
        color: #fff;
    }
}
header h2 {
    font-family: "Roboto-Regular";
    line-height: 1.3em;
    color: #fff;
    padding-top: 0px;
}
header p{
    color: #fff;
    font-family: "Roboto-Light";
    line-height: 1.5em;
}
@media (min-width: 768px) {
	header .intro-text .intro-heading {
	    font-weight: 700;
	    font-size: 75px;
	    line-height: 75px;
	    margin-bottom: 50px;
    }
    
    .container, .slider-conainer{
        padding: 0px;
    }
    header h2 {
        white-space: pre;
        font-family: "Roboto-Regular";
        line-height: 1.3em;
        font-size: 2.5em;;
        color: #fff;
        padding-bottom: 1em; 
    }
    header p{
        white-space: pre;
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.464em;
        line-height: 1.5em;
    }
    #img-hader {
        display:block;
        margin:auto;
        height: 40%;
        width: 58.2%;
        max-width: 100%;
        margin-right: 0px;
    }
    header img {
        height: 90%;
        width: 50%;
        float: right;
          
    }
    
    #img-about, #imgabout2 {
        display:block;
        margin:auto;
        height: 150%;
        width: 100%;
        max-width: 100%;
        padding-top: 20%;
        padding-left: 3em;
    }
}

/*13"*/
@media (min-width: 1280px) {
    header .intro-text {
        padding-top: 13.4375em;
        color: #fff;
    }
    
}
/*14"*/
@media (min-width: 1366px) {
    header .intro-text {
        color: #fff;
    }
    
}
/*15"*/
@media (min-width: 1366px) {
    header .intro-text {
        padding-top: 13.4375em;
        color: #fff;
    }
}
/*19"*/
@media (min-width: 1440px) {
    header .intro-text {
        padding-top: 13.4375em;
        color: #fff;
    }
}

/*20"*/
@media (min-width: 1600px) {
    header .intro-text {
        padding-top: 13.4375em;
        color: #fff;
    }

    #img-about, #imgabout2 {
        padding-top: 20%;

    }
}
/*22"*/
@media (min-width: 1680px) {
    header .intro-text {
        padding-top: 13.4375em;
        color: #fff;
    }
}
/*23" y 24"*/
@media (min-width: 1920px) {
    header .intro-text {
        padding-top: 13%;
        color: #fff;
    }

    header h2 {
        font-family: "Roboto-Regular";
        line-height: 1.3em;
        color: #fff;
        padding-top: 0px;
        max-width: 100%;
        font-size: 3.5em;
    }
    header p{
        white-space: pre;
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 2em;
        line-height: 1.5em;
    }

    #header-p p{
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.26em;
    }
    #header-p a{
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.26em;
    }
    #header-p a:hover{
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.26em;
    }
}

@media (min-width: 2880px) {
    header .intro-text {
        padding-top: 13%;
        color: #fff;
    }

    header h2 {
        font-family: "Roboto-Regular";
        line-height: 1.3em;
        color: #fff;
        padding-top: 0px;
        max-width: 100%;
        font-size: 4.3em;
    }
    header p{
        white-space: pre;
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 2.8em;
        line-height: 1.5em;
    }

    #header-p p{
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.7em;
    }
    #header-p a{
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.3em;
    }
    #header-p a:hover{
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 1.3em;
    }
}
/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #0b4d9b;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}
#row1-about h3 {
    color: #0b4d9b;
    font-weight: bold;
    font-family: "Roboto-Light";
    padding-top: 1em;
    text-align: center;

}
#row1-about p {
    margin-top: 3em;
    color: #333333;
    text-align: justify;
    margin-bottom: 2em;
}
#row1-about img {
    display:block;
    margin:auto;
    height: 150%;
    width: 130%;
    max-width: 100%;
}
.what-is-text2 p {
    font-size: 1.3em;
    color: #333333;
    line-height: 1.5em;
    margin-top: 1.5em;
    text-align: justify;
}

.what-is-text2 h3, .head-c {
    color: #0b4d9b;
    font-weight: bold;
    font-family: "Roboto-Light";
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.5em;

}

@media (min-width: 768px) {
    .about-c p{
        /*white-space: pre;*/
        margin-top: 2em;
        text-align: justify;
        color: #333333;
        font-size: 1.3em;
        line-height: 1.5em;
    }

    .about-c h3{
        color: #0b4d9b;
        font-weight: bold;
        font-family: "Roboto-Light";
    }
    
    #row1-about {
        margin-left: 130px;
        margin-right: 135px;
        
    }
    #row1-about p {
        margin-top: 3em;
        color: #333333;
 
    }
    
    #row1-about h3 {
        color: #0b4d9b;
        font-weight: bold;
        font-family: "Roboto-Light";
        padding-top: 0px;
        text-align: left;
    }
    
    #what-is-text {
        margin-left: 5.6em;
    }
    
    #row1-about img {
        display:block;
        margin:auto;
        height: 150%;
        width: 130%;
        max-width: 100%;
    }
    .row2-about {
        margin-left: 130px;
        margin-top: 7.2em;
    }
    
    .what-is-text2 p {
        font-size: 1.3em;
        color: #333333;
        line-height: 1.5em;
        margin-top: 1.5em;
    }
    
    #img-h3-about {
        height: 150%;
        width: 99%;
    }
    
    #img2-h3-about {
        display:block;
        margin:auto;
        height: 100%;
        width: 100%;
        margin-left: 15%;
        max-width: 100%;
        padding-right: 5%;
        margin-top: 0.1em;
    }
    .row3-about {
        padding-left: 0px;
    }
}
@media (min-width: 1920px) {
    .about-c {
        margin-left: 17%;
        margin-right: 17%;
        
    }

    .about-c h3{
        color: #0b4d9b;
        font-weight: bold;
        font-family: "Roboto-Light";
        font-size: 2.5em;
    }

    .about-c p{
        /*white-space: pre;*/
        line-height: 1.5em;
        font-size: 2em;
    }

    #row1-about {
        margin-left: 0%;
        margin-right: 0%;
    }
    #what-is-text{
        float: right;
        margin-right: 2.6%;
    }
    #what-is-text p{
        font-size: 1.2em;
    }
    #what-is-text h3{
        font-size: 2.5em;
    }
    .row2-about{
        float: left;
        margin-left: 0%;
    }
    #what-is-text2 p{
        font-size: 2em;
        margin-top: 2em;

    }
    #img2-h3-about {
        margin:auto;
        display:block;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
    .row3-about {
        margin-left: 8%;
    }

    .what-is-text2 h3, .head-c {
        margin-bottom: 30px;
        font-size: 2.4em;
    }

    .what-is-text2 p {
        font-size: 2em;
    }
}

@media (min-width: 2880px) {
    .about-c {
        margin-left: 17%;
        margin-right: 0%;
        width: 70%;      
    }
    #row1-about {
        margin-left: 0%;
        margin-right: 0%;
    }
    #what-is-text{
        float: right;
        margin-right: 10%;
    }
    #what-is-text p{
        font-size: 2.3em;
        line-height: 150%;
    }
    #what-is-text h3{
        font-size: 3.2em;
    }
    .row2-about{
        float: left;
        margin-left: 0%;
        margin-right: 0%;
        width: 100%; 
        padding-bottom: 5%;
    }
    .what-is-text2 p{
        font-size: 2.8em;
    }

    #img2-h3-about {
        margin:auto;
        display:block;
        width: 90%;
        height: 50%;
    }
    #imab2 {
        width: 35%;
    }
    #img-h3-about {
        height: 150%;
        width: 100%;
    }
    
    .row3-about {
        margin-left: 3%;
    }
}

.cuerpo {
    width: 96%;
    margin-left: 2%;
}
/*Familiar*/

.familiar img {
    display:block;
    margin:auto;
    height: 30%;
    width: 20%;
    max-width: 100%;
}
.familiar p {
    text-align: justify;
    color: #333333;
    line-height: 1.5em;
    font-size: 1.1em;
}

.familiar h4 {
    font-family: "Roboto-Regular";
    color: #0b4d9b;
    padding-top: 20px;
    padding-bottom: 2em;
    font-size: 1.769em;
    word-spacing: -0.1em;
}
.familiar {
    background-image: url(../img/supplier/Are_you_familiar.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: cover;
    text-align: justify;
    color: #fff;
    background-size: 100% 100%;
}
@media (min-width: 768px) {
    .cuerpo {
    width: 60%;
    margin-left: 20%;
}

    .familiar {
        background-image: url(../img/supplier/Are_you_familiar.png);
        background-repeat: none;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: contain;
        -o-background-size: cover;
        text-align: justify;
        color: #fff;
        background-size: 100% 100%;
    }
    
    .familiar p {
        text-align: justify;
        font-size: 1.3em;
        color: #333333;
        line-height: 1.5em;
    }
    
    .familiar-c{
        margin-left: auto;
        margin-bottom: 6.99em;
    }
    
    .familiar h4 {
        font-family: "Roboto-Regular";
        color: #0b4d9b;
        padding-top: 2.99em;
        padding-bottom: 3.2em;
        font-size: 1.769em;
        word-spacing: -0.1em;
    }
    
    .familiar img {
        display:block;
        margin:auto;
        height: 30%;
        width: 20%;
        max-width: 100%;
        padding-bottom: 2em;
    }
    
    .familiar .col-md-3 {
        margin-right: 0.4em;
    }
}
/*14"*/
@media (min-width: 1366px) {
    .familiar-c{
        display:block;
        margin:auto;
        margin-bottom: 10%;
    }
}
/*19"*/
@media (min-width: 1440px) {
    .familiar-c{
        display:block;
        margin:auto;
        margin-bottom: 10%;
    }
}
/*20"*/
  @media (min-width: 1600px) {
    .familiar-c{
        display:block;
        margin:auto;
        margin-bottom: 10%;
    }
  }
  /*22"*/
  @media (min-width: 1680px) {
    .familiar-c{
        display:block;
        margin:auto;
        margin-bottom: 10%;
    }  
  }
  /*23" y 24"*/
@media (min-width: 1920px) {
    .familiar-c{
        display:block;
        margin:auto;
        margin-bottom: 10%;
    }
    .familiar p {
        margin-top: 2.5em;
        text-align: justify;
        font-size: 2em;
        color: #333333;
        line-height: 1.5em;
    }
    .familiar .col-md-3 {
        margin-right: 4em;
    }
    #ultm {
        margin-right: 0%;
        margin-left: 4.3%;
    }
    .row-fam {
        margin-left: 0%;
    }
    .familiar h4 {
        font-size: 2.5em;
        margin-right: 7%;
    }
  }
  @media (min-width: 2880px) {
    .familiar-c{
        display:block;
        margin:auto;
        margin-bottom: 10%;
    }
    .familiar p {
        text-align: justify;
        font-size: 2.6em;
        color: #333333;
        line-height: 1.5em;
    }
    .familiar .col-md-3 {
        margin-right: 4em;
    }
    /*#ultm {
        margin-right: 0%;
        margin-left: 4.3%;
    }*/
    .row-fam {
        margin-left: 0%;
    }
    .familiar h4 {
        font-size: 4.1em;
        margin-left: 10%;
    }
  }
/*How it works*/

.how-it img{
    display:block;
    height: 26%;
    width: 25%;
    max-width: 100%;
    margin-left: 10em;
    margin-bottom: 3em;
}

.how-it h3 {
    font-family: "Roboto-Regular";
    color: #0b4d9b;
    margin-bottom: 2em;
}
.how-it-works p {
    color: #333333;
    font-family: "Roboto-Light";
    margin-bottom: 1.3em;
    text-align: justify;
}
.how-it img{
    display:block;
    height: 100px;
    width: 25%;
    max-width: 100%;
    margin-left: 8em;
    margin-bottom: 2em;
}

.all-one {
    text-align: center;
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .how-it img{
        display:block;
        height: 100px;
        width: 25%;
        max-width: 100%;
        margin-left: 8em;
        margin-bottom: 3em;
    }

    .how-it h3 {
        font-family: "Roboto-Regular";
        color: #0b4d9b;
        margin-bottom: 2.5em;
    }
    .how-it-works p {
        color: #333333;
        font-family: "Roboto-Light";
        font-size: 1.3em;
        height: 5.5em;
    }

    .how-it-works.es p{
        line-height: 19px;
    }

    .how-it-works.smart p {
        height: 3em;
    }
    
    #col-2-how-it {
        margin-left: 0.3em;
    }

    .row-fam {
        margin-left: 20%;
        width: 60%;
    }
}

/*23"*/
@media (min-width: 1920px) {

    .how-it img{
        display:block;
        height: 100px;
        width: 18%;
        max-width: 100%;
        margin-bottom: 3em;
    }
    .how-it h3 {
        font-family: "Roboto-Regular";
        color: #0b4d9b;
        margin-bottom: 4em;
        font-size: 2.5em;
        margin-right: 10%;
        
    }
    .how-it-works p {
        color: #333333;
        font-family: "Roboto-Light";
        font-size: 2.0em;
        line-height: 1.5em;
    }

    .how-it-works.es p{
        line-height: 1.2em;
    }

    .how-it img{
        display:block;
        height: 100px;
        width: 25%;
        max-width: 100%;
        margin-bottom: 2em;
    }
    #col-2-how-it {
        margin-left: 11%;
    }

    .all-one {
        text-align: center;
        font-size: 2.2em !important;
    }
}
@media (min-width: 2880px) {
    .how-it h3 {
        font-family: "Roboto-Regular";
        color: #0b4d9b;
        margin-bottom: 4em;
        font-size: 4.1em;
        margin-left: 9%;
        
    }
    .how-it-works p {
        color: #333333;
        font-family: "Roboto-Light";
        font-size: 2.6em;
        line-height: 180%;
    }
    .how-it-works.es p{
        line-height: 2em;
    }
    .how-it img{
        display:block;
        height: 100px;
        width: 25%;
        max-width: 100%;
        margin-bottom: 2em;
    }
    #col-2-how-it {
        margin-left: 11%;
    }
}
/*Procurament*/
.procurement {
    background-color: #0b4d9b;
    padding-bottom: 0px;
    padding-top: 0px;

}

.procurement-row {
    margin-left: 18%;
    width: 64%;
}

.procurement h3 {
    color: #fff;
    font-family: "Robot-Medium";
    text-align: justify;
    margin-left: 0.5em;
}
.procurement ul li {
    text-align: justify;
    font-family: "Roboto-Light";
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .procurement h3 {
        font-size: 1.5em;
        color: #fff;
        font-family: "Robot-Medium";
        margin-bottom: 1.9em;
    }
    .procurement ul li {
        font-family: "Roboto-Light";
        color: #fff;
        font-size: 1.2em;
        line-height: 1.9em;
    }

    #img-procurament {
        display:block;
        height: 140%;
        width: 90%;
        max-width: 100%;
        padding-top: 2em;
        margin-left: 4em;
        margin-bottom: 2em;
    }

    #proc-c {
        margin-right: 0px;
        padding-top: 5em;
        padding-bottom: 4em;
    }

    #img-proc {
        padding-left: 0px;
        padding-right: 0px;
    }

    #text-proc {
        padding-right: 0px;
        margin-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
}

/*23" y 24"*/
@media (min-width: 1920px) {
    #proc-c {
        margin-left: 9.6%;
    }

    .procurement h3 {
        font-size: 2.2em;
        color: #fff;
        font-family: "Robot-Medium";
        margin-bottom: 1.9em;
    }
    .procurement ul li {
        font-family: "Roboto-Light";
        color: #fff;
        font-size: 1.8em;
        line-height: 1.9em;
    }

    #img-procurament {
        display:block;
        margin:auto;
        height: 140%;
        width: 500%;
        max-width: 100%;
        padding-top: 4em;
        margin-left: 4em;
    }

    #proc-c {
        margin-right: 0px;
        padding-top: 5em;
    }

    #img-proc {
        padding-left: 0px;
        padding-right: 0px;
    }

    #text-proc {
        padding-right: 0px;
        margin-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 2880px) {
    #proc-c {
        margin-left: 9.6%;
    }

    #text-proc h3 {
        color: #fff;
        font-family: "Robot-Medium";
        margin-bottom: 2.5em;
        font-size: 4em;
    }
    .procurement ul li {
        white-space: pre;
        font-family: "Roboto-Light";
        color: #fff;
        font-size: 2.8em;
        line-height: 1.9em;
    }

    #img-procurament {
        display:line;
        margin:auto;
        height: 80%;
        width: 80%;
        padding-top: 20%;
    }

    #proc-c {
        margin-right: 0px;
    }

    #img-proc {
        padding-left: 0%;
        padding-right: 0px;
        width: 47.5%;
    }

    #text-proc {
        padding-right: 0px;
        margin-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
    .procurement-row {
        width: 250%;
        height: 250%;
    }
}
/*products*/
.products-c p {
    text-align: justify;
    font-family: "Roboto-Light";
    color: #333333;
    font-size: 1.2em;
}

#title-ppal-prod{
    font-family: "Robot-Medium";
    color: #0b4d9b;
    margin-top: 2em;
    padding-bottom: 1.8em;
}
.products-c h4{
    font-family: "Robot-Medium";
    color: #0b4d9b;
    text-align: center;
    padding-bottom: 1em;
}

.products img{
    display:block;
    height: 60%;
    width: 22%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 1em;
}


@media (min-width: 768px) {
    
    .products-c p {
        font-family: "Roboto-Light";
        color: #333333;
    }
    
    #title-ppal-prod{
        font-family: "Robot-Medium";
        color: #0b4d9b;
        margin-top: 2em;
        padding-bottom: 2.8em;
    }
    .products-c h4{
        font-family: "Robot-Medium";
        color: #0b4d9b;
        text-align: center;
        padding-bottom: 1em;
    }
    #prod-2 {
        margin-left: 7em;
    }
    
    .products img{
        display:block;
        width: 22%;
        max-width: 100%;
        padding-bottom: 0.5em;
    }
}

/*23" y 24"*/
@media (min-width: 1920px) {

    .products-c p {
        font-family: "Roboto-Light";
        color: #333333;
        font-size: 2em;
        line-height: 1.5em;
    }
    
    #title-ppal-prod{
        font-family: "Robot-Medium";
        color: #0b4d9b;
        margin-top: 2em;
        padding-bottom: 2.8em;
    }
    .products-c h4{
        font-family: "Robot-Medium";
        color: #0b4d9b;
        text-align: center;
        padding-bottom: 1em;
        font-size: 2em;
    }
    #prod-2 {
        margin-left: 23em;
    }
    
    .products img{
        display:block;
        width: 30%;
        max-width: 100%;
        padding-bottom: 3em;
    }

    .products h3 {
        font-size: 2.5em;
        margin-right: 10%;
    }
}

@media (min-width: 2880px) {

    .products-c p {
        font-family: "Roboto-Light";
        color: #333333;
        font-size: 2.3em;
        line-height: 150%;
    }
    
    #title-ppal-prod{
        font-family: "Robot-Medium";
        color: #0b4d9b;
        margin-top: 2em;
        padding-bottom: 2.8em;
    }
    .products-c h4{
        font-family: "Robot-Medium";
        color: #0b4d9b;
        text-align: center;
        padding-bottom: 1em;
        font-size: 3.4em;
    }
    #prod-2 {
        margin-left: 22%;
    }
    
    .products img{
        display:block;
        height: 50%;
        width: 30%;
        max-width: 100%;
        padding-bottom: 3em;
    }

    .products h3 {
        font-size: 4.1em;
        margin-left: 9%;
    }
}
/*Tell me more*/
.tell-me {
    background-image: url(../img/supplier/Tell_me_more.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: cover;
    text-align: justify;
    color: #fff;
    background-size: 100% 100%;
    padding-bottom: 8em;
}

.tell-me h3 {
    padding-top: 1em;
    font-family: "Robot-Medium";
    color: #0b4d9b;
    padding-bottom: 1em;
}

.tell-me p {
    padding-bottom: 0.5em;
    font-family: "Roboto-Light";
    color: #333333;
    padding-bottom: 1.8em;
    font-size: 1.2em;
}
@media (min-width: 1920px) {
    .tell-me {
        background-image: url(../img/supplier/Tell_me_more.png);
        background-repeat: none;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: contain;
        -o-background-size: cover;
        text-align: justify;
        color: #fff;
        background-size: 100% 100%;
        padding-bottom: 8em;
    }
    .tell-me h3 {
        padding-top: 1em;
        font-family: "Robot-Medium";
        color: #0b4d9b;
        padding-bottom: 0.5em;
        font-size: 2.5em;
    }
    
    .tell-me p {
        padding-bottom: 0.5em;
        font-family: "Roboto-Light";
        color: #333333;
        padding-bottom: 1em;
        font-size: 2em;
    }
}
@media (min-width: 2880px) {
    .tell-me {
        background-image: url(../img/supplier/Tell_me_more.png);
        background-repeat: none;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: contain;
        -o-background-size: cover;
        text-align: justify;
        color: #fff;
        background-size: 100% 100%;
        padding-bottom: 8em;
    }
    .tell-me h3 {
        padding-top: 1em;
        font-family: "Robot-Medium";
        color: #0b4d9b;
        padding-bottom: 0.5em;
        font-size: 4.3em;
    }
    
    .tell-me p {
        padding-bottom: 0.5em;
        font-family: "Roboto-Light";
        color: #333333;
        padding-bottom: 1em;
        font-size: 2.5em;
    }
}
/*--------------------
4.7. Contacts
--------------------*/

.contact p{
    font-family: "Roboto-Light";
    color: #333333;
    white-space: pre;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 1.5em;
}

#contactForm {
    margin: auto;
    padding-top: 1em;
    display:block;
    height: 150%;
    width: 130%;
    max-width: 100%;
}
#o {
    float: center;
    background-color: #f4f4f4;
    border-radius: 0.5em;
    width: 90%;
}

#btn-formu {
    padding-top: 0.5em;
}
@media (min-width: 768px) {
    .contact p{
        font-family: "Roboto-Light";
        color: #333333;
        white-space: pre;
        font-size: 0.8em;
        line-height: 1em;
        margin-bottom: 1.5em;
    }
    
    .contact-c {
        padding-left: 10.8em;
    }
    #p2-contact {
        margin-left: 2.8em;
    }
    #form-con {
        float: right;
        margin-right: 5em;
    }
    #contactForm {
        margin: auto;
        padding-top: 1em;
        margin-left: 2.8em;
        display:block;
        height: 150%;
        width: 130%;
        max-width: 100%;
    }
    #o {
        float: center;
        background-color: #f4f4f4;
        border-radius: 0.5em;
        width: 90%;
    }
}

@media (min-width: 1920px) {
    .contact p{
        font-family: "Roboto-Light";
        color: #333333;
        white-space: pre;
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 1.5em;
    }
    
    .contact-c {
        padding-left: 0%;
    }
    #p2-contact {
        margin-left: 2.8em;
    }
    #form-con {
        float: right;
        margin-right: 0em;
    }
    #contactForm {
        margin: auto;
        padding-top: 1em;
        margin-left: 2.9em;
        display:block;
        height: 150%;
        width: 130%;
        max-width: 100%;
    }
    #o {
        float: center;
        background-color: #f4f4f4;
        border-radius: 0.5em;
        width: 90%;
    }
}

@media (min-width: 2880px) {
    .contact p{
        font-family: "Roboto-Light";
        color: #333333;
        white-space: pre;
        font-size: 2em;
        line-height: 1em;
        margin-bottom: 1.5em;
    }
    
    .contact-c {
        padding-left: 2.5%;
        width: 70%;
    }
    #p2-contact {
        margin-left: 10%;
    }
    #form-con {
        float: right;
        margin-right: 0em;
    }
    #contactForm {
        margin: auto;
        padding-top: 1em;
        margin-left: 2.9em;
        display:block;
        height: 150%;
        width: 130%;
        max-width: 100%;
    }
    #o {
        float: center;
        background-color: #f4f4f4;
        border-radius: 0.5em;
        width: 90%;
    }
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #0b4d9b;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.4px;
    font-family: "Roboto-Light"
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #ebb13d;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

footer img {
    height: 8%;
    width: 8%;
}
@media (min-width: 2880px) {
    footer p {
        color: #fff;
        margin: 0;
        font-size: 2em;
        font-weight: 500;
        letter-spacing: 1.4px;
        font-family: "Roboto-Light"
    }
    footer img {
        height: 11%;
        width: 11%;
    }
}
/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #ebb13d;
    border-color: #ebb13d;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #ebb13d;
    border-color: #ebb13d;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #ebb13d;
    border-color: #ebb13d;
    font-family: "Roboto-Light",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 10px;
    padding-left: 3%;
    padding-right: 3%;
}
#btn_u {
    background-color: #0b4d9b;
    color: #fff;
}
@media (min-width: 1920px) {
.btn-xl {
    color: #fff;
    background-color: #ebb13d;
    border-color: #ebb13d;
    font-family: "Roboto-Light",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 1.8em;
    padding: 10px 10px;
}
}
@media (min-width: 2880px) {
#btn_u {
    background-color: #0b4d9b;
    color: #fff;
    font-size: 2.5em;
}
.btn-xl {
    color: #fff;
     background-color: #ebb13d;
    border-color: #ebb13d;
    font-family: "Roboto-Light",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
        font-size: 2em;
    padding: 10px 10px;
        padding-left: 1%;
        padding-right: 1%;
}
}
/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #ebb13d;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}
#btn-header {
    margin-top: 3em;
}

ul.nav .dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 160px;
    z-index: -1;
    transform: translateY(-50px);
    transition: all 0.3s ease-out;
}
ul.nav .dropdown li {
    position: relative;
}

ul.nav .dropdown ul {
    right: -162px;
    top: 10px;
}

ul.nav li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}