@font-face {
    font-family: telefonica;
    src: url(../fonts/TelefonicaBold.woff);
    font-weight: bold;
}

@font-face {
    font-family: telefonica;
    src: url(../fonts/TelefonicaRegular.woff);
    font-weight: 400;
}

@font-face {
    font-family: telefonica;
    src: url(../fonts/TelefonicaLight.woff);
    font-weight: 100;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
    text-decoration: none;
    /*padding: 0;*/
    margin: 0;
    outline: 0;
}
b, strong, h2, h3 {
    font-family: telefonica, 'sans-serif';
    font-weight: bold;
}

body {
    font-size: 14px;
    font-family: "telefonica", sans-serif;
    color: #454748;
}

.btn-report{
	line-height: 1.5 !Important;
    border-radius: 0.2rem !Important;
    background-color: #17a2b8 !Important;
    border-color: #17a2b8 !Important;
    color: #363636 !important;
    height: auto !Important;
    display: inline-block !Important;
    width: auto !IMPORTANT;
}

.close-modal{
    display: none!important;
}

.hidden-xs{
    display: none!important;
}

.slick-arrow{
    transition: all .3s ease;
}

.modal {
    padding: 31px 28px;
}
.scroll {
    max-height: 70vh;
    overflow: auto;
    padding-right: 8px;
}

.cont-captcha{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.invalid-feedback{
	color: red;
}

.scroll::-webkit-scrollbar {
    width: 6px;
}
.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.input {
    border: none;
    margin: 0;
    width: 100%;
    cursor: inherit;
    line-height: inherit;
    background: #fff;
    height: 25px;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 14px;
    color: #8F8F8F;
    font-weight: 100;
}
select {
    appearance: none;
    padding: 0 45px 0 15px!important;
    font-weight: bold!important;
}
.modal select,
.input-doc {
    box-shadow: 4.23px 1.21px 3.02px #0000002e;
}

.disabled {
    opacity: 50%;
    pointer-events: none;
}

/* slick */

.slick-arrow:hover{
    cursor: pointer;
    color: #0b2739;
    transition: all .3s ease;
}

.slick-slide img {
    width: 100%;
}

.slick-arrow {
    display: block;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    z-index: 999;
    box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
    background-image: url('https://storage.googleapis.com/movistar-public/movistar-formularios/image/numeral600/hero/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.slide-right {
    left: auto;
    right: 10px;
    transform: scaleX(-1);

}

.content-banner{
    max-width: 450px;
    margin: 0 auto;
}

.check {
    font-size: clamp(14px, 3vw, 18px);
}

/* sec atención al cliente ------------*/

.cont-sec {
    padding: 0 25px;
    margin: 40px 0;
}

.txt-ac,
.card-ins > h3, 
.card-ins > p,
.pasos-ins,
.txt-cons {
    font-size: clamp(14px, 3.56vw, 24px);
    text-align: center;
    line-height: 1.2em;
}

.txt-ins{
	font-size: clamp(14px, 3.56vw, 24px);
    line-height: 1.2em;
}

.distancia-arriba-datos-solicitante{
	margin-top: 3rem;
}

.distancia-datos-solicitante{
	margin-bottom: 9px;
}

.contenedor-tyc{
	margin: 3rem auto;
}

.container-variable > h3{
	font-size: clamp(14px, 3.56vw, 24px);
}

.container-variable > p{
	color: #454748;
    font-weight: 100;
}

.btn {
    display: flex;
    background: #fff;
    width: 100%;
    height: 32px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 2vw, 18px);
    font-weight: bold;
    border: 1px solid #019BF2;
    color: #0B2739;
    max-width: 301px;
    max-height: 58px;
    cursor: pointer;
}

.cont-btn {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 1.5rem 0 0;
}

.btn.active {
    background: #019BF2;
    color: #fff;
    position: relative;
}
.btn.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7.5px 0 7.5px;
    border-color: #019BF2 #0000 #0000 #0000;
    position: absolute;
    bottom: -6px;
}

.card-ins {
    display: block;
    width: 100%;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center;
    margin: 2rem auto;
}


.card-ins > h3 {
    margin: 5px 0 20px;
}
.card-ins input[type="checkbox"] {
    margin-right: 7px;
}

.msg {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    visibility: hidden;
}
.msg.error{
    color: #ff0000;
}

.cont-btn.ins {
    gap: 8px;
    margin: 1rem 0 0;
}
.btn-ins {
    background: #0B2739;
    border: none;
    color: #fff;
    line-height: 1em;
    transition: all .3s ease;
}
.btn-ins:hover,
.btn-ins:focus {
    background: #019BF2;
    transition: all .3s ease;
}

.pasos-ins > h3 {
    margin: 37px 0 1rem;
}
.modal-content p, .modal-content ul {
    font-size: clamp(14px, 3.56vw, 18px);
}

.btn-back-modal,
.btn-aceptar-modal {
    max-width: 217px;
    background: #019BF2;
    color: #fff;
    width: 66%;
    margin: 1.5rem auto 0;
}

#registroModal {
    background: #F5F5F5;
}

.btn-select {
    position: relative;
    display: block;
}
.btn-select:after {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('https://storage.googleapis.com/movistar-public/movistar-formularios/image/numeral600/hero/select.png');
    background-size: cover;
    background-position: center;
}

.btn_archivo-se {
    margin: 1.5rem 0 0.5rem;
}


/* form */

.datos-generales, .container-correcion, .container-correcion-nombre, .container-correcion-fecha-exp, .container-correcion-fecha-nac  {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 8px;
    margin: 1rem 0;
}

small{
    font-size: 12px;
    color: #454748;
    display: block;
    line-height: 1.2em;
    margin: 1rem 0;
    font-weight: 100;
    text-align: left;
    padding: 0 15px;
}

label a {
    color: #019BF2;
    text-decoration: revert;
    cursor: pointer;
}

.tyc-ins {
    margin: 1.5rem 0;
    display: block;
}

.datos-representante-legal {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 8px;
    margin: 1rem 0;
}

label small {
    margin: 5px 0 0;
}

.img-acc {
    display: block;
    width: 77%;
    max-width: 471px;
    margin: 1rem auto;
}


/* table doc */

.inscripcion-doc > h3,
.doc-one > h3 {
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.1em;
    text-align: center;
    font-weight: bold;
}

.doc-one > p,
.doc-desc {
    font-size: clamp(12px, 3vw, 18px);
    text-align: center;
    line-height: 1em;
}

.doc-btn {
    width: 70%;
    max-width: 217px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    all: initial;
    height: 25px;
    cursor: pointer;
    border-radius: 30px;
    width: 100%;
    color: #fff;
    background-color: #00A9E0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iborrainputfile {
    font-size: clamp(12px, 3vw, 18px);
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-family: 'telefonica';
    padding: 0 12px;
}


.row-doc {
    margin: 10px 0;
    display: flex;
    padding: 18px 5px;
    border-bottom: 2px solid #cdcdcd;
    gap: 30px;
    width: 100%;
}

.doc-one {
    width: 45%;
    min-width: 152px;
    max-width: 255px;
}

.doc-two {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 45%;
}

.doc-two-container{
	width: 45%;
}

.doc-two-aux {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 18px 5px;
    border-bottom: 2px solid #cdcdcd;
}

.doc-two-aux-first{
	padding: 0px 5px 18px 5px;
}

.doc-two-aux-last{
	border-bottom: none !important;
}

.doc-desc {
    text-align: left;
}
.doc-one > h3 {
    margin-bottom: 5px;
}

.btn-inscripcion-send {
    width: 32%;
    min-width: 130px;
    max-width: 217px;
    background: #132637;
    color: #fff;
    border: none;
    margin: 2rem auto;
}



/* consulta  */

.cont-btn.co {
    gap: 6px;
}
.btn-cons {
    background: #0B2739;
    color: #fff;
    border: none;
}

.input.rad {
    height: 31px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    margin: 2rem auto;
}

.cont-captcha iframe {
    display: block;
    margin: 0 auto;
}

.btn-search {
    width: 32%;
    min-width: 130px;
    max-width: 217px;
    background: #019BF2;
    color: #fff;
    border: none;
    margin: 2rem auto;
}

.input-doc{
    height: 31px;
}
.input-doc-txt {
    border: 1px solid #BBBBBB;
    margin: 17px auto 2rem;
    height: 31px;
}
.content-documento {
    margin: 2.1rem auto 0;
}




/* tabla contactos */

.table-contacto {
    margin: 2rem auto;
}
.table-contacto > .add {
    display: flex;
    width: 210px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #019BF2;
    border: none;
    border-radius: 30px;
    line-height: 1em;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    margin: 2rem auto;
}


.card-table {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 27px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-contacto {
    display: block;
    width: 81%;
}
.scroll-horizontal {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 6px;
}
.scroll-horizontal:hover {
    overflow-x: auto;
    margin-bottom: 0px;
}

.scroll-horizontal::-webkit-scrollbar {
    height: 6px;
    /* display: none; */
}
.scroll-horizontal::-webkit-scrollbar-track {
    background: #e6e6e6;
}
.scroll-horizontal::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
}

.row-contacto {
    display: flex;
    gap: 8px;
    padding-bottom: 15px;
}
.sec-row {
    min-width: 134px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacto-label {
    font-size: 12px;
    color: #8F8F8F;
    text-align: center;
    margin-bottom: 15px;
}
.contacto-txt {
    height: 26px;
    background: #fff;
    width: 134px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
}

.btn-cont {
    display: flex;
    width: 134px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: none;
    background: #0B2739;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: auto;
    cursor: pointer;
}
.d-flex{
    display: flex;
}

.arrow-table {
    display: block;
    width: 10px;
    height: 18px;
    background-image: url('https://storage.googleapis.com/movistar-public/movistar-formularios/image/numeral600/hero/arrow-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: #0000;
    cursor: pointer;
}
.arrow-table.right {
    transform: scaleX(-1);
}



/* modal contacto */

#addContacto {
    background: #F5F5F5;
}
.cont-modal-contacto > h3 {
    font-size: clamp(14px, 3.5vw, 24px);
    color: #454748;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cont-input-contacto {
    display: grid;
    gap: 8px;
}
.cont-input-contacto select{
    box-shadow: none;
}

.cont-radio-contacto {
    margin: 1.5rem auto;
}
.cont-radio-contacto > h4 {
    text-align: center;
    color: #8F8F8F;
    font-size: 14px;
    margin-bottom: 1rem;
}

#perfil {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 385px;
    margin: 0 auto;
}
#perfil > label {
    font-size: clamp(12px, 3vw, 19px);
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
#perfil > label > input {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.cont-btn-contacto {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.requeried-text{
    color: #e95353;
}


.cont-btn-contacto {
    display: flex;
    gap: 15px;
    justify-content: center;
}


.content-info {
    margin: 1rem auto;
}
.cont-info {
    background: #fff;
    padding: 12px 20px 24px;
    border-radius: 6px;
}

.cont-info h3 {
    color: #8F8F8F;
    line-height: 1.1em;
    text-align: center;
    font-size: clamp(12px, 2vw, 18px);
    margin: 0.5em 0 1em;
}
.cont-info p {
    font-size: 11px;
    color: #8F8F8F;
    text-align: center;
    line-height: 1.1em;
}

.cont-info ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

.cont-info li {
    display: block;
    width: 48%;
    line-height: 1em;
    position: relative;
    padding-left: 13px;
    font-size: 11px;
    color: #8F8F8F;
}
.cont-info li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #8F8F8F;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}


/* del modal */

.del-modal {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 2rem;
    gap: 40px;
}
.del-modal > img {
    width: 27%;
    max-width: 108px;
    margin: 0 auto;
}
.del-modal > p {
    text-align: center;
    color: #454748;
    font-size: clamp(13px, 3vw, 24px);
}

.del.acep {
    background: #019BF2;
    color: #fff;
}
.del.cancel {
    background: #0B2739;
    color: #fff;
    border: none;
}

.inicial-text{
	text-align: initial;
}

.consultarProceso{
	font-size: clamp(14px, 3vw, 18px);
    color: #019BF2;
    text-decoration: underline;
}

.input:disabled{
	background: #e0e0e0;
}

.form-ley-2300 h3{
	font-size: clamp(14px, 3.5vw, 24px);
    color: #454748;
    text-align: center;
    margin-bottom: 1.5rem;
}

#modal-ley-2300{
	max-width: 650px;
}

.label-ley-2300-ins{
	text-decoration: underline;
    color: #019BF2;
    cursor: pointer;
}

.contenedor-checks-ley{
	margin: 2em auto;
    padding: 0 1em;
}

.check-form-ley {
	display: flex;
	margin: 1.5rem 0 1rem;
	gap: 10px;
	font-size: clamp(14px, 3vw, 18px);
}

.btn-representacion-legal{
	margin-top: 2em;
}

.doc-representacion-legal{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-report:disabled{
    opacity: 80%;
}


@media screen and (min-width: 500px) {

    .banner_home img {
        border-radius: 12px;
        overflow: hidden;
    }

    #delConfirmModal {
        width: 90%;
        max-width: 700px;
    }
    #delConfirmModal .modal-content {
        max-width: 475px;
        margin: 0 auto;
    }
    
}

@media only screen and (min-width: 768px) {

    .hidden-xs {
        display: block!important;
    }
    .hidden-md{
        display: none;
    }

    .content-banner{
        max-width: 1170px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .txt-ac, .txt-ins, .card-ins > h3, .card-ins > p, .pasos-ins, .txt-cons {
        font-size: clamp(14px, 2.5vw, 24px);
    }

    .btn.active:after {
        border-width: 13px 15px 0 15px;
        bottom: -13px;
    }

    .btn {
        height: 52px;
        font-size: 18px;
    }

    .check {
        display: flex;
        margin: 1.5rem 0 1rem;
        gap: 10px;
        justify-content: center;
    }

    .card-ins {
        padding: 30px 25px 40px;
    }
    .pasos-ins {
        font-size: 18px;
        width: 87%;
        max-width: 841px;
        margin: 0 auto;
    }

    .btn-ac{
        height: 60px;
        font-size: 18px;
    }

    input[type="checkbox"] {
        height: 24px;
        width: 24px;
    }
    .card-ins .msg {
        margin: -10px 0 1.5rem;
    }

    .scroll {
        max-height: 70vh;
    }

    .input {
        height: 35px;
        font-size: 17px;
    }

    .card-ins > h3 {
        margin: 5px auto 35px;
        width: 75%;
    }

	.datos-generales{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 18px;
	}

    .container-correcion, .container-correcion-nombre, .container-correcion-fecha-exp, .container-correcion-fecha-nac  {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
    
    .datos-generales label:first-child, .container-correcion label:first-child {
        grid-column: 1 / span 4;
        /*grid-row: 1 / span 2;*/
    }
    
    .datos-generales .labelSelectTipoDoc{
    	grid-column: 1 / span 2;
    }
    
    .datos-generales .labelNombreEmpresa{
    	grid-column: 1 / span 2;
    }
        
    .datos-generales .labelNitCompleto{
    	grid-column: 3 / span 2;
    }
    
    .container-correcion-fecha-exp input, .container-correcion-fecha-nac input{
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }
    
    .labelSelectTipoSolicitanteIns{
    	grid-column: 1 / span 2;
    }
    
    .datos-generales .labelCorreoNotif {
    	grid-column: 3 / span 2;
    }

    .datos-representante-legal {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 16px;
        margin: 1rem 0 3rem;
    }
    .txtICC{
        /*grid-column: 2 / 3;
        grid-row: 5 / 8;*/
        font-size: 13px;
        text-align: left;
        line-height: 1.2em;
    }
    .card-ins h4 {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .inscripcion-doc > h3 {
        font-size: 24px;
        max-width: 560px;
        margin: 0 auto;
    }

    .row-doc {
        max-width: 1046px;
        margin: 0 auto;
        padding: 25px 5px;
        gap: 40px;
    }
    .doc-one {
        width: 24%;
        max-width: 255px;
        min-width: initial;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .doc-two {
        display: flex;
        flex-direction: row;
        gap: 40px;
        width: 70%;
        align-items: center;
    }
    .doc-two-container{
		width: 70%;
	}
	.doc-two-aux {
        display: flex;
        flex-direction: row;
        gap: 40px;
        width: 100%;
        align-items: center;
       	padding: 25px 5px;
    }
    .doc-two-aux-first{
    	padding: 25px 5px;
    }
    .doc-btn {
        width: 100%;
        min-width: 217px;
        height: 42px;
    }
    .btn-representacion-legal{
    	min-width: unset;
    }
    .inputfile + label {
        height: 100%;
    }

    .doc-one > p, .doc-desc {
        font-size: 13.5px;
    }

    .btn-cons {
        max-width: 258px;
        max-height: 39px;
    }
    .cont-btn.co {
        gap: 12px;
    }

    .content-radicado,
    .content-documento {
        width: 100%;
        max-width: 552px;
        margin: 1rem auto;
    }
    .content-documento {
        margin-top: 49px;
    }
    .btn-search {
        height: 42px;
        width: 100%;
    }

    .cont-contacto {
        width: 93%;
    }

    .row-contacto {
        gap: 10px;
    }
    .sec-row {
        min-width: 191px;
    }
    .contacto-label {
        font-size: 16px;
    }
    .contacto-txt {
        height: 40px;
        width: 191px;
        line-height: 40px;
        font-size: 14px;
    }
    .btn-cont {
        width: 191px;
        height: 40px;
        color: #fff;
        font-size: 18px;
    }

    .table-contacto > .add{
        width: 301px;
        height: 58px;
        font-size: 18px;
    }
    
    .table-contacto {
        max-width: 1097px;
    }
    .card-table {
        border-radius: 10px;
        padding: 25px 14px 20px;
    }


    #addContacto {
        background: #F5F5F5;
        width: 90%;
        max-width: 1097px;
    }
    .cont-input-contacto {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    /*.cont-input-contacto > label:last-child {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }*/
    #perfil > label > input {
        width: 24px;
        height: 24px;
    }
    .cont-radio-contacto {
        margin: 2rem auto;
    }
    .cont-radio-contacto > h4 {
        font-size: 18px;
    }

    .cont-info ul {
        gap: 15px;
        align-content: space-around;
    }
    .cont-info li {
        width: 40%;
        font-size: 17px;
    }
    .content-info {
        max-width: 679px;
    }
    .cont-info p {
        font-size: 17px;
        line-height: 1.2em;
    }

    .del-modal {
        margin: 1rem 0 3rem;
    }
	
	.contenedor-botones-ley{
		display: flex;
	}
}

@media only screen and (min-width: 992px) {

    .cont-sec {
        margin: 70px 0;
    }

    .pasos-ins {
        font-size: 22.5px;
    }

    .cont-btn.ins {
        gap: 48px;
    }
    .card-ins > p {
        max-width: 815px;
        margin: 0 auto;
    }
    .txt-ac {
        max-width: 830px;
        margin: 3rem auto;
    }
    .txt-ins {
        max-width: 800px;
        margin: -1rem auto 3rem;
    }

    #tycModal, #registroModal, #procModal {
        width: 85%;
        max-width: 993px;
    }
    .btn_archivo-se {
        margin: 1.5rem auto 0.5rem;
        max-width: 605px;
    }
    .card-ins {
        border-radius: 28px;
        max-width: 1097px;
    }
    .txt-icc {
        font-size: 17px!important;
    }
    .txt-cons {
        margin: -1rem auto 3rem;
    }

    #addContacto {
        padding: 35px 80px 50px;
    }

}

@media only screen and (min-width: 1200px) {

    .input {
        height: 40px;
    }

    .card-ins {
        padding: 40px 118px;
    }
    label small {
        margin: 10px 0 0;
    }

    .doc-one > h3 {
        font-size: 24px;
    }
    .doc-one > p, .doc-desc {
        font-size: 18px;
        line-height: 1.2em;
    }
    .inscripcion-doc {
        margin: 3rem auto;
    }

    .input.rad,
    .content-documento input, 
    .content-documento select {
        height: 53px;
        font-size: 22px;
    }

    .tt-info {
        font-size: 14.3px;
        padding: 0;
    }

    #addContacto {
        padding: 35px 118px 50px;
    }


}






/* especificos */

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .slick-arrow {
        left: -40px;
    }
    .slide-right {
        left: auto;
        right: -40px;
    }
    .slide{
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 1300px) {

    .slick-arrow {
        left: -20px;
    }
    .slide-right {
        left: auto;
        right: -20px;
    }

}