@media screen and (min-width: 757px) {
    .imgDis {
        content: url('../../img/distribuidores/distribuidores2.webp');
    }


}

@media screen and (max-width: 756px) {
    .imgDis {
    content: url('../../img/distribuidores/distribuidores-movil.webp');
        /*margin-top: -40px;*/
    }
}

.colorP3D {
    background-image: url('../../img/distribuidores/fondo-formulario.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.pd-For {
    padding: 4.5rem 3rem !important;
}

.colorP3 {
    background-color: #ECBDBF;
}

.card-dis {
    position: absolute;
    margin-right: 100px;
}

.title-dis{
    font-size: 40px;
    font-weight: bold;
    color: #363636;
}
.title-dis.ve {
    font-weight: 900;
    font-size: 45px;
    color: rgb(45, 90, 72);
}
.title-dis.ve.ch{
    font-size: 35px;
}
.title-dis-c{
    font-size: 17px;
    color: #363636;
}

.espacio-dis{
    height: 200px;
}

.espacio-formulario{
    height: 50px;
}

.espacio-input{
    height: 15px;
}

.espacio-input-2{
    width: 10px;
}

.input-in{
    display: none;
}

.espacio-banner-dis{
    height: 100px;
}



.img-prin{
    width: 100%;
}
/*
.img-p{
    background-image: url('../img/distribuidores/distribuidores.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 457px;
}*/
.img-dis-back{
    background: url('../../img/distribuidores/background_paises.png');
    height: 553px;
    background-repeat: no-repeat;
    /* Indicamos que no se repetira */
    background-size: cover;
    height: 100%;
    /* Establecemos una posicion fija para la imagen */
}

.icon-country{
    font-size: 80px;
    color: white;
}

.icon-country:hover{
    color: #9BBC8F;
}

.title-country{
    color: white;
    font-size: 25px;
    margin: 10px;
}

.text-country{
    font-size: 18px;
    color: white;
}

.text-country-b{
    font-size: 18px;
    color: white;
    font-weight: bold;
}


.imgBolivia{
    width: 88px;
}

/*.boton-enviar-form{*/
/*    color: #818181;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    border: 1px solid #707070;*/
/*    width: 120px;*/
/*height: 40px;*/
/*}*/
.boton-enviar-formD {
    color: white;
    font-size: 18px;
    font-weight: 500;
    /* border: 1px solid #124734; */
    border: none;
    width: 120px;
    height: 40px;
    background-color: #a1c854;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);

    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all .5s ease-in-out;
}

.boton-enviar-formD:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.boton-enviar-formD:hover,
.boton-enviar-formD:focus,
.boton-enviar-formD:active {
    color: white;
    background-color: #a1c854;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 20px 0px #a1c854;
}

.boton-enviar-formD:hover:before,
.boton-enviar-formD:focus:before,
.boton-enviar-formD:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
@media screen and (max-width: 991px) {
    .card-dis {
        margin-right: 0px;
        margin-top: 900px;
    }
    .espacio-dis-2{
        height: 700px;
    }

    .espacio-dis{
        height: 30px;
    }
    .title-country {

        margin: 30px;
    }
    
    
}

@media screen and (max-width: 767px) {
    .p-5 {
        padding-top: 30px! important;
        padding-bottom: 30px! important;
    }
        .pMov-Di {
        padding: 0px 3rem;
    }

    .pd-For {
        padding: 3rem 3rem !important;
    }
    .title-country{
        margin: 0px;
    }
        
}