@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800,900");
@import url(https://fonts.googleapis.com/css?family=Roboto:300italic,100italic,700italic,500italic,400italic,900italic);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 450px;
}

.map-responsive #map_canvas {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.col-pagos h4 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: medium;
}

.p-pagos {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    color: grey;
    margin-bottom: 0;
    /*line-height: 2em;
	letter-spacing: .1em;*/
}

.customer-order,
.customer-pay,
.customer-info {
    margin-top: 0px;
    /*background-color: #ffffff;
	border: .5px solid #cccccc;*/
}

.btn-pagos {
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    font-size: 8px;
}

.btn-pagos:hover {
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    border: 1px solid #555555;
}

.span-pagos {
    color: #cccccc;
}

.fa {
    padding: 5px;
    margin: 0px 0px 30px 0px;
    text-align: left;
    color: #555555;
}

.label-pago {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #555555;
    letter-spacing: .1em;
}

.wrapper h1,
.wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
}

.wrapper h1 {
    text-align: center;
}

.payment-method {
    display: flex;
    /* margin-bottom: 60px; */
    justify-content: space-between;
}

.method {
    display: flex;
    flex-direction: column;
    width: 160px;
    height: 122px;
    padding-top: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    justify-content: center;
    /* align-items: center; */
}

.card-logos {
    display: flex;
    width: 120px;
    justify-content: space-between;
    align-items: center;
    float: right;
}

.tarjetas-pago-btn {
    padding: 0 1.7142857142857142em;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    line-height: 2.7142857142857144;
    background: #00b5ad;
    border-radius: 0.2857142857142857em;
    color: #fff;
    cursor: pointer;
    border: 0;
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mercado-pago-btn {
    padding: 0 1.7142857142857142em;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    line-height: 2.7142857142857144;
    background: #009ee3;
    border-radius: 0.2857142857142857em;
    color: #fff;
    cursor: pointer;
    border: 0;
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mercadopago-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}

.pago-label{
    font-weight: 600;
    padding-left: 10px;
}

/*Fin pagos */

.btn-black {
    background-color: #22282b;
    color: white;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    color: white;
    background-color: #22282bE6;
}

.text-black {
    color: #22282b !important;
}

.background-black {
    background-color: #22282b;
}

.color-black {
    color: #22282b;
}

.btn-red {
    background-color: #ef483e;
    color: white;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    color: white;
    background-color: #ef483eE6;
}

.text-red {
    color: #ef483e !important;
}

.background-red {
    background-color: #ef483e;
}

.color-red {
    color: #ef483e;
}

.btn-white {
    background-color: white;
    color: white;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    color: white;
    background-color: white;
}

.text-white {
    color: white !important;
}

.background-white {
    background-color: white;
}

.color-white {
    color: white;
}

.background-image,
.intro-header {
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.background-transparent {
    background-color: transparent;
}

.background-black-opacity {
    background-color: #22282bA1;
}

.btn-circle {
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 5px 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    font-family: 'Roboto', sans-serif;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

.row {
    margin: 0 auto;
}

.bg-black {
    background: #22282b;
    color: white;
}

.list-menu-al {
    font-size: 16px;
}

.main {
    margin-top: 79px;
    min-height: calc(100vh - 543px);
}

.round-img {
    width: 100%;
    max-width: 400px;
    height: 350px;
    overflow: hidden;
    border-radius: 13%;
}

.serviciosHomeMovil {
    display: none;
}

.imgMovil {
    display: none;
}

.cotizador_movil {
    background-color: rgba(0, 0, 0, 0.5) !important;
    display: block;
    margin-top: -10px;
}

.cotizadorMovilBtn {
    display: none;
    padding: 15px;
}

.cotizadorMovilBtn>a {
    height: 30%;
    width: 40%;
    font-size: 1.7em;
    border-radius: 10px;
    padding-top: 5px;
}

.imgPrincipalMovil {
    display: none;
    width: 100%;
}

.btnViews1 {
    width: 35%;
    margin-left: 15%
}

.btnViews2 {
    width: 35%;
    display: flex;
}

.p-precio {
    background-color: #f1f1f1;
    width: 10%;
    text-align: center;
    margin-left: 45%;
    border-radius: 5px;
}

.OptViewOne {
    text-align: -webkit-center;
    width: 100%;
    float: left;
    height: 240px;
    border-radius: 15px;
    background-color: black
}

.OptViewTwo {
    display: none;
    text-align: -webkit-center;
    width: 100%;
    float: left;
    height: 240px;
    border-radius: 15px;
    background-color: black;
    margin-left: 25px
}

.checkPay {
    border: 1pt solid gray;
    width: 100%;
}

.labelPay {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 20px;
}

.radioMercado {
    margin-top: 10px;
    accent-color: #df443b;
}

.robotPng {
    width: 20%;
    margin-right: 20px;
}

.robotCare {
    width: 100%;
    position: relative;
    z-index: 100;
}

.robotCareCotizador {
    position: relative;
    z-index: 100;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
}

/* movil */

@media screen and (max-width: 767px) {
    .imgMovil {
        display: block;
    }

    .imgDesktop {
        display: none;
    }

    .btn_movil {
        display: block !important;
    }

    .item_desktop {
        display: none;
    }

    #reparaciones_desktop {
        display: none;
    }

    #reparar_movil {
        display: block !important;
    }

    .dropdown-menu-movil {
        display: block !important;
    }

    .cotizador_movil {
        display: none;
    }

    .cotizadorMovilBtn {
        display: block;
    }

    .intro-header,
    .intro-header>.bg-gradientP {
        /* background-image: none !important; para mostrar la imagen de fondo */
    }

    .imgPrincipalMovil {
        display: block !important;
    }
}

.round-img img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    margin-left: -50px;
}

.cotizar-form {
    margin-top: 5%;
    margin-bottom: calc(5% - 1rem);
}

.aviso-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    margin: 20px 0;
}

.text-muted {
    color: white !important;
}

.center-content {
    margin: auto;
    display: block;
}

.scrollTo {
    position: fixed;
    bottom: 40px;
    right: 5px;
}

#datosMovil {
    display: none;
}

.texto-movil {
    display: none;
}

@media screen and (max-width: 767px) {
    .texto-movil {
        display: block;
    }

    .texto-pc {
        display: none;
    }

    .serviciosHome {
        display: none;
    }

    .serviciosHomeMovil {
        display: block;
        /*background-image: url("../img/imagen_video.png");
        background-repeat: no-repeat;
        background-size: auto;*/
    }

    .method {
        width: 200px;
    }

    #datosMovil {
        display: block;
    }

    #datosPC {
        display: none;
    }
}

@media (min-width: 768px) {
    .scrollTo {
        bottom: 25px;
        right: 25px;
        font-size: 25px;
        padding: 10px 15px;
    }
}

.links {
    color: white;
    cursor: pointer;
    text-decoration: none !important;
}

.links:hover,
.links:active,
.links:focus {
    color: white;
    background-color: none;
}

.modal-content .modal-header .close {
    color: white;
}

.modal-content .modal-body {
    color: white;
}

.modal-content .modal-body p {
    margin: 0px;
}

.footer {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: justify;
}

.footer .follow {
    font-weight: 900;
    font-size: 20px;
}

.footer .cintilla {
    width: 100%;
}

.footer .container {
    padding-top: 50px;
}

.footer .info {
    padding: 50px 0;
}

.footer .contact p svg {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .footer .copyright {
        margin-bottom: 10px;
    }
}

.form-contorl-select {
    display: block;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem;
}

#select2-modelos-container,
#select2-modelos2-container {
    line-height: 20px !important;
}


/*-------------Content Index-------------*/

.intro-header {
    text-align: center;
    color: #f8f8f8;
    background-color: #000;
}

.intro-header .container {
    padding-top: 2px;
    padding-bottom: 2px;
}

.intro-rastreo {
    padding: 80px 0;
    text-align: center;
    color: #f8f8f8;
    background-color: #000;
    background-size: cover;
}

.onceA {
    font-weight: 300;
    padding-left: 5px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.h1ReparacionIndex {
    margin: 0;
    font-size: 1.8em;
    font-weight: 1000;
    text-align: center;
    color: white;
}

@media (min-width: 1024px) {
    .h1ReparacionIndex {
        font-size: 58px;
    }
}

.cotizador_grande {
    display: inline;
}

.botones {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    background-color: #ef483e;
    border: #ef483e;
    font-weight: 900;
    font-size: 16px;
    width: 265px;
    height: 35px;
}

.content-section-a {
    padding: 0px 0;
    background-color: white;
}

.section-heading {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 1.8em;
}

@media (min-width: 1024px) {
    .section-heading {
        font-size: 2.5em;
    }
}


/*Fondo sucursales*/

.banner-section {
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 15%;
    padding-bottom: 5%;
    margin-bottom: 15%;
    min-height: 330px;
    position: relative;
}

.banner-section .banner-link {
    position: absolute;
    bottom: 15px;
}

.banner-background {
    background-repeat: no-repeat;
    background-position: center center;
}

.fondo_sucursal {
    background-image: url(../img/sucursales.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fondo_liberaciones {
    background-image: url(../img/liberaciones.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fondo_verde {
    background-image: url(../img/jovenes.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.movil_seccion {
    padding-bottom: 30px;
}

.titulo_notas {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.contenido_2 {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    color: #fff;
}

.botones_secundarios {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    background-color: #ef483e;
    border: #ef483e;
    font-weight: 900;
    font-size: 14px;
    /*width: 100px;*/
    height: 35px;
}

.botones_secundarios:hover {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    background-color: #ef483e;
    border: #ef483e;
    font-weight: 900;
    font-size: 14px;
    width: 100px;
    height: 35px;
    opacity: 0.9;
}

.text-center {
    text-align: center;
}

.boton_verde {
    margin-top: -10px;
}


/*----------POR QUE REPARAR CON CARE------*/

.flex-parent {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flex-child {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/*seccion por que*/

.titulo_negro {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 3.5em;
    text-align: justify;
    line-height: 1.5;
}

.titulo {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 3.5em;
    text-align: justify;
    line-height: 1.5;
}

.subtitulo {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 1.8em;
    text-align: justify;
    line-height: 1.0;
}

.contenido_centrado {
    padding-left: 60px;
    padding-right: 60px;
}


/*----------TERMINA POR QUE REPARAR CON CARE------*/


/*-------------termina content index----------*/


/*------------------------------------INICA REPARACIONES-------------------------------------*/

.intro-header-principal {
    background-color: #ef483e;
    padding-top: 91px;
    padding-bottom: 95px;
}

.intro-message {
    position: relative;
    text-align: left;
}

@media (min-width: 1024px) {
    .intro-message {
        padding-top: 5%;
        padding-bottom: 0%;
        padding-left: 10%;
        padding-right: 10%;
    }
}

.cotizador_grande {
    display: inline;
}

.h1Repara {
    font-size: 1.8em;
    font-weight: 1000;
    color: white;
    text-align: center;
    /*Media uery*/
}

@media (min-width: 1024px) {

    .h1Repara,
    .h1ReparacionIndex {
        font-size: 58px;
    }
}

@media (max-width: 769px) {
    .p-precio {
        width: 13% !important;
        margin-left: 43%;
    }

    .labelRecoleccion {
        font-size: 20px !important;
        margin-top: -15px !important;
    }

    .labelSucursales {
        margin-top: 55px !important;
        font-size: 20px !important;
    }

    .btnViews1 {
        width: 66% !important;
        margin-bottom: 5% !important;
    }

    .btnViews2 {
        width: 70% !important;
        margin-left: 11% !important;
    }

    .OptViewTwo {
        margin-top: 12% !important;
    }

    .method {
        height: 85px !important;
    }

    .visaPng {
        height: 30px !important;
    }

    .masterPng {
        height: 30px !important;
    }

    .paypalPng {
        height: 30px !important;
    }

    .mercadoPng {
        height: 30px !important;
    }

    .labelPay {
        margin-left: 12px !important;
        margin-top: 7px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 426px) {
    .h1Repara {
        font-weight: 1000;
        color: white;
        text-align: center;
    }

    .p-precio {
        width: 23% !important;
        margin-left: 38%;
    }

    .btnViews1 {
        width: 70% !important;
        margin-left: 12% !important;
    }

    .btnViews2 {
        width: 78% !important;
        margin-left: 5% !important;
    }

    .OptViewTwo {
        margin-top: 15% !important;
    }

    .method {
        height: 70px !important;
        width: 155px;
    }

    .visaPng {
        height: 25px !important;
    }

    .masterPng {
        height: 25px !important;
    }

    .paypalPng {
        height: 25px !important;
    }

    .mercadoPng {
        height: 25px !important;
    }

    .labelPay {
        margin-top: 9px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 376px) {
    .method {
        height: 60px !important;
        width: 145px;
    }

    .visaPng {
        height: 20px !important;
    }

    .masterPng {
        height: 20px !important;
    }

    .paypalPng {
        height: 20px !important;
    }

    .mercadoPng {
        height: 20px !important;
    }

    .labelPay {
        margin-top: 10px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 321px) {
    .method {
        height: 50px !important;
        width: 142px;
    }

    .visaPng {
        height: 15px !important;
    }

    .masterPng {
        height: 15px !important;
    }

    .paypalPng {
        height: 15px !important;
    }

    .mercadoPng {
        height: 15px !important;
    }

    .labelPay {
        margin-top: 11px !important;
        font-size: 10px !important;
    }

    .radioMercado {
        margin-top: 18px !important;
    }

    .btnViews1 {
        width: 80% !important;
        margin-left: 8% !important;
    }

    .btnViews2 {
        width: 90% !important;
        margin-left: 0% !important;
    }
}

.somosUnaS {
    font-weight: 300;
    padding-left: 5px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.h3S {
    color: #fff;
    font-size: 1.8em;
    font-weight: 1000;
    padding-top: 5%;
}

@media (min-width: 1024px) {
    .h3S {
        font-size: 3.5em;
    }
}

.arreglamos {
    color: #282c2f;
}

.reparaciones-card {
    width: 100% !important;
}

.reparaciones-card .card-title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.reparaciones-card .card-text {
    line-height: 1.42857143;
}

@media (max-width: 767px) {
    .breaked-phone {
        width: 95px;
        display: block;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .breaked-phone {
        margin-top: -50px;
        width: 300px;
        max-width: 100%;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .perdio-toque {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .perdio-toque {
        margin-bottom: -88px;
        width: 100%;
        max-width: 786px;
        background-size: cover;
    }
}

@media screen and (max-width: 992px) {
    .round-img {
        width: 100% !important;
        max-width: 400px;
        height: 300px !important;
    }
}

.lap-top .lap-top-img {
    float: right;
    height: 200px;
    width: 300px;
    background-position: 20vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    .lap-top .lap-top-img {
        height: 400px;
        width: 100%;
        background-position: 10vw;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.perdio-toque-img {
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    .perdio-toque-img {
        height: 500px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.img-ahogado {
    height: 200px;
    width: 100%;
    background-position: 20vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    .img-ahogado {
        height: 400px;
        width: 100%;
        background-position: 10vw;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}


/*------------------------------------TERMINA REPARACIONES-------------------------------------*/


/*------------------------------------INCIA REPARACIONES-------------------------------------*/

.intro-sucursal {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    height: 50%;
    /*background: url(../img/sucursal.png) no-repeat center center;*/
    background-color: #000;
    background-size: cover;
}

.titulo_dispositivo {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin-bottom: -35px;
}

.titulo_dispositivoHome {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.contenido {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    color: #22282B;
}


/*------------------------------------TERMINA REPARACIONES-------------------------------------*/


/*------------------------------------INICIA ACCESORIOS-------------------------------------*/

.protecionAcc {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    margin-left: 15%;
}

.protecionAcc2 {
    color: #fff;
    margin-left: 15%;
}

.memorias {
    color: black;
    font-weight: 900;
    font-size: 50px;
    margin-left: 15%;
}

.memorias2 {
    /*color:#fff;*/
    margin-left: 82px;
}

.banners .banner-img {
    max-width: 100%;
    background-size: cover;
}

.banners .banner-body {
    width: 100%;
}

@media (min-width: 768px) {
    .banners .banner-body {
        position: absolute;
        top: calc(40% - 25px);
        right: 25px;
    }
}


/*------------------------------------TERMINA ACCESORIOS-------------------------------------*/


/*------------------------------------TERMINA SUCURSALES-------------------------------------*/

.map {
    width: 100%;
    height: 300px;
}

@media (min-width: 1024px) {
    .map {
        height: 500px;
    }
}


/*------------------------------------TERMINA SUCURSALES-------------------------------------*/


/*------------------------------------INCIA COTIZACION-------------------------------------*/

.labelRecoleccion {
    margin-top: 15px;
    width: 100%;
}

.img-moto {
    width: 8%;
}

.img-motow {
    width: 8%;
    margin-right: 5px;
    margin-top: -10px;
}

.img-sucw {
    width: 8%;
    margin-right: 5px;
}

.labelEncargo {
    margin-top: 10px;
}

.img-sucursal {
    width: 25%;
}

.labelSucursales {
    margin-top: 10px;
}

.img-sucursales {
    width: 15%;
}

@media (max-width: 768px) {
    .img-sucursal {
        width: 18%;
    }

    .img-sucursales {
        width: 10%;
    }

}

@media (min-width: 992px) {
    .img-sucursal {
        width: 15%;
    }

    .img-sucursales {
        width: 8%;
    }
}

@media (min-width: 1200px) {
    .img-sucursal {
        width: 10%;
    }

    .img-sucursales {
        width: 6%;
    }
}


/*------------------------------------TERMINA COTIZACION-------------------------------------*/

.center-img {
    margin: auto;
    display: block;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.paddingB50 {
    padding-bottom: 50px;
}

.info_modal_cotizador {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

.bs-docs-booticon {
    font-weight: 900;
    font-size: 30px;
    width: 284px;
    height: 24px;
    color: #fff;
    line-height: 60px;
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 10px 40px 10px 40px;
}


/*# sourceMappingURL=main.css.map */

.not-found-container {
    min-height: calc(100vh - 416px);
}

.boton-check {
    width: 200px;
    height: 100px;
    background: white;
    color: black;
    border-style: ridge;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

input:checked~.boton-check {
    color: black;
    border-color: #02f1a2;
}

.borderInputs {
    border-radius: .5rem !important;
}

::placeholder {
    color: #c2c2c2 !important;
}

.etiquetas {
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
}

.img-user {
    height: 35px;
    width: 35px;
    border-radius: 15px;
    background-color: red;
}

.pe-none {
    pointer-events: none;
}


/* Menu */

.dropdown-movil {
    padding: .375rem .75rem;
    padding-left: 0px;
    /* color: rgba(255, 255, 255, .5) !important; */
    color: white;
    height: 40px;
}


/* .dropdown-movil::after, */

button.dropdown-toggle::after {
    display: none;
}

#reparar_movil_a.dropdown-toggle::after {
    display: none;
}

#tituloReparaciones {
    margin-left: -12%;
}

.reparacionesTxt {
    margin-left: -80px;
}

.dropdown-submenu {
    position: relative;
    /* margin-left: -9.1rem !important; */
    background-color: #a5a5a5 !important;
    width: 90% !important;
    margin-top: 40px !important;
    margin-left: 5% !important;
}

.dropdown-submenu a {
    color: white;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0px !important;
    /* margin-left: .1rem;
  margin-right: .1rem; */
}

.dropdown-menu-movil {
    display: none;
    background-color: #595959;
    list-style: none;
    padding: 0px;
    width: 94%;
    margin: 0 auto;
}

.dropdown-menu-movil>.nav-item>.btn-group {
    display: block;
    padding-top: 10px;
}

.dropdown-menu-movil>.nav-item>.btn-group>.dropdown-menu {
    padding-top: 0px;
    border: 0px;
}

.dropdown-menu-movil>.nav-item>.btn-group>a.dropdown-toggle {
    float: right;
    font-size: 24px;
    margin-right: 10px;
    margin-top: -14px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu-movil>.nav-item>.btn-group>a::after {
    margin-top: 21px;
}

.dropdown-menu-movil>.nav-item>.btn-group>.dropdown-menu {
    background-color: #595959;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
    margin: 0px;
}

.dropdown-menu-movil>.nav-item>.btn-group>.dropdown-menu>.dropdown-item {
    background-color: #a5a5a5;
}

.dropdown-menu {
    text-align: center;
    /* margin-left: -70px !important; */
    /* margin-top: 2.4em; */
    margin: -1px;
    position: static;
    float: none;
    padding: 10px;
    background-color: #595959;
}

.dm-desktop .dropdown-menu a {
    text-align: left;
    padding: .3em;
    display: block;
    height: 2.5em;
    color: white;
    width: 100%;
    font-size: 0.9rem;
}


/* Movil */

.dropdown-menu>a.dropdown-item {
    padding: .3em;
    display: block;
    height: 2.5em;
    color: white;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.dropdown-menu>a.bgRojoMenu {
    padding: .3em;
    display: block;
    height: 2.5em;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.dropdown-menu>a.bgRojoMenu:hover {
    color: black;
    background-color: white;
}


/* Reset del bootstrap*/

.dm-desktop {
    position: absolute;
    top: 95%;
    /* left: 70%; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 9rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

#reparaciones_desktop {
    width: 450px;
    margin: 0px;
    padding: 0px;
    color: white;
}

#reparaciones_desktop>a {
    font-size: 24px;
    padding: 0px;
}

#reparar_movil {
    /* display: none !important; */
    display: none;
    text-align: center;
    font-size: 1.1rem;
}

#reparar_movil>.btn-group,
#reparar_movil>.btn-group>ul>li>.btn-group {
    width: 100%;
}

#reparar_movil>.btn-group>a {
    /* #reparar_movil>.btn-group>ul>li>.btn-group>a { */
    /* position: absolute; */
    /* width: 85%; */
    width: 100%;
    /* margin-left: 9%; */
    font-size: 1.1rem;
    /* margin-left: 20px; */
}

#reparar_movil>.btn-group>a>img {
    float: left;
    margin-left: 10%;
}

#reparar_movil>.btn-group>ul {
    /* #reparar_movil>.btn-group>ul>li>.btn-group>ul { */
    /* margin-left: 0px !important; */
    width: 80%;
    margin-left: 10%;
    /* display: block;
  margin-top: 30px;
  text-align: center;
   */
}

#reparar_movil>.nav-item>.btn-group {
    /* #reparar_movil>.nav-item>li>.nav-item>.btn-group { */
    display: block;
    margin-left: 21%;
}

.btn_movil {
    display: none;
    font-size: 1.1rem;
}

.btn_movil img {
    float: left;
    margin-left: 10%;
    width: 32px;
    height: 32px;
}

.btn_movil>a>span {
    font-size: 1.1rem;
    margin-left: -20%;
}

.btn_movil>a.btn-secundaryColor {
    width: 30%;
    height: 40px;
    font-size: 20px;
}

.btn_reparaciones {
    font-size: 14px;
    color: white;
    text-align: left !important;
}

a.btn_reparaciones {
    padding-left: 1em;
}

.btn_cuadrados {
    color: white;
    font-size: 14px;
    background-color: transparent;
    border-radius: 4px;
    width: 80px;
    height: 80px;
    /* height: auto; */
    text-align: center;
}

.borderWhite {
    border: 1px solid white;
}

.bgGreen {
    background-color: #70ad47
}

.bgRojoMenu {
    background-color: #df443b;
}

.colorWhite {
    color: white !important;
}


/* Banner que dejaba espacios en blanco */

.banner-body {
    min-height: 0px !important;
}

.icoMovil,
.icoMovilN {
    width: 32px;
    height: 32px;
    margin-left: 5%;
}

.tituloSubMenuMovil {
    color: white;
    margin-left: 20%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}

.h2Subtitulos {
    font-size: 25px;
    font-weight: normal;
}

#confirm-cotizacion-form-paso-cero .form-group>label>span {
    color: red;
    font-weight: bold;
}

.botonCotiza {
    box-shadow: -3px 3px #888888, -2px 2px #888888, -1px 1px #888888;
    border: 1px solid #888888;
    width: 100%;
    font-size: xx-large;
    max-width: 320px;
}

.dialog-1 {
    height: 48px;
    width: 48px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
}

.left-point {
    width: 0;
    height: 0;
    border-left: 2vh solid transparent;
    border-right: 2vh solid transparent;
    border-top: 3vh solid white;
    position: absolute;
    top: 32%;
    left: -32%;
    transform: rotate(90deg);
}

.dialog-2 {
    height: 48px;
    width: 48px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    /* right: 0; */
}

.right-point {
    width: 0;
    height: 0;
    border-left: 2vh solid transparent;
    border-right: 2vh solid transparent;
    border-top: 3vh solid white;
    position: absolute;
    top: 32%;
    right: -32%;
    transform: rotate(-90deg);
}

.g-recaptcha {
    display: inline-block;
}