:root {
    --primario: #ffb000;
    --secundario: #f6f6f7;
    --terciario: #676767;
    --claro: #ffffff;
    --oscuro: #000000;
    --texto: #ffffff;
    --texto2: #2c2c2c;
    --fondo: #333333;
    --fondo2: #f6f6f7;
    --circuloExt: #b2b2b2;
    --circuloInt: #f1f1f1;
    --caja1: #ffd0d0;
    --caja2: #88e5e5;
    --caja3: #adf592;
    --caja4: #fffa98;
    --caja5: #ffde98;
    --caja6: #c8fafa;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* ============ GENERALES ============ */
@font-face {
    font-family: 'corbeli';
    src: url(../fonts/corbeli.ttf);
    font-display: swap;
}
@font-face {
    font-family: 'MinionBold';
    src: url(../fonts/MinionProBoldDisp.otf);
    font-display: swap;
}
@font-face {
    font-family: 'MinionMedium';
    src: url(../fonts/MinionProMediumDisp.otf);
    font-display: swap;
}
html {
    min-height: 100%;
    max-width: 100%;
}
body {
    max-width: 100%;
    min-height: 100%;
    color: var(--texto2);
    font-size: 1rem;
    font-weight: 500!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    /* background-image: url('../img/loader.gif'); */
    font-family: 'corbeli', sans-serif;
}
.jumbotron{
    background-color: var(--primario);
}
.alinearVertical{
    margin: auto 0px!important;
}
.alinearHorizontal{
    margin: 0px auto!important;
}
.sombra{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(24, 24, 24, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(24, 24, 24, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(24, 24, 24, 0.75);
}
.bordesRedondos{
    border-radius: 10px!important;
}
#mapid {
    background-color: var(--primario);
    width: 100%;
    height: 300px; }
/* loading */
.loading1 {
    width: 80px;
    height: 80px;
    border: 10px solid rgb(188, 216, 30);
    border-top: 10px solid rgb(29, 174, 241);
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: absolute;
    left: 40%;
    top: 190%;
    z-index: 2;
  }
  @media(min-width: 768px){
    .loading1 {
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
      }
  }
  @keyframes girar {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  /* --------- */
.gardienteGris{
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}
.fondo1{
    background-color: var(--fondo2);
}
.fondo2{
    background-color: var(--fondo);
}
.fondo3{
    background-color: var(--primario);
}
/* =================================== */


/* ============== TEXTOS ============= */
    a {
        text-decoration: none!important;
        color: var(--texto2);
        transition: all 200ms;
    }
    a:hover {
        color: var(--texto2);
    }
    hr{
        background-color: #f8f8f8;
    } 
    p{
        font-size: 1rem;
        font-weight: 300;
    }
    ol li {
        font-size: 1rem;
    }
    
    b{
        font-family: 'MinionBold', Times;
        color: #000;
    }
    h2{
        font-family: 'MinionMedium', Times;
    }
    /* --- ALERTS --- */
    .alert-info {
        background-color: #f7f7f7;
        color: var(--texto2);
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
    .alert-info a{
        color: var(--texto2)!important;
    }
    .js-form-submission{
        padding:10px;
        border-radius:5px;
        font-size:.9em;
        font-weight:300;
        margin-bottom:10px}
    /* ------ */
    .baitsTxt{
        color: teal;
    }
    .baitsTxt:hover{
        color: rgb(12, 196, 196);
    }
/* =================================== */


/* ============= BOTONES ============= */
/* Icono WhatsApp */
.flotante {
    display:scroll;
    position:fixed;
    z-index: 10;
    bottom:20px;
    right:5px;
}
.flotante img {
    width: 60px;
}
.img-flecha{
    max-width: 30px;
}
@media (min-width: 768px) {
    .flotante {
        right:10px;
    }
}

/* Botón Ir arriba */
.ir-arriba {
	display:none;
	padding:0px;
	font-size:20px;
	color:#000;
	cursor:pointer;
	position: fixed;
	bottom:20px;
    left:10px;
    z-index: 10;
    opacity: 0.7;
    width: 60px;
}
.ir-arriba:hover {
    opacity: 1;
}
.img-flecha{
    max-width: 50px;
}

/* Botones primario y secundario */
.btn-primary {
    background-color: var(--fondo)!important;
    color: var(--texto)!important;
    font-size: 1.3rem;
    border-color: var(--fondo)!important;
    border-radius: 25px;
    padding: 0px 10px;
    transition: all 300ms ease-out;
}
.btn.btn-primary:disabled{
    border-color: gray!important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primario)!important;
    color: var(--texto)!important;
    border-color: var(--primario)!important;
    }

.btn-secondary {
    background-color: var(--fondo)!important;
    color: var(--texto)!important;
    font-size: 1rem;
    border-color: var(--fondo)!important;
    border-radius: 25px;
    padding: 0px 10px;
    transition: all 300ms ease-out;
}
.btn.btn-secondary:disabled{
    border-color: gray!important;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--primario)!important;
    color: var(--texto)!important;
    border-color: var(--primario)!important;
    }

.btn-tres {
    background-color: rgba(255, 255, 255, 0)!important;
    color: #1a1d1f!important;
    transition: all 300ms ease-out;
    border-color: var(--caja1);
}
.btn.btn-tres:disabled{
    border-color: #202020!important;
}
.btn-tres:hover,
.btn-tres:focus {
    background-color: rgba(8, 214, 250, 0.062)!important;
    color: #080808!important;
    border-color: var(--primario)!important;
    }

/* =================================== */


/* =========== ANIMACIONES =========== */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
/* =================================== */


/* ============== NAVBAR ============= */
/* NAVEGACION */
.navegacion-fija {
    background-color: var(--fondo);
    position: fixed;
    padding: 20px 0px;
    margin-top: 0px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
}
.navegacion-fija-ini{
    background-color: rgba(255, 255, 255, 0.87);
    position: fixed;
    margin-top: 0px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
}

.navegacion-fija.activo{
    opacity: 0;
    margin-top: -400px;
}
.navegacion-fija-ini.activo {
    opacity: 0;
}

.navbar-light .navbar-toggler {
    background-color: var(--texto2);
    font-size: .8rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: var(--texto2);
}

.nav-link {
    border-radius: 10px;
    color: var(--texto);
    background-color: rgba(32, 32, 32, 0.733);
    font-size: 1.3rem;
    height: 40px;
    padding: 2px 0;
    margin: 5px 20px;
    transition: all .3s ease-in-out;
    display: inline!important;
}

.nav-link:hover {
    /* background-color: rgba(46, 46, 46, 0.7); */
    color: var(--primario);
    text-decoration: underline!important;
    text-decoration-color: var(--primario);
}
.nav-link-soc {
    color: var(--texto2);
    /* background-color: rgba(59, 78, 117, 0.7); */
    width: 100%;
    font-size: 1.3rem;
    padding: 2px 7px;
    margin: 5px auto;
    transition: all .3s ease-in-out;
}

.iconsNavResponsive i {
    color: var(--texto2);
    font-size: 1.8rem;
}


@media (min-width: 768px) {
    .navegacion-scroll {
        background-color: rgba(255, 255, 255, 0.87);
        padding: 12px 16;
    }
    
    .navegacion-fija {
        /* background-color: rgba(22, 22, 22, 0.466); */
        position: fixed;
        margin-top: 0px;
        width: 100%;
        z-index: 100;
        transition: all .5s ease;
    }
    
    .nav-link {
        color: var(--texto);
        background-color: rgba(29, 29, 31, 0);
        font-size: 1rem;
        height: auto;
        width: auto;
        padding: 5px;
        margin: auto 15px;
        transition: all .3s ease-in-out;
    }

}
@media (min-width: 1000px) {
    .nav-link {
        font-size: 1.2rem;
    }

}

.active {
    color: var(--primario)!important;
    line-height: 40px!important;
    text-decoration: underline!important;
    text-decoration-color: var(--primario);
}

.active .nav-link {
    color: var(--primario)!important;
    line-height: 40px!important;
    text-decoration: underline!important;
    text-decoration-color: var(--primario);
}

.logo-nav {
    height: 4rem;
}
.logo-nav-scroll {
    height: 2.5rem;
}

/* .nav-contact {
    background-color: var(--secundario);
    color: black!important;
    border-radius: 16px;
    padding: 4px 20px;
} */

.nav-contact:hover {
    background-color: rgba(27, 27, 27, 0.7);
}

@media (min-width: 768px) {
    .logo-nav {
        min-height: 5rem;
    }
    .logo-nav-scroll {
        min-height: 4rem;
    }
    .navbar-expand-md {
        flex-flow: column;
    }
}

.header-scroll {
    opacity: 0;
    position: fixed;
    margin-top: -300px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
}

.header-scroll.activo {
    margin-top: 0;
    opacity: 1;
}
.navbar-brand {
    margin-right: 0rem!important;
}

.iconosNav{
    position: relative;
}

.iconosNav .carritoNav span, .iconosNav .carritoNav2 span {
    position: absolute;
    top: 20;
    right: -5px;
    background-color: var(--primario);
/*     margin-right: -15px;
    margin-top: -20px; */
    font-size: 10px;
    z-index: 100;
}
@media(min-width: 768px){
    .iconosNav .carritoNav span {
        top: 2px;
        right: 50px;
    }
    .iconosNav .carritoNav2 span {
        top: 2px;
        right: 7px!important;
    }
}
        
/* BOTON MENU RESPONSIVE ANIMADO */
.menu-toggle {
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  margin: 3px auto;
    width: 28px;
}
.menu-toggle:hover {
    color: var(--primario);
}
.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    right: 0;
    background: var(--texto);
    border-radius: 2px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-toggle i:after,
.menu-toggle i:before {
    content: '';
}
.menu-toggle i:after {
    top: -20px;
}
.menu-toggle i:before {
    top: -10px;
}
.menu-toggle i {
    top: 21px;
}
.menu-toggle.open i{
    top: 32px;
}
.menu-toggle.open i:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -22px;
}
.menu-toggle.open i:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -22px;
}

.carritoResp .svg-inline--fa.fa-w-14 {
    font-size: 1.5rem;
    color: var(--texto2)!important;
}
.carritoResp .svg-inline--fa {
    color: var(--texto2)!important;
}
.carritoResp{
    padding-top: 3px;
    font-size: 1.2rem;
    text-align: right;
    width: 55%;
    color: var(--texto2)!important;
}
@media(min-width: 375px){
    .carritoResp{
        width: 63%;
    }
}
@media(min-width: 414px){
    .carritoResp{
        width: 67%;
    }
}
/* =================================== */


/* ============= HEADER ============== */
.encabezado_landing {
    background-position-y: top;
    background-position: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 100vh;
}
.txt_encabezado_landing {
    font-family: 'MinionMedium', Times;
    display: flex;
    width: 250px!important;
    height: 75px!important;
    color: var(--texto2);
    position: absolute;
    right: 0!important;
    padding-left: 0px;
    bottom: 90px;
    background-color: var(--texto);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.txt_encabezado_landing h2 {
    line-height: 35px;
    font-family: 'MinionBold', Times;
    font-size: 1.5rem;
    color: var(--texto2);
}
@media (min-width: 360px){
    .txt_encabezado_landing {
        width: 300px!important;
        height: 90px!important;
        bottom: 130px;
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
    }
    .txt_encabezado_landing h2 {
        padding-top: 5px;
        font-size: 1.9rem;
    }
}
@media (min-width: 768px){
    .txt_encabezado_landing {
        width: 500px!important;
        height: 100px!important;
        padding-left: 50px;
        bottom: 230px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .txt_encabezado_landing h2 {
        font-size: 2.2rem;
    }
}
@media (min-width: 800px){
    .encabezado_landing {
        padding-top: 100px;
        height: 90vh;
        background-attachment: fixed !important;
    }
    .txt_encabezado_landing {
        width: 700px!important;
        height: 100px!important;
        right: 0!important;
        padding-left: 50px;
        bottom: 150px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .txt_encabezado_landing h2 {
        font-size: 2.2rem;
    }
}

.encabezado_nos {
    background-position-y: top;
    background-position: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 50vh;
}
.txt_encabezado_nos {
    font-family: 'MinionMedium', Times;
    display: flex;
    width: 85%;
    height: 95px;
    color: var(--texto);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 240px;
    background-color: var(--fondo);
    border-radius: 60px;
    justify-content: center;
}
.txt_encabezado_nos h2 {
    line-height: 35px;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--texto);
}
@media (min-width: 360px){
    .txt_encabezado_nos {
        bottom: 320px;
    }
}
@media (min-width: 768px){
    .encabezado_nos {
        padding-top: 100px;
        height: 80vh;
    }
    .txt_encabezado_nos {
        width: 550px;
        height: 110px;
        left: 0;
        right: 0;
        padding-left: 50px;
        bottom: 150px;
        border-radius: 60px;
    }
    .txt_encabezado_nos h2 {
        line-height: 45px;
        font-family: 'MinionBold', Times;
        font-size: 2rem;
    }
}
@media (min-width: 800px){
    .encabezado_nos {
        padding-top: 100px;
        height: 80vh;
    }
    .txt_encabezado_nos {
        width: 550px;
        height: 110px;
        left: 0;
        right: 0;
        padding-left: 50px;
        bottom: 150px;
        border-radius: 60px;
    }
    .txt_encabezado_nos h2 {
        line-height: 45px;
        font-family: 'MinionBold', Times;
        font-size: 2rem;
    }
}
@media (min-width: 900px){
    .encabezado_nos {
        padding-top: 100px;
        height: 90vh;
    }
    .txt_encabezado_nos {
        width: 550px;
        height: 110px;
        left: 0;
        right: 0;
        padding-left: 50px;
        bottom: 20px;
        border-radius: 60px;
    }
    .txt_encabezado_nos h2 {
        line-height: 45px;
        font-family: 'MinionBold', Times;
        font-size: 2rem;
    }
}

.encabezado_servs {
    background-position-y: top;
    background-position: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 50vh;
}
.txt_encabezado_servs {
    font-family: 'MinionMedium', Times;
    display: flex;
    width: 250px;
    height: 80px;
    color: var(--texto2);
    position: absolute;
    left: 0!important;
    padding-left: 50px;
    bottom: 70px;
    background-color: var(--fondo2);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.txt_encabezado_servs h2 {
    font-family: 'MinionBold', Times;
    font-size: 2.5rem;
    color: var(--texto2);
}
@media (min-width: 360px){
    .txt_encabezado_servs {
        width: 310px;
        height: 100px;
        bottom: 100px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }
    .txt_encabezado_servs h2 {
        font-size: 3rem;
    }
}
@media (min-width: 768px){
    .encabezado_servs {
        padding-top: 100px;
        height: 90vh;
    }
    .txt_encabezado_servs {
        width: 310px;
        height: 100px;
        bottom: 180px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }
    .txt_encabezado_servs h2 {
        font-family: 'MinionBold', Times;
        font-size: 3.3rem;
    }
}
/* =================================== */

/* ============== FOOTER ============= */
.footer {
    /* border-top: #02b7ff solid 2px; */
    background-color: #fff;
    color: var(--texto2);
}
.formContacto{
    color: var(--texto);
}

.nav-footer ul {
    list-style: none;
    margin:0;
    padding:0;
}
.nav-footer ul li {
    position: relative;
    display: inline-block;
}

.nav-footer ul li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0.4rem;
    font-size: 1.2rem;
    color: #fff;
    transition: all .3s ease-in-out;
}

.nav-footer ul li a:hover {
    color: #fff;
}

.copyright p {
    font-size: 1rem!important;
    color: var(--texto2);
    font-weight: 300!important;
}

/* REDES SOCIALES */
.socialesSr ul {
    list-style: none;
    margin:0;
    padding:0;
}

.socialesSr ul li {
    position: relative;
    margin: 0px 5px;
    display: inline;
}
.socialesSr ul li a {
    white-space:nowrap;
}
.socialesSr ul li a img {
    max-width: 30px;
}
.sociales ul {
    list-style: none;
    margin:0;
    padding:0;
}

.sociales ul li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    font-size: 1.2rem;
    /* color: var(--texto)!important; */
}
.sociales_baits ul li .svg-inline--fa {
    font-size: inherit;
    color: #008080!important;
}

/* RECAPTCHA */
.g-recaptcha, #rc-imageselect {
    -webkit-transform: scale(0.84);
    -moz-transform:    scale(0.84);
    -ms-transform:     scale(0.84);
    -o-transform:      scale(0.84);
    transform:         scale(0.84);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media (min-width: 768px) {
    .g-recaptcha, #rc-imageselect {
        transform: scale(0.95);
        transform-origin: 0 0;
    }
}
/* =================================== */

/* =================== PARALAX =================== */
.bg-contacto {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    font-weight: bold;
    color: #fff!important;
    position: relative;
    min-height: 500px;
}
.bg-contacto .btn-primary {
    color: #fff!important;
}
.bgParalax:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.692);
    opacity: 0.8;
}
.infoParalax{
    position: absolute;
    content: '';
    top: 15%;
    left: 0%;
    z-index: 3;
}
.bg-contacto h3 {
    font-size: 3rem;
}

.bg-contacto p {
    font-size: 1.2rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .bg-contacto {
        background-size: cover;
        min-height: 300px;
    }
    .infoParalax{
        left: 15%;
    }
}
/* =============================================== */




/* ================================= ESTILOS DE PÁGINA =================================== */
.txtSec1Der{
    padding-right: 100px;
}
.txtSec1Izq{
    padding-left: 100px;
}
.logoFoot{
    width: 90%;
    padding-left: 20px;
}
.alinearFooter{
    left: 0%;
}
@media(min-width: 414px){
    .logoFoot{
        width: 90%;
        padding-left: 30px;
    }
    
}
@media(min-width: 768px){
    .alinearFooter{
        left: 15%;
    }
    
}
@media(min-width: 987px){
    .logoFoot{
        width: 100%;
        padding-left: 0px!important;
    }
    .alinearFooter{
        left: 25%;
    }
    
}


/* NOSOTROS */
.sec1Nos p{
    font-size: 1rem;
}
@media(min-width: 768px){
    .sec1Nos p{
        font-size: 1.2rem;
    }

}


.contenedorFlotanteNos{
    position: relative;
    height: 450px;
    width: 100%;
}
.contenedorImgNos{
    position: absolute;
}
.contenedorTransparente{
    width: 120px;
    height: 120px;
    z-index: 10;
    background-color: transparent;
}
.trans1{
    top: -70%;
    left: 45%;
}
.trans2{
    top: 5%;
    left: 24%;
}
.trans3{
    top: 5%;
    right: 12%;
}
.trans4{
    top: 80%;
    right: 33%;
}
.imgNos3, .imgNos4 {
    height: 200px;
}
.imgNos2, .imgNos5 {
    height: 120px;
}
.imgNos1{
    height: 350px!important;
    left: 20%;
    top: -80%;
}
.imgNos2{
    left: -60%;
    opacity: 0;
    transition: all 200ms;
}
.imgNos3{
    left: 60%;
    opacity: 0;
    transition: all 200ms;
}
.imgNos4{
    left: -10%;
    bottom: -10%;
    opacity: 0;
    transition: all 200ms;
}
.imgNos5{
    bottom: -10%;
    left: 60%;
    opacity: 0;
    transition: all 200ms;
}


.titulosSrMendoza{
    height: 240px;
}
.contenedorFlotante{
    position: relative;
    bottom: 75px;
    z-index: 0;
}
.circuloSrMendoza{
    position: absolute;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    left: 0!important;
    right: 0!important;
    top: 10px;
    border: 8px solid var(--primario);
    border-radius: 500px;
    overflow: hidden;
}
.circuloSrMendoza img{
    height: 150px;
    width: 150px;
}
.txt_srMendoza {
    font-family: 'MinionMedium', Times;
    display: flex;
    width: 250px;
    height: 80px;
    color: var(--texto2);
    position: absolute;
    left: 0!important;
    right: 0!important;
    /* padding-left: -20px; */
    bottom: -30px;
    background-color: var(--fondo);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.txt_srMendoza h2 {
    line-height: 25px;
    font-family: 'MinionBold', Times;
    font-size: 1.5rem;
    color: var(--texto);
}
@media (min-width: 768px){
    .titulosSrMendoza{
        height: 110px;
    }
    .contenedorFlotante{
        position: relative;
        bottom: 75px;
        left: -35px;
        z-index: 1;
    }
    .circuloSrMendoza{
        top: 0;
    }
    .txt_srMendoza {
        width: 400px;
        height: 55px;
        left: 0!important;
        right: 100px!important;
        bottom: -30px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
    .txt_srMendoza h2 {
        font-size: 1.8rem;
    }
}
@media (min-width: 1000px){
    .titulosSrMendoza{
        height: 110px;
    }
    .contenedorFlotante{
        position: relative;
        bottom: 75px;
        left: 20px;
        z-index: 1;
    }
    .circuloSrMendoza{
        top: 0;
    }
    .txt_srMendoza {
        width: 400px;
        height: 55px;
        left: 0!important;
        right: 100px!important;
        bottom: -30px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
    .txt_srMendoza h2 {
        font-size: 1.9rem;
    }
}


/* SERVICIOS */
.sec1Servs h2{
    font-size: 3rem;
}
.sec1Servs h2 b{
    color: #333333!important;
    font-size: 3rem;
}
.sec2Servs h2{
    font-size: 3rem;
}
.sec2Servs h2 b{
    color: #333333!important;
    font-size: 2.8rem;
}


/* CLIENTES */
.card-columns{
    column-count: 1;
    width: 180px;
    margin: 0 auto;
}
@media(min-width: 360px){
    .card-columns{
        column-count: 2;
        width: auto;
    }
}
@media(min-width: 768px){
    .card-columns{
        column-count: 3;
        width: auto;
    }
}
@media(min-width: 992px){
    .card-columns{
        column-count: 5;
        width: auto;
    }
}
.logoCliente img{
    width: 90px;
    height: 90px;
}
.logoCliente2 img{
    width: 110px;
    height: 110px;
}
@media(min-width: 360px){
    .logoCliente img{
        width: 90px;
        height: 90px;
    }
    .logoCliente2 img{
        width: 120px;
        height: 120px;
    }
}
@media(min-width: 414px){  
    .logoCliente img{
        width: 90px;
        height: 90px;
    }
    .logoCliente2 img{
        width: 120px;
        height: 120px;
    }
}
@media(min-width: 768px){
    .logoCliente img{
        width: 120px;
        height: 120px;
    }
    .logoCliente2 img{
        width: 120px;
        height: 120px;
    }
}
@media(min-width: 992px){
    .logoCliente img{
        width: 140px;
        height: 140px;
        filter: grayscale(1);
        transition-property: filter;
        transition-duration: 300ms;
    }
    .logoCliente2 img{
        width: 165px;
        height: 165px;
        filter: grayscale(1);
        transition-property: filter;
        transition-duration: 300ms;
    }
    .logoCliente img:hover{
        filter: grayscale(0);
    }
    .logoCliente2 img:hover{
        filter: grayscale(0);
    }
}



/* CONTACTO */
.txtContactoFondo1 h2, .txtContactoFondo1 p{
    color: var(--texto2)!important;
}
/* ======================================================================================= */





/* ================== ADICIONALES =================== */
/* =============== CARDS ============== */
.card {
    color: var(--texto2)!important;
    border: none;
    background-color: transparent;
    overflow: hidden;
}
.card-body{
    min-height: 130px;
    overflow: hidden;
}
.card-title{
    font-size: 1rem;
    transition: all 500ms;
}
.card img {
    max-height: 400px!important;
    transition: all 500ms;
    /* max-width: 250px; */
}
@media(min-width: 768px){
    .card-title{
        transform: translateY(20px);
        opacity: 0;
        font-size: 1rem;
    }
    .card:hover .card-title {
        transform: translateY(0px);
        font-size: 1.2rem;
        opacity: 1;
    }
    .card img:hover {
        transform: scale(1.05)!important;
    }
}
/* ==================================== */

/* =============== CARROUSEL ============== */
/* CAROUSEL */
.carousel-item {
    height: 100vh;
    min-height: 750px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.carousel-item img{
    /* height: 80%; */
    max-height: 500px;
}

.carousel-caption p{
    color: var(--texto2);
}
.carousel-caption h5{
    color: var(--texto2);
}

.carousel-indicators li {
    background-color: var(--texto2);
}

@media (min-width: 768px) {
    .carousel-caption h5{
        font-size: 2rem;
    }
}
/* =================================== */


/* ============= MODALES ============= */
.modal-body {
    /* background-color: #232627; */
    color: #f8f8f8;
    background-color:var(--caja6);
}

.modal-header {
    background-color: var(--caja5);
    margin-bottom: 0px!important;
}

.modal-title {
    color: var(--texto2);
    margin-bottom: 0px;
    position: relative;
    font-size: 1.5rem!important;
}

button.close span {
    color: #c91902;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.modalProds .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

@media (max-width: 768px) {
.vertical-alignment-helper {
    width: 92%;
}
.modalProds .vertical-alignment-helper {
    width: 92%;
}
.g-recaptcha, #rc-imageselect {
    transform: scale(0.84);
    transform-origin: 0 0;
}
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
/* =================================== */


/* ============== DOBLE IMAGEN =========== */
.contenedorImgs{
    position: relative;
}
.imgFondo{
    padding-left: 25px;
}
.imgFondo img{
    max-height: 300px;
}
.imgSuperior img{
    position: absolute;;
    top: 20px;
    left: 110px;
}
@media(min-width: 768px){
    .imgSuperior img{
        max-height: 400px;
    }
    .imgFondo{
        padding-left: 40px;
    }
    .imgFondo img{
        max-height: 500px;
    }
}
/* =================================== */

/*==================== CARRITO ====================*/
.carritoVacio{
    min-height: 200px;
}
.carritoVacio a .svg-inline--fa{
    min-height: 150px!important;
    font-size: 10rem!important;
    color: gray;
}
.alert-success{
    background-color: var(--texto2)!important;
    color: var(--texto);
}
.formDelete{
    position: relative;
}
.btnEliminarShop{
    color: var(--texto2);
    position: absolute;
    left: -25px;
    top: -10px;
    max-height: 10px;
}
.saltoResp{
    padding-top: 15px;
}
.saltoResp h3{
    text-align: center;
}
@media(min-width: 375px){
    .btnEliminarShop{
        left: -10px;
    }
}
@media(min-width: 768px){
    .btnEliminarShop{
        left: -10px;
    }
    .saltoResp{
        padding-top: 0px;
    }
    .saltoResp h3{
        text-align: left;
    }
}
/* =============================================== */


/* ============= RADIO/CHECK BOX ============== */
.custom-control-label{
    font-size: 1rem;
    font-weight: 300;
    padding-top: 3px;
}
.custom-control-label b{
    font-size: 1rem;
    font-weight: 500;
    color: var(--primario)!important;
}
.custom-control-label::before,   
.custom-control-label::after {  
    width: 1rem;  
    height: 1rem;  
}  
.custom-control-label:before{
    background-color: var(--primario);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: var(--secundario);
    border-color: #e2e2e2;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
/* =============================================== */


/* ============= CAJAS ============== */
.contenedorCajas{
    /* width: 100%!important; */
    padding: 100px 0px 50px 0px;
    margin: 0px;
}
.cajaFlex{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    color: var(--texto2);
}
.cajaFlex h3{
    position: absolute;
    top: 70%;
    /* left: 25%; */
    opacity: 1;
    padding: 6px;
    z-index: 2;
}
.cajaFlex p{
    position: absolute;
    top: 80%;
    /* left: 3%; */
    opacity: 1;
    padding: 10px;
    z-index: 2;
}
.cajaFlex img{
    position: absolute;
    transition: all 500ms;
    top: 10%;
}
.cajaFlex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}
.caja1{
    background-color: var(--caja1);
    height: 400px!important;
}
.caja2{
    background-color: var(--caja2);
    height: 400px!important;
}
.caja3{
    background-color: var(--caja3);
    height: 400px!important;
}
.caja4{
    background-color: var(--caja4);
    height: 400px!important;
}
.caja5{
    background-color: var(--caja5);
    height: 400px!important;
}
.caja1 img, .caja2 img, .caja4 img, .caja5 img, .caja3 img{
    margin: auto 0px;
    height: 230px;
}
@media(min-width: 768px){
    .contenedorCajas{
        padding: 125px 50px 100px 50px;
    }
    .cajaFlex{
        cursor: pointer;
        color: var(--texto);
    }
    .cajaFlex:after {
        background-color: #000;
        opacity: 0.5;
    }
    .cajaFlex h3{
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
        transition: all 500ms;
    }
    .cajaFlex:hover h3{
        transform: translate(-50%, -50%) scale(1)!important;
        opacity: 1;
    }
    .cajaFlex p{
        top: 40%;
        left: 50%;
        padding: 20px;
        transform: translate(-10%, -50%) scale(0.8);
        opacity: 0;
        transition: all 500ms;
    }
    .cajaFlex:hover p{
        transform: translate(-50%, 0%) scale(1)!important;
        opacity: 1;
    }
    .cajaFlex:hover img{
        transform: scale(1.2)!important;
        opacity: 1;
    }
    
    .cajaFlex:after {
        opacity: 0;
        transition: all 700ms;
    }
    
    .cajaFlex:hover:after{
        opacity: 0.6;
    }
    .caja3{
        background-color: var(--caja3);
        height: 800px!important;
    }
    .caja1 img, .caja2 img, .caja4 img, .caja5 img{
        margin: auto 0px;
        height: 300px;
    }
    .caja3 img{
        margin: auto 0px;
        height: 600px;
    }
}
/* =================================== */
/* ================================================== */