@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;1,600&display=swap');

*{
	font-family: 'raspoutine_classic';
}
h1, .h1, h4, .h4 {
    font-style: normal;
}
.d-block {
	display: block;
}
.offset-bottom-40 {
    padding-bottom: 40px;
}
.hidden {
    display: none;
}
#paquetes .item .product-body{
    min-height: 380px;
}
.product-categories {
    min-height: 132px;
}
.paq1 {
    background: #c0e3f1;
}
.paq2, .paq3, .paq4 {
    background: #7ac6e2;
}
.paq5 {
    background: #73c4f2;
}
.paq6, .paq7, .paq8 {
    background: #45aed4;
}
.item .product h6 small{
	color: #e8e8e8;
}
.item .product h4, .product .product-price-new{
	color: #fff;
}
.item .product h3 a{
    color: #000;
}
.item .product h3 a:hover{
	color: #d2a448;
}
.item .btn-primary,
.jumbotron-custom .btn-primary {
	background: #d2a448;
	border-color: #d2a448;
}
.item .btn-primary:hover{
	border-color: #fff;
}
.time-line-item-body{
	background-color: rgba(255,255,255,.9);
}
.time-line-item-body img{
	float: left;
	margin: 0 10px;
}
.time-line-item-body * + p{
	margin-top: 0px;
}
.product.paq7.size .product-price-new {
    font-size: 26px;
}
.page-footer a[href='mailto:#'], .page-footer a[href='callto:#'], .page-footer a {
    color: #000;
}
.text-slide {
    color: #19457d !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.65);
}
.text-slide-gold {
    color: #DAA520 !important;
}
.form-container {
    /*position: relative;
    display: block;*/
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    padding: 0 0px 15px;
    /*margin-top: 6%;*/
}
.form-container h3 {
    color: #FFF;
    /*font-size: 1.3em;*/
    background-color: #11204b;
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 20px 0;
    margin: 0 0 1em;
}
.form-container .form-group {
    display: block;
    width: 80%;
    margin: 15px auto;
}
.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="date"],
.form-container .select2-container--bootstrap .select2-selection,
.form-container textarea {
    background-color: #ebebe8;
    padding: 10px 5px;
    color: #000;
    border-radius: 10px;
}
.form-container .button {
    display: block;
    width: 48%;
    margin: 0 auto;
    background-color: #11204b;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.8em;
    border: 0;
}
/*.form-control {
    height: auto;
}*/
.form-control:focus {
    border-color: rgba(17,32,75,0.7);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(17,32,75,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(17,32,75,0.6);
}
.form-control::-webkit-input-placeholder {
    color: #000;
}
.form-control:-moz-placeholder {
    color: #000;
}
.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
#ui-to-top{
    display: none;
}
.product-single .product-thumbnails {
margin-top: 30px;
}
.text-center-0 {
    text-align: center !important;
    margin-bottom: 10px;
}
.selectors *{
    text-align: center !important;
}
.selectors input, .selectors select, .selectors textarea{
    text-align: left !important;
}
.selectors small{
    text-align: right !important;
}
.selectors .resp-tab-external-prev, .selectors .resp-tab-external-next{
    display: none;
}
.selectors .resp-tab-content-active .box-info-wrap{
    padding: 20px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before{
    font-family: 'FontAwesome';
    content: "\f107";
}
.hide {
  display: none;
}
.link-custom:after {
    content: "";
}
.blog-post-header.reporta{
    background-image: none;
    background-position: center bottom;
}
.blog-post-header.consulta{
    background-image: none;
    background-position: center 65%;
}
.blog-post-header.compra{
    background-image: none;
}
.blog-post-header.pagos{
    background-image: none;
    background-position: center 20%;
}
.select2-container--bootstrap .select2-selection--single {
    text-transform: initial;
}


/*==========================================*/
img{
    max-width: 100%;
}
.tab-selectors{
    padding-bottom: 30px;
}
.tab-selectors li{
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.tab-selectors li.active{
    color: #333;
    border-color: #11204b;
}
.tab-body{
    padding: 20px;
    display: none;
}
.tab-body.active{
    display: block;
}
#recuerdo2 button.btn{
    display: none;
}
.rec-area1,
.rec-area2{
    padding-top: 30px;
}
.rec-option{
    display: none;
}
.rec-option.active{
    display: block;
}
.rec-option input[type="radio"]{
    opacity: 0;
    position: absolute;
}
.rec-option input[type="radio"]+label{
    padding: 15px;
    box-sizing: border-box;
    border: 3px solid transparent;
}
.rec-option input[type="radio"]:checked+label{
    border-radius: 5px;
    border-color: #11204b;
}
.page-pack5 .resp-tabs-list .resp-tab-item{
    pointer-events: none;
}
.anillos-cont img{
    max-height: 200px;
}
.displayer-pack{
    display: none;
    margin-top: 50px;
    padding: 30px 15px 0;
    border-top: 2px solid #000;
}
.displayer-pack.active{
	display: block;
}
.displayer-pack h4{
    color: #000;
    text-transform: capitalize;
}
.displayer-pack .col-sm-6{
    /*float: none;*/
    text-align: center;
    vertical-align: top;
    padding-bottom: 30px;
    display: inline-block;
}
.displayer-pack ul,
.displayer-pack li{
    color: #000;
    padding-left: 0;
    list-style: none;
    text-transform: capitalize;
}
.displayer-pack .pack-image {
    width: 80px;
    height: 80px;
    display: block;
    margin: 10px auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.acabado-cont{
    display: none;
    padding-top: 30px;
}
.acabado-oro-rosa{
    display: none;
    padding-top: 30px;
}
.acabado-oro-amarillo{
    display: none;
    padding-top: 30px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #aaa!important;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #aaa!important;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #aaa!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:    #aaa!important;
}

.nota{
    margin-top:20px;
    background-color: #e1e1e1;
    padding: 10px;
    color:#BF3636
}

textarea[id*="redaccion"],
textarea[id="personalizada"]{
    display: none;
}
input[value="Celadium"]{
    width: 100%;
    color: #000;
    height: 40px;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    border-radius: 3px;
    pointer-events: none;
    letter-spacing: .1em;
    border: 1px solid #d5d4d2;
    text-align: center!important;
    padding: 11px 48px 11px 22px;
}
.form-control[disabled]{
	cursor: auto!important;
	background-color: rgba(4, 4, 4, 0.1)!important;
}
.form-control[disabled]::-webkit-scrollbar{
	display: none;
}
.cart-accordeon{
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.cart__form,
.cart__check{
    padding: 25px 40px;
    border: 2px solid #eee;
}

.cart-accordeon >li{
    display: none;
    padding-top: 45px;
}
.cart-accordeon >li.active{
    display: block;
}

.cart-accordeon .cart__products{
    padding-top: 0;
}
.cart-accordeon .cart__products .products__heading{
    padding: 25px 0px;
    background-color: #11204b;
}
.cart-accordeon .cart__products .products__heading p{
    color: #fff;
}
.cart-accordeon .cart__products .product-row{
    color: #333;
    margin-top: 0;
    font-size: 12px;
    align-items: center;
    padding: 20px 0 20px 50px;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}
.cart-accordeon .cart__products .product-row:nth-child(3){
    border-top: 2px solid #eee;
}
.cart-accordeon .cart__products .product-row:nth-last-child(2){
    border-bottom: 2px solid #eee;
}
.cart-accordeon .cart__products .product-row img{
    max-width: 90px;
}
.cart-accordeon .cart__products .product-row.pack-row{
    margin-top: 0;
    padding: 25px 0;
    padding-left: 0px;
    margin-top: 15px;
    background-color: #eee;
}
.cart-accordeon .cart__products .product-row .fa{
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
}
.cart-accordeon .cart__products .product-row .fa:hover{
    color: red;
}
.cart-accordeon .cart__products button,
.cart-accordeon .cart__form button,
.cart-accordeon .cart__check button{
    color: #fff;
    padding: 10px 5px;
    margin-left: 10px;
    background-color: #11204b;
    border: 1px solid #fff;
}
.cart-accordeon .cart__products button:hover,
.cart-accordeon .cart__form button:hover,
.cart-accordeon .cart__check button:hover{
    color: #11204b;
    border-color: #11204b;
    background-color: #fff;
}

.cart-accordeon .cart__form label{
    color: #000;
}
.cart-accordeon .cart__form input,
.cart-accordeon .cart__form input,
.cart-accordeon .cart__form select,
.cart-accordeon .cart__check input[data-conekta="card[name]"],
.cart-accordeon .cart__check input[data-conekta="card[number]"]{
    width: 100%;
    height: 40px;
    display: block;
}

.cart__check .payment-content{
    display: none;
}
.cart__check .payment-content.active{
    display: block;
}
.cart-accordeon .cart__check input{
    margin-bottom: 10px;
}
.cart__check input[type="radio"]{
    height: 15px;
}
.product .btn-primary {
    position: relative;
}
a.exhibidor-gratis::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 50px;
    height: 50px;
    background: url('../images/regalo_exhibidor.png');
        background-size: auto;
    background-size: contain;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

@media screen and (min-width: 768px) {
    .cart-accordeon{
        max-width: 90%;
    }
}

@media screen and (max-width: 991px){
    .tab-selectors{
        padding-top: 45px;
    }
    .offset-top-xs-20{
        margin-top: 20px;
    }
}

.page-content {
    background: rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/redox_01.png") repeat scroll 0% 0%;
    background-attachment: fixed;
}

.img-thumbnail2 {
    max-width: 120px;
}
.product-list-body {
    padding: 20px 0;
}
.product-list-right {
    top: 0;
}
.product-single .product > .image {
    height: 100%;
    min-height: 348px;
}
.product .additional {
    color: #44089c;
    color: #FFF;
    font-weight: 800;
    font-size: 15px;
}
.product-price-new .discount {
    margin-top: -8px;   
    display: block;
    font-size: 14px;
}
.product-price-new {
    min-height: 75px;
}
.review-info {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}
.review-info > li > i {
    width: 80px;
    display: inline-block;
    font-weight: 800;
}
.review-head {
    text-align: center;
    padding: 20px;
}
a.mailto {
    font-family: 'raspoutine_classic' !important;
}
.campus-table {
    display: none;
}
.campus-table .campus-head + .col-sm-6 {
    padding: 7px 15px 0;
}
.campus-table .campus-head {
    background-color: #102560;
    padding: 22px;
    margin-bottom: 2px;
}
.campus-table .campus-head h6,
.campus-table .campus-head small {
    color: #FFF;
}
.card-errors {
    color: red;
}
.btn-center {
    margin-left: auto;
    margin-right: auto;
}


@media (min-width:768px) {
    .item.col-sm-6.col-md-3 {
        padding: 0;
    }
    .product .product-body {
        margin-top: 0px;
    }
}

.product {
    min-height: 500px;
}
.product-price-new > .additionals {
    margin: 24px 0;
    min-height: 105px;
}
.product-price-new > span {
    display:block;
    min-height: 56px;
}
.product-price-new > .additionals > small {
    display: block;
}
.top-bar {
    z-index: 1000;
    background-color: #19457d !important;
}
.top-bar.rd-navbar,
.top-bar.rd-navbar::before {
    box-shadow: none !important;
}
.top-bar a {
    color: whitesmoke !important;
}

textarea.form-control::placeholder {
    color: #000 !important;
}
#cartquantity {
    border: solid 2px #464444;
    padding: 0px 20px;
    border-radius: 5px;
}
#cartminus {
    margin-right: 0;
}
#cartplus {
    margin-left: 0;
}
#cartplus::before,
#cartminus::before{
    padding: 8px 3px 8px 10px;
    background-color: #19457d;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
}

label.full-width > .stepper {
    width: 100% !important;
    display: block;
    max-width: none;
}


.jumbotron-custom {
    background: rgba(0, 0, 0, .6);
    min-width: 1170px;
    border-width: 32px !important;
    padding: 110px 10px 85px;
    height: 100%;
}
.jumbotron-custom2 {
    background: rgb(25, 69, 125);
    border-width: 32px !important;
    padding: 60px 10px 50px;
    height: 100%;
}
.jumbotron-custom2 .btn-primary {
    background: #d2a448;
    border-color: #d2a448;
}
.jumbotron-custom2.gold .btn-primary {
    background: rgb(25, 69, 125);
    border-color: rgb(25, 69, 125);
}
.jumbotron-custom2.gold {
    background: #d2a448;
}
.jumbotron-custom2 h1 {
    font-size: 24px;
}
.jumbotron-custom2 h5 {
    letter-spacing: 0;
}
.product-body h3 {
    min-height: 60px;
}
.item .product h3 a small {
    color: #2f2f33;
}
.item .product h4,
.product .product-price-new,
.product .additional {
    color: #333;
}
hr.divider {
    border-top: 1px solid #727272;
}
.mrgn-10 {
    margin: 5px;
    color: #696969;
}

.products__product > .range.product-row {
    border-bottom: none;
    padding: 6px 18px;
}
.products__product h4 {
    color: #333;
    font-size: 1.2em;
}

.swiper-container-fade .swiper-slide {
    background-position: center center;
}
.btn-gold {
    color: #fff;
    background: #d2a448;
    border-color: #d2a448;
}
.btn-gold:hover {
    border-color: #fff;
}
.text-danger,
.text-danger h4,
.text-danger small{
    color: red;
}
@media(min-width: 992px) {
    .main-bar.rd-navbar {
        margin-top: 30px;
    }
    .main-bar > .rd-navbar-inner {
        padding: 16px 5% 12px;
    }
    .top-bar > .rd-navbar-inner {
        padding-top: 8px;
        padding-bottom: 6px;
    }
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-header, .modal-footer {
    border: none !important;
}
.modal-content {
	/*background:  linear-gradient(
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.6)
    ), url('https://sysopweb.anillosdeltec.com/uploads/images/slider/slide3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 70px;*/
    background-color: #fff;
}
@media(max-width: 575px){
	.modal-body {
		padding-bottom: 80px;
	}
	.modal-content {
		top: 40px;
		/*height: 80vh;*/
		overflow: scroll;
	}
	.modal-content::before {
		background-attachment: fixed;
	}
	footer .col-md-4 {
		padding-top:38px;
	}
}
@media(min-width:992px){
	.modal-content {
		/*height: 80vh;*/
	}
}
@media(min-width:1800px){
	.modal-content {
		/*height: 60vh;*/
	}
}
.modal-body {
	padding-top: 24px;
}
.close {
	right:20px;
	color:#000;
	opacity: 0.6;
	font-size: 24px;
}
.modal-header {
	position: fixed;
	width: 100%;
	z-index: 99;
}
.modal-text {
    text-align: center;
}
.modal-text > p {
	color: #555;
	font-weight: 600;
	text-align: justify;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}
.modal-text > p:last-child {
	margin-top:20vh;
	text-align: right;
	font-style: italic;
}
.modal-text > p:first-child {
	margin-top:6vh
}
.footer-link {
	font-size: 16px !important;
}
.footer-text {
	font-size: 14px !important;
	color: #19457d;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:999;
}
.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:112px;
	right:20px;
	background-color:#fbd764;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:999;
}
.float:hover,
.float2:hover {
    color: #fff;
    fill: #fff;
    text-decoration: none;
}
.my-float{
	margin-top:16px;
}
.modal-logo {
    display: block;
    margin: auto;
}
.contact-select .select2-container {
    width: 100% !important;
    margin-left: 0 !important;
}
.contact-select .select2-selection__placeholder {
    color: #aaa !important;
    letter-spacing: normal;
}
.contact-select .select2-selection {
    border: none;
    border-bottom: solid 2px #d5d4d2;
}
#contactForm .form-control {
    padding-left: 8px !important;
}
#contactForm #comments::placeholder {
    color: #aaa !important;
}
.range {
    overflow: hidden;
}
.paq-image {
    max-width: 200px;
}

@media(min-width: 992px) AND (max-width: 1280px) {
    .rd-navbar-static .rd-navbar-nav > li + li {
        margin-left: 18px !important;
    }
    .main-bar > .rd-navbar-inner {
        padding: 16px 0% 12px !important;
    }
}

.menu-btn {
    margin-left: 2px !important;
}
.menu-btn a {
    background: #244890;
    padding: 10px !important;
    color: #fff !important;
    border-radius: 10px;
}
.placas-btn {
    margin: 10px auto;
}
.placas-btn span+span {
    font-size: 9px !important;
}
.rd-navbar-static .rd-navbar-nav > li {
    text-align: center;
}
@media (min-width: 992px) {
    .rd-navbar-static .rd-navbar-nav {
        max-width: 932px;
    }
    .rd-navbar-static .rd-navbar-nav > li {
        margin-left: 20px;
    }
}