
 .rolexContainer p,  .rolexContainer ul {
    font-family: 'Helvetica Now Text', helvetica, arial, sans-serif !important;
    margin-bottom: 16px;
    line-height: 1.6;
    color: #212121;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.rolexContainer .new-intro p{
    font-size: 16px;
    font-family: 'Helvetica Now Text',sans-serif;
    line-height: 1.8;
    color: #212121
}
.rolexHeader{
    background: linear-gradient(90deg, #0b3e27, #197149);
    color: white
}
.rolexNav a{
    color: white;
    font-weight: 600;
}

    /* .rolexContainer h2, .rolexContainer  h3, .rolexContainer h4, .rolexContainer h5 {
        font-family: "Helvetica Now Text Black", helvetica, arial, sans-serif !important;
        font-size: 22px;
        margin-bottom: 16px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: normal !important;
        color: #212121;
        border-bottom: none;
        max-width: 90%;
    } */
.page-title-container {
    text-align: center;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
}
.page-title-container p {
    font-family: "Helvetica Now Text Black", helvetica, arial, sans-serif !important;
    margin-bottom: 16px;
    line-height: 1.6;
    color: #212121;
    font-size: 15px;
}
.page-title-container > span {
    font-family: 'Helvetica Now Text',sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.page-title-container h1 {
    font-family: "RolexS Regular", sans-serif !important;
    font-size: 27px;
    border-bottom: 0;
    margin: 20px 0;
}
.rolexContainer a {
    text-decoration: none;
}

.rolexContainer a:hover {
    color: #127749;
    text-decoration: none;
}

img {
    max-width: 100%
}



.figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.blockquote_p {
    position: relative;
    margin-bottom: 50px;
    font-family: "Didot W02 Italic",Times,serif;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #818181;
    font-size: 18px;
    text-transform: none;
    font-style: italic;
    font-weight: lighter;
    text-decoration: none;
    line-height: 1.4;
    font-size: 12px !important;
    line-height: 1.2;

    color: #212121;
}

.quote_v1{
    font-size: 12px;
    padding: 5px;
}
.menu_doble_linea{
	width: 100px!important;
	}

@media screen and (max-width: 1500px){
     .menu_doble_linea  {
        width: 100%!important;
    }
}

.rolexContainer .mobileToggle {
    float: right;
    font-family: "Helvetica Now Text Black", helvetica, arial, sans-serif !important;
    font-size: 14px;
    margin-top: 35px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 900;
    color: white;
}

.rolexContainer .mobileToggle svg {
    fill: white;
}

.rolexContainer .mobileToggle:hover,
.rolexContainer .mobileToggle:focus-visible {
    color: #9BF9CE;
}

.rolexContainer .mobileToggle:hover svg,
.rolexContainer .mobileToggle:focus-visible svg {
    fill: #9BF9CE;
}

/* .rolexWrap a:not(.contactButton) {
    color: #212121;
    font-weight: 600;
} */

@media only screen and (min-width: 1500px) {
    .mobileToggle {
        display: none
    }

}

.mobileToggle:after {
    content: " ";
    /*background-image: url(assets/rolex/arrowDown.svg);*/
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 12px;
    height: 7px;
    margin-left: 10px
}

.mobileToggle.in:after {
    transform: rotate(180deg)
}

.rolexLogo {
    float: left;
    padding: 2vh 0vh 5px 0vh;
}

.rolexLogoimg {
    width: 120px
}

.rolexNav, .rolexFooterNav {
    clear: both;
    text-align: center;
    margin-left: 0;
    display: none;
    list-style-type: none;
    padding-left: 0;
}


.rolexFooterNav {
	display: block;
	border-top: 1px solid #dedede;
	padding: 7px 0px;

}
.rolexNav li, .rolexFooterNav li {padding-left: 0px; font-size: 12px; line-height: 20px;}

.rolexFooterNav li {padding-bottom: 7px; margin-bottom: 7px; border-bottom: 1px solid #dedede;}
.rolexNav.in {
    display: block
}


@media only screen and (min-width: 1500px) {

	.rolexLogo {
	    float: left;
	    padding: 20px 0px 0px 13px
	}
	.rolexFooterNav {text-align: center;border-bottom: 1px solid #dedede;}
	.rolexFooterNav li {display: inline-block; border: none; padding: 15px 0px; margin: 0px 15px; }

    .rolexNav {
        display: block;
        float: right;
        clear: none;
        margin-top: 26px;
        margin-right: 2px
    }

}

.rolexNav li {
    /* border-bottom: 1px solid #f5f5f4 */
    display: flex;
    margin-left: 1.8rem;
}

/* Para pantallas menores a 1000px */
@media (max-width: 1200px) {
    .rolexNav li {
        margin-left: 1rem; /* Ajusta este valor según necesites */
    }
}

/* Para pantallas menores a 800px */
@media (max-width: 1000px) {
    .rolexNav li {
        margin-left: 0.5rem; /* Ajusta este valor según necesites */
    }
}

/* Para pantallas menores a 700px */
@media (max-width: 700px) {
    .rolexNav li {
        margin-left: 0rem;
    }
}


@media only screen and (min-width: 1500px) {
    .rolexNav li {
        border: none;
        float: left
    }
}

.rolexNav li a {
    padding: 10px 12px;
    display: block;
    font-size: 18px;
}

/* Menu active/hover color */
.rolexHeader .rolexNav li a:hover,
.rolexHeader .rolexNav li a:focus-visible,
.rolexHeader .rolexNav li a.selected,
.rolexHeader .rolexNav li a#selected,
.rolexHeader .rolexNav li a[id="selected"],
.rolexHeader .rolexFooterNav a.selected,
.rolexHeader .rolexFooterNav a#selected,
.rolexHeader .rolexFooterNav a[id="selected"] {
    color: #9BF9CE !important;
} 

/* Keyboard navigation (Tab): focus indicators for Rolex header/menu */
.rolexHeader .rolexNav li a:focus-visible,
.rolexHeader .rolexFooterNav a:focus-visible,
.rolexContainer .mobileToggle:focus-visible {
    outline: none !important;
    /* “Border” look without layout shift */
    box-shadow: inset 0 0 0 2px #9BF9CE !important;
    border-radius: 2px;
}

/* Keep mouse focus ring from showing when clicking (only Tab shows it) */
.rolexHeader .rolexNav li a:focus:not(:focus-visible),
.rolexHeader .rolexFooterNav a:focus:not(:focus-visible),
.rolexContainer .mobileToggle:focus:not(:focus-visible) {
    box-shadow: none !important;
}

/* -------------------------------------------------------------
   Rolex High Contrast mode (accessibility toggle)
   Enabled via <body class="rolex-contrast"> in rolex_app layout
   ------------------------------------------------------------- */
body.rolex-contrast .rolexContainer {
    background: #ffffff !important;
    color: #000000 !important;
}

body.rolex-contrast .rolexContainer :where(h1,h2,h3,h4,h5,h6,p,li,span,small,strong,em,figcaption,blockquote,cite) {
    color: #000000 !important;
}

body.rolex-contrast .rolexContainer a {
    color: #000000 !important;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

body.rolex-contrast .rolexContainer a:hover,
body.rolex-contrast .rolexContainer a:focus-visible {
    color: #000000 !important;
}

/* Ensure Rolex header/menu is NOT affected by contrast mode */
body.rolex-contrast .rolexHeader {
    color: white;
}
body.rolex-contrast .rolexHeader a {
    text-decoration: none !important;
}
body.rolex-contrast .rolexHeader .rolexNav a {
    color: white !important;
}
body.rolex-contrast .rolexHeader .rolexNav li a:hover,
body.rolex-contrast .rolexHeader .rolexNav li a:focus-visible,
body.rolex-contrast .rolexHeader .rolexNav li a.selected,
body.rolex-contrast .rolexHeader .rolexNav li a#selected,
body.rolex-contrast .rolexHeader .rolexNav li a[id="selected"] {
    color: #9BF9CE !important;
}

/* Footer bar (copyright + toggle) */
.rolexFooterBar {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}
.rolexContrastToggle {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    white-space: nowrap;
    user-select: none;
}
.rolexContrastToggle__label {
    font-size: 12px;
    font-weight: 600;
}
.rolexSwitch {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.rolexSwitch input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.rolexSwitch__slider {
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #111111;
    border: 1px solid #111111;
    position: relative;
    transition: background-color 160ms ease, border-color 160ms ease;
}
.rolexSwitch__slider::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 160ms ease;
}
.rolexSwitch input:checked + .rolexSwitch__slider {
    background: #0b3e27;
    border-color: #0b3e27;
}
.rolexSwitch input:checked + .rolexSwitch__slider::after {
    transform: translateX(20px);
}
.rolexSwitch input:focus-visible + .rolexSwitch__slider {
    box-shadow: 0 0 0 2px #9BF9CE;
}

/* Buttons: high contrast defaults, hover black with white text */
body.rolex-contrast .rolexContainer :where(.discover-btn, .discoverRolex, .contactButton, .gSyGLT, .btn, button) {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}
body.rolex-contrast .rolexContainer :where(.discover-btn, .discoverRolex, .contactButton, .gSyGLT, .btn, button):hover,
body.rolex-contrast .rolexContainer :where(.discover-btn, .discoverRolex, .contactButton, .gSyGLT, .btn, button):focus-visible {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Ensure CTA text is white on hover in contrast mode */
body.rolex-contrast .rolexContainer .discover-btn:hover,
body.rolex-contrast .rolexContainer .discover-btn:focus-visible {
    color: #ffffff !important;
}

.very-small-title {
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.03em;
    font-family: 'Helvetica Now Text Black', Helvetica, sans-serif;
}




/*@media only screen and (min-width: 1060px) {*/
    .contactLink {
        border: 1px solid #127749 !important;
        background: transparent;
        border-radius: 40px;
        padding: 0 10px !important;
        max-width: 250px;
        margin: 0 auto;
    }

    .contactLink a {
        color: #127749 !important;
        padding: 10px 12px;
    }

    .contactLink:hover {
        background: #127749;
    }

    .contactLink:hover a {
        color: #fff !important

    }
/*}*/

.rolexBanner {
    height: 100px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
}


.festiveBanner {
    height: 100px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
}


.rolexFooter .rolexBanner {
	margin: 80px 0px;
}
@media only screen and (min-width: 800px) {
    .rolexBanner {
        height: 260px;
        margin-bottom: 60px
    }
    .festiveBanner{
        height:380px;
    }

.rolexFooter .rolexBanner {
	height: 260px;
	margin: 100px 0px;
}
}

.intro {
    margin: 0 auto;
    width: 90%;
    text-align: center
}

.intro h1 span {
    display: block;
    color: #767676;
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.intro.new-intro h1{
    font-weight: 700 !important;
}
.intro.new-intro h1 span{
    color: #212121;
    text-transform: initial;
    margin: 0px 0px 30px;
    font-weight: 500;
    font-family: 'Helvetica Now Text',sans-serif;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 1.3;
    display: block;
}
.new-grid{
    margin: 0 auto;
    display: grid;
    max-width: 1140px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    grid-auto-columns: minmax(100px, 560px);
}
.new-info{
    top: 0;
    position: relative;
    background-color: #fff;
    padding: 15px 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.new-box:hover .new-info{
    top: -15px;
}
.new-mobile{
    display: none;
}
.info-title{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Helvetica Now Text',sans-serif;
    letter-spacing: 2px;
    color: #212121 !important;
}
.info-text{
    font-family: 'Helvetica Now Text',sans-serif;
    font-size: 14px;
    color: #212121 !important;
}
.new-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.new-bg img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.new-box:hover .new-bg img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.new-banner{
    margin: 100px 0 60px 0;
    position: relative;
    height: 845px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-around;
}
.new-banner img{
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    max-width: initial;
}
.breadcrumb-list{
    display: flex;
    padding: 5px 5vw;
}
.breadcrumb-list ol{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.breadcrumb-list ol li{
    font-size: 13px;
    padding-right: 20px;
    font-family: 'Helvetica Now Text',sans-serif;
}
.breadcrumb-list ol li:first-of-type svg{
    display: none;
}
.breadcrumb-list ol li:last-of-type span:last-of-type{
    padding-left: 20px;
}
.cover-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1174px) {
    .new-banner .cover-bg{
        background-image: url(assets/rolex/new-2020-watches-oyster-perpetual-41-beauty-shot_portrait.jpg) !important;
    }
    .new-banner{
        height: 690px;
    }
    .new-full{
        display: none;
    }
    .new-mobile{
        display: block !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 570px) {
    .breadcrumb-list ol li:first-of-type svg{
        display: inline-flex;
        position: relative;
        transform: rotate(180deg);
    }
    .breadcrumb-list ol li:last-of-type{
        display: none;
    }
    .rolexBanner{
        height: 160px;
    }
    .festiveBanner{
        height:320px;
    }
    .new-banner{
        margin: 70px 0 50px;
        height: 100%;
        max-height: 500px;
        min-height: 400px;
    }
    /*.rolexContainer h1 {
        font-size: 26px;
    }*/
}

@media only screen and (min-width: 800px) {
    .intro {
        width: 80%;
        max-width: 800px;
        padding: 0px 60px 30px 60px;
    }


}

.divider {
    width: 50px;
    height: 2px;
    background: #212121;
    margin: 0 auto 16px
}

.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    text-transform: uppercase;
    max-width: 1020px;
    margin: auto;
}

.items .item {
    width: 49%;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
	.item span {display: block; font-size: 11px; text-transform: none;}

.items .item a:hover {color: inherit;}
.items .item:hover a:before  {content: " "; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,0.03);}
@media only screen and (min-width: 800px) {
    .items .item {
        width: 31.3%
    }
}

.items .items img {
    margin-bottom: 4px
}

.rolexVideo{
    margin-bottom: 40px;
    background: #1a1a18
}

.rolexVideoContent {
    padding: 40px 40px
}

.rolexVideoContent h2 {
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

.rolexVideoContent p {
    color: #fff
}

.rolexVideoContent p:last-of-type {
    margin-bottom: 0
}

.rolexVideoImage {
    position: relative;
    padding: 0;
    overflow: hidden;
    padding-top: 60%
}

.rolexVideoImage iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.keep-exploring .owl-dot {
    margin: 0 5px !important;
}
@media only screen and (min-width: 900px) {
    .rolexVideo {
        margin-bottom: 60px;
        display: flex;
        align-items: center
    }

    .rolexVideoContent {
        width: 50%
    }

    .rolexVideoImage {
        width: 50%;
        padding-top: 50%
    }
}

.contact {
    margin-bottom: 80px;
    text-align: center
}

.contact img {
    margin-bottom: 30px
}

@media only screen and (min-width: 800px) {
    .contact {
        width: 80%;
        max-width: 800px;
        margin: 0 auto 100px
    }
}

.contactButton {
    display: inline-block;
    margin-top: 34px;
    padding: 10px 30px;
    border: 1px solid #127749;
    border-radius: 25px;
    font-size: 14px;
    background: #127749 ;
    color: #fff;

}

.contactButton:hover {
    background: #fff;
    color: #127749 !important;
}


.slider {
    width: calc(100% - 20px);
    margin: 0 auto 60px;
	text-align: center;
}

.slider .slide {
    padding: 5px !important;
    text-transform: uppercase
}
/*.slider .owl-item.active:nth-child(1) .slide {
    padding-left: 0 !important;
}
.slider .owl-item.active:nth-child(3) .slide {
    padding-right: 0 !important;
}*/
.slide .selected {opacity: 0.3; cursor: default;}

@media screen and (min-width: 1500px) {
    .slider {
        width: calc(100% - 140px)
    }
}


.owl-next span, .owl-prev span {display: none;}


.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
    height: 30px;
    width: 19px;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: absolute;
    /*top: calc(50% - 20px)*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .owl-nav .owl-prev {
    background-image: url("../styles/assets/rolex/arrowLeft.svg") !important;
    left: -25px;
}
.slider .owl-nav .owl-next {
    background-image: url("../styles/assets/rolex/arrowRight.svg") !important;
    left: auto;
    right: -25px;
}

.slider .owl-nav {
    display: block
}

.slider .owl-nav .owl-prev.disabled, .slider .owl-nav .owl-next.disabled {
    opacity: 0.3
}

.slider .owl-dots {
    margin-top: 24px;
}

@media screen and (max-width: 799px) {
    .slider .owl-dots {
        display: block;
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }

    .slider .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        * display: inline
    }

    .slider .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: transform 200ms, box-shadow 200ms, background 200ms;
        border-radius: 30px;
        border: 3px white solid
    }

    .slider .owl-dots .owl-dot.active span {
        box-shadow: 0 0 0 1px #869791;
        background: #869791;
        transform: scale(1.1)
    }


    .slider .slide {
        padding: 5px !important;
        text-transform: uppercase
    }
    .slider .owl-dots {
        margin-top: 14px;
    }
}

.slider h2 {
    text-align: center
}

.slider .dividing-line {
    margin: 4px auto 30px
}

.slide img {
    margin-bottom: 10px
}

ul.nav-footer {
    margin-left: 0;
    text-align: center
}

@media screen and (min-width: 1500px) {
    ul.nav-footer {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }
}

ul.nav-footer li {
    border-bottom: 1px solid #f5f5f4
}

@media only screen and (min-width: 1500px) {
    ul.nav-footer li {
        display: inline-block;
        border-bottom: none
    }
}

ul.nav-footer li a {
    padding: 10px 12px;
    display: block;
    font-size: 14px;
    text-transform: uppercase
}

.sub-footer {
    margin-bottom: 60px;
    text-align: center;
}

.sub-footer img, .sub-footer a {
    margin: 0 auto
}

.sub-footer > img {
    margin-bottom: 30px !important
}

.back-to-top {
    display: block;
    width: 4rem;
    height: 4rem;
    color: #fff;
    border-radius: 50%
}



.icons p {
    display: flex;
    align-items: center
}

.icons img {
    width: 25px;
    margin-right: 10px
}



.sub-footer img, .sub-footer a {
    margin: 0 auto
}

.sub-footer > img {
    margin-bottom: 30px !important
}



.rPanelGrid .rPanelGrid-row > div {
    padding: 40px
}

.rPanelGrid.rPanelGrid_showroom {
    text-align: center
}

@media screen and (max-width: 800px) {
    .rPanelGrid.rPanelGrid_showroom .icons > p {
        justify-content: center
    }
    .rPanelGrid-row.battengerg-row__reverse  h2 {text-align: left !important;}

    .rPanelGrid .rPanelGrid-row > div {
        padding: 40px 0;
    }
}

@media screen and (min-width: 800px) {
    .rPanelGrid {
        margin-bottom: 80px
    }

    .rPanelGrid .rPanelGrid-row {
        display: flex;
        align-items: center
    }

    .rPanelGrid .rPanelGrid-row > * {
        width: 50%;

    }

	.rPanelGrid-row h2 {text-align: left !important;}
    .rPanelGrid .rPanelGrid-row.battengerg-row__reverse {
        flex-direction: row-reverse;
        text-align: right !important
    }

    .rPanelGrid-row.battengerg-row__reverse  h2 {text-align: right !important;}
	.rolexShowroom  .rPanelGrid-row.battengerg-row__reverse  h2 {text-align: left !important;}
    .rPanelGrid.rPanelGrid_showroom {
        text-align: left !important
    }
}

.dividing-line__left {
    width: 30px
}

@media screen and (min-width: 800px) {
    .dividing-line__left {
        margin: auto 0 20px
    }
}

.quote-banner {
    padding: 5% 10%;
    background-size: cover;
    margin-bottom: 100px
}

.quote-banner blockquote {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-left: none !important;
    font-size: 15px;
    margin: 0
}

@media screen and (min-width: 800px) {
    .quote-banner blockquote {
        font-size: 21px
    }
}

.quote-banner blockquote cite {
    color: #fff;
    text-align: right
}

/* SHOWROOM PAGE */
.rolexShowroom h2 {font-size: 3.2rem;}
.rolexShowroom p {text-align: center; font-size: 2.4rem;}
.rolexShowroom .icon {display: inline-block; margin: 30px 10px 60px 10px}
	.rolexShowroom .icon img {width: 70px; height: auto; margin-right: 10px;}
	.rolexShowroom .icon span {display: none;}
.rolexShowroom .rPanelGrid-row {text-align: center;}


	/*SHOWROOM DESKTOP */
@media screen and (min-width: 800px) {
	.rolexShowroom .rPanelGrid p, .rolexShowroom .rPanelGrid h2, .rolexShowroom .rPanelGrid .divider {text-align: left;}
	.rolexShowroom .rPanelGrid .divider {margin-left: 0;}
	.rolexShowroom p {font-size: 1.6rem;}
	.rolexShowroom .icon {display: block; margin: 0px 0px 10px 0px}
	.rolexShowroom .icon.phone {margin-top: 60px;}

	.rolexShowroom .icon img {width: 35px; height: auto; margin-right: 10px;}
	.rolexShowroom .icon span {display: inline;}

}



/*Pie GENERICO*/
.pie-corner-rolex{
	    margin: 80px auto 80px;
        padding:  0 25%;
	}

.pie-corner-rolex h2 span{
    display: block;
    color: #767676;
    font-size: 19px;
    letter-spacing: 2px;
}


/* CONTACT LANDING PAGE */
	.icons .icon {margin: 10px; }
	.icons img {width: 45px; height: 45px;}
	.introWrap {
		padding: 60px 0px;
		width: 100%; display: block;
		background: #f8f8f8;
	}

	.contactPanel {padding: 60px 0px; text-align: center; max-width: 1000px; margin: auto;}
	.contactPanel .tab-pane {margin-top: 0px !important; padding-top: 0px !important;}
	#contactContentContainer {position: relative;  clear: both; }


	.contactBanner {width: 100%; margin-bottom: 60px; height: 260px; background-image: url("assets/rolex/contactBanner.jpg"); background-repeat: no-repeat; background-size: cover; background-position: top center;}
	.mapHeader {margin-bottom: 0px !important; }
	.mapHeader li {padding: 15px; cursor: pointer; opacity: 0.6; width: 50%;}
	.mapHeader li.active {opacity: 1; background: #f7f7f7;}
		.mapHeader li.active a { color:#127749;}
		.mapHeader li.active img {filter: invert(34%) sepia(20%) saturate(1794%) hue-rotate(102deg) brightness(98%) contrast(86%);}
	.mapHeader li:first-child {border-right: 1px solid #bdbdbd;}
	.mapHeader a {background: none !important; margin: 0 !important; padding: 0px !important; font-size: 1.2rem !important;}
	.mapHeader a img {margin-right: 10px;}
	.contactPanel .tab-pane {background: none !important;}
	#mapContainer, #map {height: 700px; width: 100%; z-index: 1;}
	.contactMapPanel {border: 1px solid #bdbdbd;}

	.store-details {display: none; width: 100%; z-index: 2;  background: #f8f8f8; border: 1px solid #e6e6e6; position: absolute; bottom: 0px;}
		.store-image {margin-bottom: 30px; display: none;}
		.store-details .divider {width: 25px; left: 0px; margin: 0 0 20px 0 }
	.store-details-header { padding: 0px 20px; margin-top: 65px;}
		.store-details-header p {color: #767676; font-size: 1rem; text-transform: uppercase; margin-bottom: 8px;}
			.store-details-header h3 {text-transform: uppercase; font-size: 1.4rem; margin-top: 0px;}
			.store-details-contact ul {padding: 0; margin: 0px; list-style-type: none;}
				.store-details-contact li {margin-bottom: 10px;}
			.store-details-contact img {width: 32px; height: 32px; margin-right: 20px;}
		.store-details-address, .store-details-contact {padding: 0px 20px;}
		.store-details-address { margin-bottom: 30px; }
	.close-store-details { position: absolute;text-align: center;  width: 50px; top: 0; right: 0; cursor: pointer}
	.icon_close { font-size: 4rem;  cursor: pointer}
	.icon_close:before { content: "x";  display: inline; line-height: 50px;}


	.listItemLinkWrap {width: 50%; float: left;display: block;}
	.listItem {text-align: left !important; padding: 30px;}
	.listItem h2 {text-align: left }
	.listItem .divider {margin-left: 0; width: 25px;}
	.listItem .telephone {margin: 30px 0px;}
	.moreDetails {text-transform: uppercase; text-decoration: underline;}
	.listItem:hover {background: #f8f8f8;}

	.contactForm {width: 80%; max-width: 620px; margin: auto; }
	.contactForm .form-group {position: relative;}
	.contactForm #email {display: none;}

.single-store-details {
	text-align: center;
	background: #f8f8f8;
	padding: 30px;
}

.single-store-details .store-details-address p {font-size: 1.6rem;}
.single-store-details .divider {width: 25px; margin: 16px auto;}
.single-store-details h2 {text-align: center;}

.single-store-details .store-details-contact li {display: inline-block;}
.single-store-details .store-details-contact span {display: none;}
.rolexContactStore #map {height: 400px;}
.rolexContactStore .introWrap {background: none; padding: 0px;}
.store-details-contact ul {padding-bottom: 50px}
.store-details-contact li {display: inline-block; margin-left: 25px;}
.store-details-contact li img+span {display: none;}
.rolexContactStore #map {display: block; height: 500px; position: relative; top: 0px; right: 0px;}
				.store-details-contact img {width: 70px; height: 70px;}
				.contactIcons img {width: 70px; height: 70px;}

	/*CONTACT DESKTOP */
@media screen and (min-width: 800px) {
		.contactMapPanel {border: none;}

	.close-store-details { position: absolute;text-align: center;  width: 30px; top: 0; right: 0; background: #000; color: #fff;cursor: pointer}
	.icon_close { font-size: 2rem;  cursor: pointer}
	.icon_close:before { content: "x";  display: inline; line-height: 30px;}


	.icons .icon {margin: 25px; }
	.mapHeader {border: none;}
		.mapHeader li {width: auto;}
	.mapHeader li.active {background: none;}

	.store-details {position: absolute; top: -1px; left: 0px; background: #f8f8f8; width: 300px; height: calc(100% + 1px); text-align: left; display: none;}
	.store-details-header { padding: 0px 20px; margin-top: 0px;}
.store-image {display: block;}
.single-store-details {width: 50%; display: inline-block; position: absolute; top: 0px; left: 0px; height: 500px; text-align: left;}
.single-store-details h2 {text-align: left;}
.single-store-details .divider {width: 25px; left: 0px; margin: 0 0 20px 0}
.single-store-details .store-details-address p {font-size: 1.6rem;}
.store-details-contact ul {padding-bottom: 0px}

.store-details-contact li {display: block;}
.store-details-contact li img+span {display: inline;}

.rolexContactStore #map {width: 50%; display: inline-block; height: 500px; position: absolute; top: 0px; right: 0px;}
.rolexContactStore #contactStoreContainer {height: 500px;background: #f8f8f8; vertical-align: top; position: relative;}
.single-store-details .store-details-contact li {display: block; cursor: pointer;}
.single-store-details .store-details-contact span {display: inline;}
			.store-details-contact img {width: 34px; height: 34px; margin-right: 10px;}
				.contactIcons img {width: 34px; height: 34px;}

.rolexContactStore .contactPanel {max-width: 100%;}

}
/* Estilos para New Collections 2024 */
.textFoto{
    text-transform: none;
    font-size: 20px !important;
    font-weight: 700
}
.textFotoSelected {
    color: #127749;
}
#selected {
    color: #9BF9CE !important;
}
#selected2 {
    color: #127749;
    font-weight: 700;
}
#seelcted2 a:hover {
    cursor: none;
}

}
