/* Banner Top Form */
.banner-prestador{
	height: 250px;
	background: url('../img/prestadores/top.jpg');
    margin-top: 70px;
}

.titular h1 {
	color: white;
	font-size: 43px;
	font-weight: 700;
}

/* Bloque 1 informacion */

.sec-gral .cont-prestador{
   width: 100%;
   min-height: 350px;
   display: flex;
   flex-direction: column;
   padding-top: 90px;
}

.cont-prestador .titular-deskt {
   text-align: center;
   font-weight: 700;
   font-size: 30px;
}

.cont-prestador h4 {
   padding: 70px 0 10px 0px;
   font-size: 23px;
   text-align: center;
   font-weight: 600;
   color: #919191;
}

.prestadores-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.item {
	text-align: center;
	padding: 20px;
}

.item p {
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4A;
}

.item img {
    text-align: center;
    padding-bottom: 5px;
    width: 80%;
}

/* Bloque 2 Form */
.sec-gral .sec-form {
    width: 100%;
    min-height: 100px;
    padding-top: 60px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
}

.sec-form h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #4A4A4A;
}

.sec-form .box {
    width: 90%;
    min-height: auto;
    max-width: 500px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
}

.sec-form .box form {
    width: 100%;
}

.input-Mod-Prestadores{
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.input-Mod-Prestadores > input {
    font-size: 16px;
    text-align: center;
    color: #919191;
    border-bottom: 1px solid #919191;
}

.input-Mod-Prestadores > input:focus{
    font-size: 16px;
    border-bottom: 1px solid #0265DE;
}

.input-Mod-Prestadores > label[class*="label-Mod-Prestadores"]{
    color: #919191;
    text-align: center;
    left: 1px;
    top: 0px;
}

.input-Mod-Prestadores > input:disabled ~ label[class*="label-Mod-Prestadores"] {
    /* top: -16px; */
    font-size: 12px;
    color: #a0a0a0;
}

.input-Mod-Prestadores > input:focus ~ label[class*="label-Mod-Prestadores"],
.input-Mod-Prestadores > input:valid ~ label[class*="label-Mod-Prestadores"],
.input-Mod-Prestadores > input:disabled ~ label[class*="label-Mod-Prestadores"] {
    color: #0265DE;
}

select {
    background-image: url('../img/simbolos/svg/flecha-down.svg');
    text-align-last: center;
}

.input-Mod-Prestadores > select {
    font-size: 14px;
    padding: 0px;
    padding-bottom: 4px;
    padding-right: 20px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    color:  #919191;
    margin-left: 0px;
    text-align-last: center;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid  #919191;
}

.input-Mod-Prestadores > select:disabled {
    outline: none;
    font-size: 14px;
    padding: 0px;
    padding-bottom: 4px;
    display: block;
    width: 100%;
    text-align-last: center; 
    border: none;
    color: rgba(0, 0, 0, 0.4);
}

.input-Mod-Prestadores > select:focus {
    outline: none;
    font-size: 16px;
    padding: 0px;
    padding-bottom: 4px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #0265DE;
}

.input-Mod-Prestadores > select~ label[class*="labelInput1"]{
    color: #D8D8D8;
}

.input-Mod-Prestadores > select:focus ~ label[class*="labelInput1"],
.input-Mod-Prestadores > select:valid ~ label[class*="labelInput1"],
.input-Mod-Prestadores > select:disabled ~ label[class*="labelInput1"] {
    top: -16px;
    font-size: 12px;
    color: #0265DE;

}

.input-Mod-Prestadores  > .bar:before,
.input-Mod-Prestadores  > .bar:after {
    background: #0265DE;
}

.sec-gral .sec-form .box form .link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}


.sec-gral .sec-form .box form .link button {
    font-size: 17px;
}

.inputMaterial > label[class*="labelInput1"] {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #a0a0a0;
    text-align: center;
    background-color: #fff;
    width: 100%;

    position: absolute;
    left: 1px;
    top: 2px;
    pointer-events: none;

    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.card .imgMod {
    background-color: white;
    box-shadow: none;
}

.card .img .ppalMod {
    background-color: white;
}

.card .img .img-ppal .imgSize {
    width: 50%;
}

.card .img .img-ppal  {
    display: flex; flex-direction: column;
}

.card .img .img-ppal p  {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

.card .info .descValija  .descripcion {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}


@media (min-width: 1026px) {

    .item-mobile {
        display: none;
    }

    .titulo-mobible {
        display: none;
    }

    .titular h1 {
        font-size: 43px;
    }
}

@media only screen and (max-width: 1025px)  {

    .corpo-banner {
        height:170px;
        margin-top: 60px;
        background: url(../img/prestadores/top.jpg);
        background-size: cover;
    }

    .sec-gral .cont-prestador {
        padding-top: 50px;
    }

    .cont-prestador .titular-deskt {
        font-size: 22px;
        line-height: 27px;
        padding-left: 30px;
        padding-right: 30px;
        color: #434343;
    }

    .titulo-mobible {
        display: none;
    }

    .cont-prestador h4 {
        font-size: 18px;
        line-height: 22px;
        color: #B2B2B2;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .prestadores-items {
        display: none;
    }

    .corpo-valijas .valija-cont{
        margin-bottom: 0px;
    }

    .sec-form h4{
        font-size: 22px;
        line-height: 27px;
        padding-left: 30px;
        padding-right: 30px;
        color: #434343;
    }

    .sec-gral .sec-form {
        padding-top: 40px;
    }

    .sec-form .box {
        padding-top: 30px;
    }

    .corpo-clientes h2 {
        font-size: 23px;
        font-weight: 700;
    }
}

@media (min-width: 979px) {
    .titulo-mobible {
        display: none;
    }
}

@media only screen and (max-width: 481px) {

    .corpo-banner {
        height:100px;
        margin-top: 60px;
        background: url(../img/prestadores/top.jpg);
        background-size: cover;
    }

    .titular h1 {
        font-size: 23px;
    }

    .cont-prestador .titular-deskt {
        display: none;
    }

    .titulo-mobible {
        display: block;
        font-size: 17px;
        line-height: 22px;
        color: #434343;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 700;
    }

    .cont-prestador h4 {
        font-size: 14px;
        line-height: 22px;
        color: #B2B2B2;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .sec-gral .cont-prestador {
        width: 100%;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }

    .card .img .img-ppal .imgSize {
        width: 45%;
    }

    .card .img .img-ppal p  {
        font-size: 14px;
        text-align: center;
        line-height: 18px;
    }

    .prestadores-items {
        display: none;
    }

    .sec-form h4{
        font-size: 17px;
        line-height: 22px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 700;
    }

    .sec-gral .sec-form {
        padding-top: 0px;
    }

    .sec-form .box {
        padding-top: 30px;
    }

    .input-Mod-Prestadores{
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .corpo-clientes h2 {
        font-size: 17px;
        font-weight: 700;
        padding-top: 10px;
    }
}
