body {
	font-family: 'Roboto',Arial,sans-serif;  
    color: #191919;
}

.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{
    color: #191919;
}
a:hover{
    color: #191919;
}
.pointer{
  cursor: pointer;  
}
.section-1{
    background-size:cover!important;
    background-position: center!important;
    min-height: 100vh;
}

.texto-cabecera{
    color:#191919;
}

.navbar-nav{
    padding-left: 50px !important;
}

.texto-section-1{
    color:#FFFFFF;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.9);
}

.logo{
    max-height:85px;
}

.logo-central{
    margin-top: 50px;
    max-height:130px;
}

.enlaces-home{
    width: 55%; 
    text-align: center;
    margin-top:30px;
    font-weight: bold;
}

.formulario-login{
    padding: 15px;;
    background: rgba(255, 255, 255, 0.73);
    max-width: 370px;
    border-radius: 14px;
   
}

.form-control{
    background: #D8D8D6;
    color: black;
}

#proveedor {
    background: #F2F2F2;
}

#comprador .margin-button, #proveedor .margin-button {
    margin: 4rem 0 4rem 0!important;
}

#comprador .boton, #proveedor .boton {
    background: rgba(198, 73, 50);
    height: 50px;
    border: none;
    border-radius: 15px;
    color: #fff;
}


/****Section-2****/
.cabecera-formulario{
    margin-top:50px;
}

.gray{
    color: gray;
}

.mr-media{
    margin-left: 5rem;
}

.texto-cabecera{

    text-align:center;
    margin-bottom:40px;
}

.elemento-registro{
    margin-bottom:15px;
    border-radius:10px!important; 
    height:3rem;
    background:#E2E2E2;
}

.terminos{
    margin-bottom:10px;
}

.submit-formulario{
    min-width:180px;
    border-radius:10px;
    background:#C64932;
    border:none;
 
}

.btn-recuperar{
    min-width:80x;
    border-radius:10px;
    background:#C64932;
    border:none;
    min-width:120px!important;
    padding:6px;

 
}

.submit-registro{
    margin-bottom:80px;
}

.botones-cabecera{
    background:rgba(198, 73, 50);
    height:50px;
    border:none;
    width:200px;
    border-radius:15px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #C64932;  
    border-radius: 100%;
}

.form-proveedor{
    display:none;
}

/****Section-3****/
.section-3{
    min-height:300px;
    background:#F2F2F2;
}

.container-3{
    margin-top:40px;
    margin-bottom: 30px;;
}

.logo-section-3{

    min-height:70px
}

p{
    font-size:16px;
    font-weight:400
}

ul{
    list-style: none;
}

.fa-check{
    color:#C64932;
}

.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: 300px;
    box-shadow: 0px 0px 56px -4px black inset;
}

.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****/

.logo-footer{
    max-height: 40px;
}

.color-icono{
    color: #C64932;
}
   
.navbar-nav{
    padding-left : 0px!important;
}
@media (max-width: 509px) {
    .mr-media{
        margin-right: 99px;
        margin-left: 0rem;
    }

    .navbar {
        float: right;
    }

    .section-4{
        min-height: 50vh;
    }

    .logo{
        max-height: 45px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
       text-align:right;
    }
}

@media (max-width: 768px) {
    .display-footer {
        display: block;
        margin-bottom: 1rem;
    }
}
.rgpd{
    font-size:12px;}
