@charset "UTF-8";       /* Establece la codificación de la hoja de estilos a Unicode UTF-8 */
/** start:Imports **/
@import url("./normalize.css");
@import url("./fonts.css");
/** end:Imports **/

/** start:Elements Nikon **/
/* start:Element	 ---------------------------------------------------------*/
body{ font-family: 'OpenSans',sans-serif; }

a { text-decoration: none; font-weight: 600; outline:0;}
a:hover, a:focus { text-decoration: none; outline:0;}
img{ width: auto; display: block; margin: 0px auto; max-width: 100%;}

.text-bold { font-weight: 700;}
.text-line-through { text-decoration: line-through;}
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.text-italic { font-style: italic;}

p { margin-bottom: 0; font-weight: 400; color: #000; letter-spacing: 0; font-size: 15px; line-height: 26px;}
.p-lg { font-size: 18px; line-height: 30px;}
.p-xs { font-size: 13px; line-height: 24px;}


.font-weight-light {font-weight: 300 !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-sbold {font-weight: 600 !important;}
.font-weight-bold {font-weight: 700 !important;}
  
/* end:Element	 -------------------------------*/

/* start:Titles	 ---------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 10px; margin-top: 0; font-weight: 300; color: #000;}
.h1,h1{ font-size:55px; line-height:60px;}
.h2,h2{ font-size:40px; line-height:45px;}
.h3,h3{ font-size:30px; line-height:35px;}
.h4,h4{ font-size:25px; line-height:30px;}
.h5,h5{ font-size:18px; line-height:25px; font-weight:400}

@media (max-width: 767px) {
	h1, .h1 { font-size: 42px; line-height: 50px;}
	h2, .h2 { font-size: 30px; line-height: 35px;}
	h3, .h3 { font-size: 25px; line-height: 30px;}
	h4, .h4 { font-size: 19px; line-height: 25px;}
	h5, .h5 { font-size: 17px; line-height: 22px;}
}

@media (max-width: 767px) {
	.text-left-xs { text-align: left; }
	.text-right-xs { text-align: right; }
	.text-center-xs { text-align: center; }
}
/* end:Titles   -------------------------------*/

/* start:color text	 ---------------------------------------------------------*/
.text-white { color: #fff !important;}
.text-primary { color: #f0d004 !important;}
a.text-primary:hover, a.text-primary:focus { color: #dab603 !important;}
.text-secondary {color: #6c757d !important;}
a.text-secondary:hover, a.text-secondary:focus { color: #494f54 !important;}
.text-success { color: #28a745 !important;}
a.text-success:hover, a.text-success:focus { color: #19692c !important;}
.text-info { color: #17a2b8 !important;}
a.text-info:hover, a.text-info:focus { color: #0f6674 !important;}
.text-warning { color: #ffc107 !important;}
a.text-warning:hover, a.text-warning:focus { color: #ba8b00 !important;}
.text-danger { color: #dc3545 !important;}
a.text-danger:hover, a.text-danger:focus { color: #a71d2a !important;}
.text-light { color: #f8f9fa !important;}
a.text-light:hover, a.text-light:focus { color: #cbd3da !important;}
.text-dark { color: #343a40 !important;}
a.text-dark:hover, a.text-dark:focus { color: #121416 !important;}
.text-body { color: #000000 !important;}
.text-muted { color: #cccccc !important;}
/* end:color text	 -------------------------------*/

/* start: background text	 ---------------------------------------------------------*/
.bg-primary{ background-color:#fd0!important}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{ background-color:#dab603!important}
.bg-secondary{ background-color:#000!important}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover{ background-color:#121416!important}
.bg-success{ background-color:#28a745!important}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover{ background-color:#1e7e34!important}
.bg-warning{ background-color:#ffc107!important}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover{ background-color:#d39e00!important}
.bg-danger{ background-color:#dc3545!important}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover{ background-color:#bd2130!important}
.bg-light{ background-color:#f6f6f6!important}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover{ background-color:#dae0e5!important}
.bg-dark{ background-color:#303030!important}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover{ background-color:#1e1e1e!important}
.bg-white{ background-color:#fff!important}
/* end: background text	 -------------------------------*/

/* start: buttons	 ---------------------------------------------------------*/
.btn{ cursor: pointer; text-transform:uppercase; font-weight:600; letter-spacing:.2em; border-radius:40px; font-size:13px; padding:8px 30px;}
.btn-lg{ font-size:14px; padding:16px 40px; border-radius:40px;}
.btn-sm{ font-size:12px; padding:5px 25px; border-radius:45px;}
.btn-primary{ color:#000; background-color:#fd0; border-color:#fd0;}
.btn-primary:hover{ color:#000; background-color:#ffd200; border-color:#ffd200;}
.btn-primary.focus, .btn-primary:focus{ box-shadow:none!important;}
.btn-primary.disabled, .btn-primary:disabled{color: #f8f9fa;background-color: #7e7e7ea1;border-color: #49505700;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{ color:#000; background-color:#fd0; border-color:#fd0;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{ box-shadow:none!important;}
.btn-secondary{color:#fff;background-color:#000;border-color:#000;}
.btn-secondary:hover{color:#fff;background-color:#303030;border-color:#303030;}
.btn-secondary.focus, .btn-secondary:focus{box-shadow:none!important;}
.btn-secondary.disabled, .btn-secondary:disabled{color:#fff;background-color:#303030; border-color:#303030;}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{ color:#fff; background-color:#303030; border-color:#303030;}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{ box-shadow:none!important;}
.btn-outline-primary{color:#fd0;border-color:#fd0;}
.btn-outline-primary:hover{color:#fff;background-color:#fd0;border-color:#fd0;}
.btn-outline-primary.focus, .btn-outline-primary:focus{box-shadow:none!important;}
.btn-outline-primary.disabled, .btn-outline-primary:disabled{color:#fd0;background-color:transparent;}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{ color:#000; background-color:#fd0; border-color:#fd0;}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus{ box-shadow:none!important;}
.btn-outline-secondary{color:#000;border-color:#000;}
.btn-outline-secondary:hover{color:#fff;background-color:#000;border-color:#000;}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{ box-shadow:none!important;}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled{ color:#000; background-color:transparent;}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{ color:#fff; background-color:#000; border-color:#000;}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus{ box-shadow:none!important;}
/* end: buttons	 -------------------------------*/

/* start: card	 ---------------------------------------------------------*/
.card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: none !important; border-radius: 0px;}
.card-img-top { width: 100%; border-top-left-radius: 0px; border-top-right-radius: 0px;}
/* end: card	 -------------------------------*/

/* start: forms	 ---------------------------------------------------------*/
.form-control { display: block; width: 100%; height: 55px; padding: 7px; font-size: 15px; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border-top: none!important; border-bottom: 1px solid #cccccc; border-right: none!important; border-left: none!important; border-radius: 0px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.form-control:focus { color: #000000; background-color: #fff; border-bottom-color: #ffdd00; outline: 0; box-shadow: none!important;}
select.form-control:focus { color: #000000; background-color: #fff; border-top: 1px solid #ffdd00; outline: 0; box-shadow: none!important;}
.checkbox, .radio { display: none;}
.checkbox-custom, .radio-custom, .label {display: inline-block;vertical-align: middle !important;cursor: pointer;}
.checkbox-custom, .radio-custom { width: 20px; height: 20px; border: 2px solid rgba(0,0,0,.2); border-radius: 2px; position: relative; opacity: 1 !important;}
.checkbox-custom i {opacity: 0 !important;}
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.checkbox:checked+.checkbox-custom { background: #ffdd00; border-color: #ffdd00;}
.checkbox-custom, .radio-custom, .label { display: inline-block; vertical-align: middle !important; cursor: pointer;}
.checkbox-custom, .radio-custom { width: 20px; height: 20px; border: 1px solid rgba(0,0,0,.2); border-radius: 2px; position: relative; opacity: 1 !important;}
.checkbox:checked+.checkbox-custom i { content: ""; display: block; position: absolute; opacity: 1 !important; top: 1px; right: 0; bottom: 0; left: 1px; color: #fff; font-size: 15px; font-weight: 600; line-height: normal;}
.radio:checked+.radio-custom { border-color: #ffdd00;}
.radio-custom, .radio:checked+.radio-custom::before { border-radius: 50%;}
.radio-custom, .radio:checked+.radio-custom::before { border-radius: 50%;}
.radio:checked+.radio-custom::before {content: " ";display: block;position: absolute;top: 3px;right: 3px;bottom: 3px;left: 3px;background: #ffdd00;border-radius: 5px;}
/* end: forms	 -------------------------------*/

/* start: Modal	 ---------------------------------------------------------*/
.modal-header { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; padding: 1rem 1rem; border: none!important;}
.modal-header .close { float: right; font-size: 35px; font-weight: 300; line-height: 1; color: #000; text-shadow: none; opacity: 1;}
.modal-content { position: relative; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: none!important; border-radius: 0px; outline: 0;}
.modal-content button.close {z-index: 3; ;font-size: 35px;font-weight: 300;line-height: 1;color: #000;text-shadow: none;opacity: 1;position: absolute;right: 20px;top: 10px;}
.modal-footer { display: block; -webkit-box-pack: normal; -ms-flex-pack: normal; justify-content: normal; padding: 3rem; padding-top: 30px; border: none!important;}

/* Modal Right Y Left  */
.modal.left .modal-dialog,
.modal.right .modal-dialog {position: fixed;margin: auto;width: 480px;max-width: none;height: 100%;-webkit-transform: translate3d(0%, 0, 0);-ms-transform: translate3d(0%, 0, 0);transform: translate3d(0%, 0, 0);}

.modal.left .modal-content,
.modal.right .modal-content {height: 100%;overflow-y: auto;padding: 0px 50px;}

.modal.left .modal-body, .modal.right .modal-body {padding: 0px 0px 80px;}

/*Left*/
.modal.left.fade .modal-dialog{ left: -320px; -webkit-transition: opacity 0.3s linear, left 0.3s ease-out; -o-transition: opacity 0.3s linear, left 0.3s ease-out; transition: opacity 0.3s linear, left 0.3s ease-out;}
.modal.left.fade.show .modal-dialog{ left: 0;}

/*Right*/
.modal.right.fade .modal-dialog { right: -320px; -webkit-transition: opacity 0.3s linear, right 0.3s ease-out; -o-transition: opacity 0.3s linear, right 0.3s ease-out; transition: opacity 0.3s linear, right 0.3s ease-out;}
.modal.right.fade.show .modal-dialog { right: 0; }

/* ----- MODAL STYLE ----- */
.modal-content { border-radius: 0; border: none;}
.modal-header { border-bottom-color: #EEEEEE; background-color: #FAFAFA;}
.modal.right .modal-header .close {position: absolute;right: 20px;top: 20px;}
.modal.left .modal-content, .modal.right .modal-content .modal-header {
    background: none;
    padding: 100px 0px 0px;
    padding-bottom: 40px;
}
/* end: modal	-------------------------------*/
/** end:Elements Nikon **/


/** HEADER **/
/* start: Menu	 ---------------------------------------------------------*/
.header .menu {
    height: 105px;
}

.header .menu .navbar{
    top: 0px;
    position: fixed;
    width: 100%;
    padding-left: 27px;
    height: 105px;
    padding-right: 27px;
    background: #fff;
    padding-bottom: 0px;
    transition: 1s all;
    z-index: 9;
}

.header .menu .navbar-brand{
    margin-right: 0px;
}
.header .menu .nav-link {
    padding-bottom: 8px;
}

.header .menu .nav-logo {
    position: absolute;
}

.header .menu .nav-logo .logo-n{
    width: 78px;
    height: 66px;
    min-width: 78px;
    min-height: 66px;
    transition: 1s all;
}

.header .menu .logo-udenio{
    position: absolute;
    right: 31px;
    top: 64px;
    transition: 1s top;
}

.header .menu .rules-master {
    max-width: 1200px;

    width: 100%;
    margin: 0px auto;
}

.header .menu .icons-nav{
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 63px;
    transition: 1s all;
}

.header .menu .icons-nav .fondo-login {
    position: absolute;
    width: 180px;
    right: 35px;
    top: 37px;
    display: flex;
    font-size: 13px;
    flex-direction: column;
    padding: 25px 20px 20px;
    background-image: url("../images/master/bg-header.png");
}

.header .menu .icons-nav .fondo-login a {
    font-weight: 300;
    color: #000;
}

.header .menu .icons-nav .fondo-login .hr {
    height: 1px;
    width: 100%;
    background: #dddddd;
    margin: 12px 0px;
}

.header .menu .icons-nav .icon {
    cursor: pointer;
    margin-right: 15px;
}
.header .menu .logo-udenio img {
    width: 74px;
    height: 17px;
}

.header .menu .icons-nav .icon > img {
    height: 27px;
    width: 27px;
}

.header .menu .content-icons {
    position: absolute;
    right: 123px;
    top: 19px;
}

.header .menu a.nav-link {
    padding-right: 18px;
}

.header .menu a.nav-link span {
    font-weight: 400;
    font-size: 14px;
	letter-spacing: 0.05em;
}

.header .menu .list-nav {
    margin-top: 54px !important;
    transition: 1s all;
}

.header .menu .nav-item{
    transform: inherit;
    height: 100%;
}

.header .menu .m-traslate{
    transform: inherit;
    height: 100%;
    opacity: 1;
}

.header .menu [data-menu="1"]{ transition: transform 0.1s,height 0.1s ,opacity 0.1s;}
.header .menu [data-menu="2"]{ transition: transform 0.2s,height 0.2s ,opacity 0.2s; }
.header .menu [data-menu="3"]{ transition: transform 0.3s,height 0.3s ,opacity 0.3s }
.header .menu [data-menu="4"]{ transition: transform 0.4s,height 0.4s ,opacity 0.4s; }
.header .menu [data-menu="5"]{ transition: transform 0.5s,height 0.5s ,opacity 0.5s; }
.header .menu [data-menu="6"]{ transition: transform 0.6s,height 0.6s ,opacity 0.6s; }
.header .menu [data-menu="7"]{ transition: transform 0.7s,height 0.7s ,opacity 0.7s; }
.header .menu [data-menu="8"]{ transition: transform 0.8s,height 0.8s ,opacity 0.8s; }
.header .menu [data-menu="9"]{ transition: transform 0.9s,height 0.9s ,opacity 0.9s; }

.header .menu .active[data-menu="1"],
.header .menu .active[data-menu="2"],
.header .menu .active[data-menu="3"],
.header .menu .active[data-menu="4"],
.header .menu .active[data-menu="5"],
.header .menu .active[data-menu="6"],
.header .menu .active[data-menu="7"],
.header .menu .active[data-menu="8"],
.header .menu .active[data-menu="9"]{
    height: 0%;
    transform: scale(0);
    opacity: 0;
}

.header .menu .deploy .content-nav {
    display: none;
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0px;
    top: 104px;
    background: #f6f6f6;
    transition: 1s top;
    opacity: 0;
    /* transition: opacity 5s; */
    /* -webkit-transition: opacity 5s; */
}
.header .menu.desktop.nav-small .content-nav {
    top: 76px;
}

.header .menu .deploy .content-nav  {
    display: none ;
    opacity: 1;
}

.header .menu .sub-nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
    max-width: 1200px;
    margin: 0px auto;
}

.header .menu .buscar_c {
    position: absolute;
    left: 50%;
    margin-left: -210px;
    width: 420px;
}

.header .menu.desktop .buscar_c {
    bottom: 8px;
}

.header .menu .buscar_c .cerrar_search {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    background-image: url(../images/master/x-buscar.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header .menu .buscar_c .buscador_i {
    background: url(../images/master/i-search.svg) 4px center no-repeat transparent;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 6px 0px 6px;
    padding-left: 40px;
    width: 100%;
    height: 40px;
    background-size: 24px;
}

.header .menu .buscar_c .result {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.header .menu .buscar_c .result .list-group .list-group-item {
    border: none;
    padding: .45rem 1.75rem;
}

.header .menu .buscar_c .result .list-group {border-radius: 45px;display: /*block;height: 200px;*/}
.header .menu  .buscador_i:focus {
    outline: none;
    border-color: #ffdd00;
}

.header .menu .deploy .nav-section {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.header .menu .deploy.nav-section .nav-title {
    font-size: 16px;
    margin-bottom: 25px;
}

.header .menu .deploy .nav-section .nav-subtitle {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding-top: 7px;
}

.header .menu .deploy .nav-section .nav-subtitle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.header .menu .deploy .sub-nav .nav-section .nav-image {
    margin-bottom: 20px;
    max-height: 74px;
}

.header .menu .deploy .sub-nav .nav-section .nav-title {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.header .menu .deploy .sub-nav .nav-section a {
    color: #212529;
    display: block;
    font-weight: normal;
}

.cart_cant {
	position:absolute; 
	z-index:2; width:17px; 
	height:17px; 
	background-color:#F00; 
	margin-left:23px; 
	border-radius: 10px;
	text-align:center;
	font-size:10px; 
	color:#FFFFFF;
}


/****** MENU SMALL *****/
.header .menu.desktop.nav-small .nav-logo .logo-n {
    width: 52px;
    height: 44px;
    min-width: auto;
    min-height: auto;
}


.header .menu.desktop.nav-small .list-nav {
    margin-top: 10px !important;
}

.header .menu.desktop.nav-small .icons-nav {
    top: 25px;
}

.header .menu.desktop.nav-small .logo-udenio {
    top: 33px;
}
.header .menu.desktop.nav-small {
    height: 60px;
}

.header .menu.desktop.nav-small .navbar {
    height: 76px;
    padding: 0px 27px;
}
.header .menu.desktop.nav-small .nav-link {
    height: 50px;
}

.header .menu.desktop.nav-small .list-nav {
    margin-top: 25px !important;
}
/****** end MENU SMALL *****/
/* end: menu	-------------------------------*/

/** FOOTER **/
/* start: FOOTER 	 ---------------------------------------------------------*/
.contenedor-footer .footer{
    height: 193px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contenedor-footer .whatsapp{
	background-color:#FFFFFF; 
	padding-top:30px;
	padding-bottom:30px;
}
.contenedor-footer .whatsapp_container{
	display:flex; 
	justify-content: center;
}
.contenedor-footer .whatsapp_item1{
	width:250px; 
	margin-right:60px;
}
.contenedor-footer .whatsapp_item2{
	width:250px; 
}

.contenedor-footer .copyright{
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 62px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;

}

.contenedor-footer .terminos a{
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
}
.contenedor-footer .logo_nikon {
    display: block;
    padding-left: 50px;
}

.contenedor-footer .terminos {
    color: #555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 97px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    margin-top: 15px;
    text-align: center;
}

.contenedor-footer .logo_udenio {
    display: block;
    padding-right: 50px;
}

.contenedor-footer .logo_nikon img {
    width: 78px;
    height: 66px;
    max-width: 78px;
    max-height: 66px;
}

.contenedor-footer .logo_udenio img {
    width: 120px;
    height: 50px;
    max-width: 120px;
    max-height: 50px;
	margin-top:16px;
}

.contenedor-footer .linea1 .info-contacto{
    margin: 0 auto;
    padding: 0px 20px;
}
.contenedor-footer .linea1 .info-contacto .titulo{
    font-size: 25px;
    color: #000;
}
.contenedor-footer .linea1 .info-contacto .titulo span{
    display: block;
    width: 140px;
    margin: 0px auto;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 13px;
}

.contenedor-footer .linea1 .info-contacto  p{
    font-size: 13px;
    color: #000;
    line-height: 22px;
}
.contenedor-footer .linea1 .info-contacto .chat_f {
    margin-top: 21px;
}

.contenedor-footer .linea1 .info-contacto p a {
    color: #000;
    font-weight: inherit;
}

.contenedor-footer .linea1 {
    background-color: #f6f6f6;
    width: 100%;
    max-width: 1200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
    margin: 0 auto;
    flex-wrap: wrap;
}


.contenedor-footer .cont-linea1{
    background-color: #f6f6f6;
    width: 100%;
}
.contenedor-footer .cont-linea2{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contenedor-footer .linea2 .info-contacto{
    margin: 0 auto;
    padding: 0px 20px;
}

.contenedor-footer .linea2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    flex-wrap: wrap;
}


.contenedor-footer .linea2 li{
    list-style: none;
}
.contenedor-footer .linea2 a{
    color: #444444;
    font-size: 13px;
    font-weight: 400;
}
.contenedor-footer .linea2 span.titulo{
    color: #444444;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 300;
}
.contenedor-footer .linea2 ul {
    margin-left: -40px;
    padding-top: 13px;
}

.contenedor-footer .redes-icon{
    background-color: #f6f6f6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;

}
.contenedor-footer .redes-icon img{
    margin: 8px;
    width: 32px;
    height: 32px;
}

.contenedor-footer .newsletter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*height: 292px;*/
	padding-top:20px;
	padding-bottom:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.contenedor-footer .newsletter span.titulo {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
	margin-top: 10px;
}

.contenedor-footer .newsletter span.contenido {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
}

.contenedor-footer .form-newsletter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contenedor-footer .form-control{
    color: #fff;
    text-align: center;
}

.contenedor-footer input.btn.btn-primary {
    margin: 19px auto;
}

.contenedor-footer input.form-control.bg-secondary:focus{
    color: #fff;

}
.contenedor-footer input.form-control.bg-secondary{
    width: 300px;
}

.contenedor-footer span.barra {
    display: inline-block;
    /* font-size: 17px; */
    line-height: 15px;
    margin: 0px 5px;
}

.contenedor-footer .cont-footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* end: FOOTER 	-------------------------------*/


/** Globales **/
/* start: Globales 	 ---------------------------------------------------------*/
.slick-dotted.slick-slider{
    margin: 0px;
}

.conten-max {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.zoom-image{
    /* Aumentamos la anchura y altura durante 2 segundos */
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, -moz-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s,-o-transform 1s;
}
.zoom-image.active{
    /* tranformamos el elemento al pasar el mouse por encima al doble de
       su tamaÃƒÂ±o con scale(2). */
    transform : scale(1.15);
    -moz-transform : scale(1.15);      /* Firefox */
    -webkit-transform : scale(1.15);   /* Chrome - Safari */
    -o-transform : scale(1.15);        /* Opera */
}
/* end: card	-------------------------------*/

.conten-banner .banner {
    padding: 0px;
    position: relative;
}

.conten-banner .banner .content-informacion {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.conten-banner .banner .content-informacion .informacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 413px;
    color: #fff;
    margin: 0px auto;
}
.conten-banner .banner .content-informacion .informacion .modelo{
    display: block;
    margin-bottom: 15px;
}
.conten-banner .banner .content-informacion .informacion .titulo{
    display: block;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 5px;
}

.boton-conten {
    flex: 1 50%;
}

.swal-button-container button {
    color: #000;
    background-color: #fd0;
    border-color: #fd0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2em;
    border-radius: 40px;
    font-size: 13px;
    padding: 8px 30px;
}

.swal-button:not([disabled]):hover {
    background-color: #fd0;
}

.swal-button:focus{
    box-shadow: none;
}

.swal-footer {
    text-align: center;
    padding: 9px 15px 25px 15px;
}

.swal-title {
    color: #000000;
    font-weight: 300;
}

.swal-text {
    color: #000000;
    font-size: 14px;
	 text-align: center;
}

.swal-icon--error {
    border-color: #ed1b24;
}

.swal-icon--error__line {
    background-color: #ed1b24 !important;
}
/* end: globales 	-------------------------------*/


/** Media Queries  **/
/* start: Resolution <= 1548px 	 ---------------------------------------------------------*/
@media all and (max-width: 1548px) {
    .header .menu .icons-nav{
        position: absolute;
        right: 119px;
        top: 61px;
        margin: 0px;
    }

}
/* end: Resolution <= 1548px	-------------------------------*/

/* start: Resolution <= 1430px 	 ---------------------------------------------------------*/
@media all and (max-width: 1430px) {
    .header .menu .nav-logo{
        position: static;
        padding-right: 20px;
        margin-top: -10px;
    }
    .header .menu .rules-master{
        margin: 0px auto 0px 0px;
    }
}
/* end: Resolution <= 1430px	-------------------------------*/

/* start: Resolution <= 991px 	 ---------------------------------------------------------*/
@media all and (max-width: 991px) {
	
	.contenedor-footer .whatsapp_container{
		display:block; 
		/*justify-content: center;*/
	}
	.contenedor-footer .whatsapp_item1{
		width:250px;
		margin-left:auto; 
		margin-right:auto;
		margin-bottom:30px;
	}
	.contenedor-footer .whatsapp_item2{
		width:250px; 
		margin-left:auto; 
		margin-right:auto;
	}

    .modal.left .modal-dialog,
    /* .modal.right .modal-dialog {width: 50%;} */

    .header .menu .logo-udenio{
        display: none;
    }
    .header .menu {
    	height: 96px;
	}

    .header .slick-next {
        right: 20px !important
    }

    .header .slick-prev {
        left: 20px !important
    }

    .header .menu .navbar-brand{
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -31.5px;
    }
    .navbar-light .navbar-toggler{
        border:none;
        padding: 0px;
    }
    .header .menu .nav-logo .logo-n {
        width: 57px;
        height: 49px;
        min-width: 57px;
        min-height: 49px;
    }

    .header .menu .navbar {
        height: 96px;
    }

    .navbar-light .navbar-toggler {
        margin-top: 7px;
    }
    .header .menu .navbar-light button[aria-expanded="true"] .navbar-toggler-icon{
        background-image: url("../images/master/btn-menu-mobile-cerrar.png");
        background-repeat: none;
    }
    .header .menu .navbar-light button[aria-expanded="false"] .navbar-toggler-icon{
        background-image: url("../images/master/btn-menu-mobile.png");
        background-size: 27px;
        background-repeat: none;
    }
    .header .menu .navbar-light .navbar-toggler:focus {
        outline: none;
    }

    .header .menu .buscar_c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f6f6f6;
        padding: 17px 0px;
        position: static;
        width: 100%;
        margin: 0px auto;
        display: block !important;
    }

    .header .menu .buscar_c .buscador_i {
        width: 80%;
        margin: 0px auto;
    }
    .header .menu .buscar_c .cerrar_search {
        display: none;
    }

    .header .menu .icons-nav{
        position: absolute;
        right: 75px;
        top: 41px;
        margin: 0px;
    }

    .header .menu .icons-nav .search {
        display: none;
    }
    .header .menu .deploy .content-nav {
        position: relative;
        top: 0px;
        background: none;
        padding: 0px;
    }
    .header .menu .deploy {
        background: url(../images/home/flecha-abajo.png) 96% 12px no-repeat;
    }
    .header .menu .deploy.down{
        background: url(../images/home/flecha-arriba.png) 96% 12px no-repeat;
    }

    .header .menu .nav-section {
        background: url(../images/home/flecha-abajo.png) 96% 12px no-repeat;
    }
    .header .menu .nav-section.down{
        background: url(../images/home/flecha-arriba.png) 96% 12px no-repeat;
    }

    .header .menu .deploy .nav-item {
        cursor: pointer;
    }

    .header .menu .sub-nav {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header .menu .list-nav {
        margin: 0px !important;
    }
    .header .menu .deploy .sub-nav .nav-section .nav-image {
        display: none;
    }
    .header .menu .nav-item {
        border-top: 1px solid #dcdcdc;
        padding: 0px;
    }

    .header .menu .deploy .nav-section {
        border-top: 1px solid #dcdcdc;
        padding: 7px 0px 4px;
    }

    .header .menu .rules-master {
        margin: 0px auto;
        position: absolute;
        padding: 0px 0px;
        top: 96px;
        background: #fff;
        width: 40%;
        right: 0px;
    }


    .header .menu a.nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header .menu .deploy .nav-section .nav-subtitle {
        margin: 0px 30px;
        margin-bottom: 6px;
    }

    .header .menu .deploy .sub-nav .nav-section .nav-title {
        margin: 0px 20px;
        margin-bottom: 4px;
        cursor: pointer;
    }
    .header .menu .deploy .sub-nav .nav-section .list-hide{
        display: none;
    }
    .contenedor-footer .linea1 {
        padding: 20px 10px;
    }

    .contenedor-footer .linea1 .info-contacto {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .contenedor-footer .linea1 .info-contacto .titulo {
        font-size: 18px;
        cursor: pointer;
    }

    .contenedor-footer .linea1 .info-contacto p {
        display: none;
        font-weight: 300;
    }
    .contenedor-footer .linea1 .info-contacto:last-child .titulo {
        margin-bottom: 11px;
    }

    .contenedor-footer .linea1 .info-contacto .titulo span {
        width: auto;
        font-weight: 300;
    }

    .contenedor-footer .linea1 .drop-down-footer {
        background: url(../images/home/flecha-abajo.png) 96% 12px no-repeat;
    }

    .contenedor-footer .linea1 .drop-down-footer.down {
        background: url(../images/home/flecha-arriba.png) 96% 12px no-repeat;
    }
    .contenedor-footer .linea1 .info-contacto .titulo .chat_online {
        margin-bottom: 11px;
        display: block;
    }
    
    .contenedor-footer .linea1 .drop-down-footer span.btn {
        display: none;
    }
    
    .contenedor-footer .linea2 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
    }

    .contenedor-footer .linea2 .info-contacto {
        width: 100%;
        text-align: left;
        cursor: pointer;
        margin-bottom:15px;
    }
    .contenedor-footer .linea2 ul{display: none;}

    .contenedor-footer .linea2 .drop-down-footer.down {
        background: url(../images/home/flecha-arriba.png) 96% 12px no-repeat;
    }

    .contenedor-footer .linea2 .drop-down-footer {
        background: url(../images/home/flecha-abajo.png) 96% 12px no-repeat;
    }

    .contenedor-footer span.barra {
        display: none;
    }

    .contenedor-footer .terminos a {
        display: block;
        margin-bottom: 6px;
    }

    .contenedor-footer .terminos {flex-direction: column;border-top: 1px solid #cccccc;margin-top: 0px;padding-top: 30px;}

    .contenedor-footer .copyright {margin-top: 15px;}

    .contenedor-footer .footer {padding-top: 140px;padding-bottom: 30px;height: auto;}

    .contenedor-footer .cont-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contenedor-footer .logo_nikon {
        position: absolute;
        left: 30px;
        padding: 0px;
        top: 30px;
    }

    .contenedor-footer .logo_udenio {
        position: absolute;
        right: 30px;
        padding: 0px;
        top: 55px;
    }
}
/* end: Resolution <= 991px	-------------------------------*/

/* start: Resolution <= 600px 	 ---------------------------------------------------------*/
@media all and (max-width: 600px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {width: 100%;}

    .header .menu .rules-master {
        width: 100%;
        left: 0px;
        right: auto;
    }

    .contenedor-footer .newsletter span.titulo {
        font-size: 20px;
    }
    .contenedor-footer .newsletter span.contenido{
        font-size: 15px;
        margin-top: 15px;
    }

}
/* end: Resolution <= 600px	-------------------------------*/

/* start: Resolution <= 520px 	 ---------------------------------------------------------*/
@media all and (max-width: 520px) {
    .conten-banner .banner .content-informacion .informacion .titulo {
        font-size: 30px;
    }

    .conten-banner .banner .content-informacion .informacion {
        max-width: 300px;
    }
    
     .conten-banner .banner~.boton-abajo {
        width: 60px;
        bottom: -35px;
        margin-left: -30px;
    }
     .conten-banner .banner .boton-abajo {
        width: 60px;
        bottom: -35px;
        margin-left: -30px;
    }
}
/* end: Resolution <= 520px	-------------------------------*/

/* start: Resolution <= 400px 	 ----------------------*/
@media all and (max-width: 400px) {
    .contenedor-footer .linea1{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contenedor-footer .linea1 .info-contacto{
        margin-bottom: 40px;
    }
    .contenedor-footer .linea2 .info-contacto{
        margin-bottom: 40px;
    }

    .contenedor-footer .linea2{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* end: Resolution <= 400px	-------------------------------*/

