.atencion-consumidor{
	padding-bottom: 15px;
}

form .error {
    border: 1px solid red;
    
}

.errorCaptcha {
    border: 1px solid red;
}



.error + span {
    border: 1px solid red;
}

input[class*="border-right-none"] {
    border-right: transparent !important;
}

.btnContacto {
    font-size: 20px;
    color: #b3b5b7
}

    .btnContacto:hover {
        font-weight: bold;
        color: #818181;
    }


.botonCerrar {
    font-weight: bold;
    text-decoration: underline;
    border: none;
    color: #74797E;
    font-size: 16px;
    margin-bottom: 30px;
    background-color: #F7F6F3;
}

.botonesMaseca {
    padding: 10px !important;
	margin-top:48px;
}

.modal-titulo {
    font-weight: bold;
}

.mensaje {
    font-weight: normal;
}


.active {
    font-weight: bold;
    color: #818181;
}

.form-group {
    margin-bottom: 15px !important;
}

.border-right-none {
    border-right: none;
}

.input-group[class*="col-"] {
    float: left !important;
    padding-right: 10px !important;
}

.input-group-addon {
    background-color: transparent;
}

.img-prov{
	width: 5%;
}
.mt-3{
	margin-top: 6rem;
}
.mt-2{
	margin-bottom: 2rem;
}

h3{
	 font-weight: bolder;
}

@media screen and (min-width: 993px) {
    .examinar {
        display: list-item !important;
    }

        .examinar button {
            margin-left: 20px !important;
			font-size: 16px !important;
			border-bottom-left-radius: 50px !important;
    		border-top-left-radius: 50px !important;
        }

        .botonesMasecaEnviar {
            padding-left: 50px !important;
            padding-right: 50px !important;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

    .flex-list {
        /*  z-index: 11000;*/
    }

    .modal-body-contacto {
        
       position:relative;
        height:320px;
        padding-top:60px;
        
    }
}
.link-prov{
	text-decoration: underline;
    color: #54C3B9;
}
@media screen and (max-width: 992px) {

    .botonesMasecaEnviar {
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
	
	.botonesMaseca {
    font-size: 20px !important;
}

    .form-group{
        margin-top: 15px;

    }


    .examinar {
        display: inline;
    }

        .examinar button {
            margin-top: 20px !important;
           
        }

    .wrapper-comentarios {
        width: 100%;
        display: table;
    }

    .first-row {
        display: table-row-group;
    }

    .second-row {
        display: table-header-group;
    }

    .botonesMasecaEnviar {
        margin-top:50px;
        margin-bottom:50px;
    }

    .radio, .checkbox {
        margin-top: 20px !important
    }

   

    .modal-content-env {
        background-color: white;
        height: auto;
        border-radius: 0;
    }


}
@media screen and (max-width: 768px) {
   .img-prov{
	   width: 50px;
   }
	.link-prov{
		font-size: 15px
	}
}
