:root{
    --main-font: 'Poppins', 'Quicksand', #000;
    --azul-principal: #06477B;
    --degradado-azul-principal: #CDDAE5;
    --cian: #5BE9D2;
    --degradado1: #063258;
    --degradado2: #063A67;
    --degradado3: #306287;
}

@font-face {
    /* font-family: 'SF Pro Text'; */
    font-family: var(--main-font); 
    src: url('SFProText-Light.woff2') format('woff2'),
        url('SFProText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'SF Pro Text'; */
    font-family: var(--main-font); 
    src: url('SFProText-Bold.woff2') format('woff2'),
        url('SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'SF Pro Text'; */
    font-family: var(--main-font); 
    src: url('SFProText-Heavy.woff2') format('woff2'),
        url('SFProText-Heavy.woff') format('woff');
    font-weight: 900; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'SF Pro Text'; */
    font-family: var(--main-font); 
    src: url('SFProText-Regular.woff2') format('woff2'),
        url('SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'SF Pro Text'; */
    font-family: var(--main-font);  
    src: url('SFProText-Medium.woff2') format('woff2'),
        url('SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
	/* font-family: 'SF Pro Text', Arial,sans-serif;   */
	font-family: var(--main-font);   
    color: #06477B;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    width: 100%;
}

p > strong {
    color: var(--azul-principal);
}

a{
    color: var(--azul-principal);
}
a:hover{
    color: var(--azul-principal);
}

.link-blue, .link-blue:hover {
    color: var(--cian);
}

.pointer{
  cursor: pointer;  
}
.menu{
    background:transparent;
    margin-top:30px;
}
.nav-link{
    color: #191919!important; 
    font-weight:bold;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 1.5rem!important;
}
a.nav-link{
    color: #FFFFFF!important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px var(--azul-principal);
    text-shadow: 1px 1px #000000;
}

.section-1{
    background-size:cover!important;
    background-position: center!important;
    /* min-height: 100vh; */
    min-height: 1000px;
}

.txt-slogan {
    /* font-family: 'SF Pro Text',Arial,sans-serif; */
    font-family: var(--main-font);  
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 1.25rem;
    color: #FFFFFF;
}

.texto-cabecera{
    color: var(--azul-principal);
    text-align:center;
    margin-bottom:40px;
}

.navbar-nav{
    padding-left: 50px !important;
}

.texto-section-1{
    color: var(--azul-principal);
    /* text-shadow: 0px 0px 4px rgba(0,0,0,0.9); */
    font-weight: bold;
    text-shadow: 1px 1px var(--degradado-azul-principal);
}

.logo{
    max-height:50px;
    max-width: 100%;
}

.logo-central{
    margin-top: 50px;
    max-height:130px;
    max-width: 100%;
}

.enlaces-home{
    width: 55%; 
    text-align: center;
    margin-top:30px;
    font-weight: bold;
}

.formulario-login{
    padding: 20px;;
    background: rgba(255, 255, 255, 0.83);
    max-width: 370px;
    border-radius: 20px;
   
}

.card-img-content-top{
    width: 20%;
    margin: 1rem;
}

.form-control{
    background: #D8D8D6;
    color: black;
}

#proveedor {
    background: var(--azul-principal);
}

#comprador .margin-button, #proveedor .margin-button {
    margin: 4rem 0 4rem 0!important;
}

#comprador .boton, #proveedor .boton {
    background: var(--azul-principal);
    /*height: 50px;*/
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border: none;
    border-radius: 15px;
    color: #fff;
}    

#comprador .boton:hover,
#comprador .boton:active,
#comprador .boton:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: var(--azul-principal) !important;
    background-color: var(--cian) !important;
    border-color: var(--cian) !important;
}

#quienes-somos {
    font-size: 1.3125rem;
    background-color: #FFFFFF;
}

#quienes-somos h2 {
    font-weight: bold;
    font-size: 2.1875rem;

}

#quienes-somos-2{
    font-size: 1.3125rem;
    background:#D0DCE6;
}

.badge-custom {
    background-color: var(--azul-principal);
    padding: 1.375em 0.4em;
    color: #fff;
    font-size: 2.8125rem;
    font-weight: bold;
    line-height: 1;
    /*text-align: center;
    white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: 0.5rem;
}

.fa-checked {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    /* background-color: #A8F3E7; */
    background-color: var(--cian);
    -webkit-mask:  url(../images/ico-landing.png) no-repeat 0% 50%;
    mask: url(../images/ico-landing.png) no-repeat 0% 50%;
}

.fa, .fa-check {
    /* background-color: #A8F3E7; */
    background-color: var(--cian);
}

.text-fa {
    line-height: normal;
}

.text-fa span {
    font-size: 1.5rem;
}

/****Section-2****/
.cabecera-formulario{
    margin-top:50px;
}

.gray{
    color: #D0DCE6;
}

.mr-media{
    margin-left: 5rem;
}

.elemento-registro{
    margin-bottom:15px;
    border-radius:20px!important; 
    height:2.5rem;
    background:#E2E2E2;
}

.terminos{
    margin-bottom:10px;
}

.submit-formulario{
    min-width:180px;
    border-radius:10px;
    background:var(--azul-principal);
    border:none;
 
}

.btn-recuperar{
    min-width:80x;
    border-radius:10px;
    background: var(--azul-principal);
    border:none;
    min-width:120px!important;
    padding:6px;

 
}

.submit-registro{
    margin-bottom:80px;
}

.botones-cabecera{
    background:var(--azul-principal);
    color: #FFF;
    font-weight: bold;
    height:50px;
    border:none;
    width:200px;
    font-size: 1.25rem;
    border-radius:20px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: var(--cian);  
    border-radius: 100%;
}

.form-proveedor{
    display:none;
}

/****Section-3 footer****/
.section-3{
    /*min-height:426px;*/
    /* background:#051F5B; */
    /* background:#D0DCE6; */
    background-color: var(--azul-principal);
}

.section-3 h2 {
    color: #fff;
}

.section-3 h2 span {
    font-weight: bold;
    text-decoration: underline;
}
.section-3 h4 {
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
}

.section-3 p {
    font-size: 1.3rem;
    font-weight: 300;
}

.section-3 p.small {
    font-size: 1rem;
}

#proveedor .boton,
#proveedor .boton:hover,
#proveedor .boton:active,
#proveedor .boton:focus {
    /* color: #051F5B !important; */
    color: var(--degradado1) !important;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 20px;
}

.fa-proveedor {
    width: 8rem;
    height: 8rem;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/ico-section-proveedor.png) no-repeat 0% 50%;
}

.container-3{
    margin-top:40px;
    margin-bottom: 30px;
}

.logo-section-3{
    min-height:70px;
    max-width: 100%;
}

p{
    /*font-size:16px;*/
    font-weight:400
}

ul{
    list-style: none;
}

.divider{
    border:0;
    border-top:3px solid black;
    width:5rem;
    float:left;
    margin-top:1.5rem;
}
/****Section-4****/

.section-4{
    background-image: url(../images/attCliente.jpg);
    background-size:cover!important;
    background-position: center!important;
    min-height: 393px;
    box-shadow: 0px 0px 56px -4px black inset;
}

.section-4 h2 {
    font-weight: bold;
    font-size: 2.1875rem;
}
.section-4 h2 span {
    font-weight: 500;
}

.fa-anagrama {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    background-color: #fff;
    -webkit-mask:  url(../images/anagrama2.png) no-repeat 0% 50%;
    mask: url(../images/anagrama2.png) no-repeat 0% 50%;
}

.mr-1r{
    margin-right: 1rem;
}

.mt-3r{
    margin-top: 3rem;
}

.mt{
    margin-top: 6rem;
}

.white{
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.56);
}

/****Footer****/

footer {
    background: var(--azul-principal);
    color: #fff;
    font-size: 0.875rem;
}
.logo-footer{
    max-height: 40px;
    max-width: 100%;
}

.logos-footer{
    max-height: 100px;
    max-width: 100%;
}

.color-icono{
    color: #FFFFFF;
}

.color-icon-check{
    color: #000000;
}

.navbar-nav{
    padding-left : 0px!important;
}

.display-footer {
    /* color: #051F5B; */
    /* color: var(--azul-principal); */
    color: var(--degradado1);
}
@media (max-width: 509px) {
    .mr-media{
        margin-right: 99px;
        margin-left: 0rem;
    }

    .navbar {
        float: right;
    }

    .section-4{
        min-height: 50vh;
    }

    .logo{
        max-height: 45px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
       text-align:right;
    }
}

@media (max-width: 768px) {
    .display-footer {
        display: block;
        margin-bottom: 1rem;
    }
}
.rgpd{
    font-size:12px;
}
