@CHARSET "UTF8";
/*@font-face {
    font-family: oswald;
    src: url("../fonts/oswald/Oswald-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: Oswald;
    src: url("../fonts/oswald/Oswald-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: Oswald;
    src: url("../fonts/oswald/Oswald-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: rokkitt;
    src: url("../fonts/rokkitt/Rokkitt-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: rokkitt;
    src: url("../fonts/rokkitt/Rokkitt-Bold.ttf");
    font-weight: bold;
}*/
@import url("https://fonts.googleapis.com/css?family=Oswald");*/
@media (min-width: 768px) {
  	.col-sm-5ths {
	    width: 20%;
	    float: left;
    }
}
@media (min-width: 992px) {
  .col-md-5ths {
	    width: 20%;
	    float: left;
    }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
	    width: 20%;
	    float: left;
    }
}
#header{
    padding-top: 1em;
    background-color: #fff;
}
div{
    color: #777;
    font-family: oswald;
}
#header{
    padding-top: 1em;
    background-color: #ffffff;
}
#top_menu{
    background-color: #00da7e;
    color: #fff;
    font-family: oswald;
}
#top_menu a{
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: oswald;
}
#top_menu a:hover{
    color:#555555;
}
#sheetProductFeatures th{
    width:50% !important;
}
#logo {
	margin-bottom: 10px;
}
#logo img{
    /*width: 15em;*/
    height: 67px;
}
#logo_text{
    color: #ff0000;
    font-weight: bold;
}
#contact{
    text-align: left;
    font-family: oswald;
    padding: 20px;
}
#contact a{
    color: #000000;
    text-decoration: none;
    display: inline;
    font-size: 14px;
    font-weight: bold;
}
#contact_link{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #000000;
    margin-right: 1em;
    padding-right: 1em;
}
#title_description{
    padding: 0;
    color: #434142;
}
/*IMAGENES DEL PRODUCTO*/
#main_picture{
	padding-left: 0;
	padding-right: 0
}
#principal_picture{
    margin-top: 16px;
    text-align: center;
    height: 100%;
   /* min-height: 480px;
    max-height: 480px;*/
    padding-left: 0;
    padding-right: 0;
}
.previews div:first-child{
    border: thin solid #cccccc;
    display: block;
    margin: 0 auto;
    padding: 0em 2em;
    max-width: 100%;
    height: auto;
}
.previews div:first-child img{
	display: block;
    margin: 0 auto;
    padding: 0em 2em;
    max-width: 100%;
    height: auto;
    max-height: 490px;/**/
}
#preview_picture{
    padding-left: 15px;
    padding-right: 0;
    height: auto;
}
.zoom{
    padding-top: 15px;
    font-family: oswald;
    font-size: 13px;
    color:grey;
}
#principal_picture > div > a > img{ 
    margin-left: auto;
    margin-right: auto;
    max-height: 478px;
    min-height: 478px;
    padding: 20px;
}
#thumbnail_pictures{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    
}
.product_thumbnail{
    padding: 3px;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
    
}
.thumb_wrap{
    padding: 0;
    margin:20px auto 0 0;
    
}
.product_thumbnail {
    
    margin: 0 5px 0 0;
}
/**/#servicios img{
    margin: 0 auto;
}
/*FIN DE IMAGENES DEL PRODUCTO*/
/*MODAL*/
.dialogo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    display: none;
    background-color: rgba(0,0,0,.5);
    transition: all 0s;
}
.m_modal{
    margin-top: 1em;
    position: relative;
    margin: 2% auto;
    float: none;
}
.dialogo:target{
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.complete_picture{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 82vh;
}
.previews{
    display:none;
    height: 100%;
    width: 100%;
    background-color: white;
}
#preview_image_1{
    float:left;
    display: block;
    padding-right: 5px;
}
#preview_image_1:target{
    display: block;
    padding-right: 5px;
    /*position: absolute;*/
}
#preview_image_2:target{
    display: block;
    position: absolute;
    padding-right: 5px;
   
}
#preview_image_3:target{
    display: block;
    position: absolute;
    padding-right: 5px;
}
#preview_image_4:target{
    display: block;
    position: absolute;
    padding-right: 5px;
}
#preview_image_5:target{
    display: block;
    position: absolute;
    padding-right: 5px;
}
#preview_image_6:target{
    display: block;
    position: absolute;
    padding-right: 5px;
}
.flecha-derecha{
    position: absolute;
    top: 50%;
    right: 2%;    
}
.flecha-derecha a{
    float: right;
}
.flecha-izquierda{
    position: absolute;
    top: 50%;
    left: 2%;
}
.imagen-central{
    left: 8%;
    min-height: 60px;
}
.imagen-central img{
    max-width: 500px;/*max-width: 100%;*/
    margin: 0 auto;
    display: block;
    max-height: 500px;/*max-height: 82vh;*/
}
.cerrar{
    color:#000000;
    font-weight: bold;
    font-size: 20px;
}
.cerrar:hover{
    color:#000000;
    text-decoration: none;
}
.bar1, .bar3 {
    width: 27px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 6px) ;
    transform: rotate(-45deg) translate(0px, 6px) ;
}
.bar3 {
    -webkit-transform: rotate(45deg) translate(-1px, -8px) ;
    transform: rotate(45deg) translate(-1px, -8px) ;
}
/*FIN DE MODAL*/
#title{
    color: #434142;
    font-weight: bold;
    font-size: 25px;
}
#title{
    border-bottom: solid thin #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#title_description p, #title_description span{
    font-size: 13px;
    padding: 0;
    text-align: justify;
}
.price{
    padding-top: 1em;
}
#standar_price{
    font-size: 13px;
    padding-bottom: 5px;
}
#standar_shipping, #personal_shipping
{
    color: rgb(0, 138, 203);
    font-weight: bold;
}
#shipping h3, #payment h3, #return h3, #contacto h3{
    font-size: 1.15em;
    font-weight: bold;
    color: #ffcc00;
}
#shipping, #payment, #return, #contacto {
    padding: 0;
    font-family: oswald !important;
}
#shipping_price_value{
    font-weight: bold;
}
#payment_description{
    font-size: .85em;
    /*color: #a8d5f2;*/
}
#payment{
    margin-bottom: .7em;
}
#payment li{
    color: #434142;
}
.feature_list > ul > li {
	margin-left: 5px;
}
ul.dashed {
	list-style-type: none;
    margin-left: 0px;
}
ul.dashed > li:before {
	content: "â€”";
	display: inline-block;
  	width: 1em;
	margin-left: -1em;
}
ul.no_bullet{
	list-style-type: none;
	margin-left: -7px;
}
#return ul, #return li{
	list-style-type: none;
    font-size: 13px;
}
#return_description{
    font-size: .85em;
    /*color: #a8d5f2;*/
}
#return{
    margin-bottom: .7em;
}
#return li{
     color: #434142;
}
#shipping p, #payment p, #return p, #contacto p{
    font-size: 13px;
    text-align: justify;
    line-height: 1.5em;
    color: #434142;
}
#previous{
    color: #909090;
}
#previous_price{
    text-decoration: line-through;
}
#price_value{
    font-size: 2.7em;
    color:  #ff0000;
    font-weight: bold;
}
#price_currency{
    font-size: 2em;
    color:  #ff0000;
}
#price_info_footer{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #878787;
    padding-bottom: .3em;
    margin-bottom: 1em;
}
#info{
    font-family: oswald !important;
    padding-top: 10px;
}
#price_info{
    margin-top: 1em;
    font-family: oswald !important;
}
@media(max-width: 1000px){
    #price_info{
        margin-top: 2.5em;
    }
}
#price_info , #shipping_description{
    background-color: #f6f6f6;
}
#preview_picture{
    margin-top: 16px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.selected_product_picture{
    display: block;
    margin: 0 auto;
    padding: 0em 2em;
}
#more_info{
    padding-left: 0;
    padding-right: 0;
}
#thumbnail_pictures{
    width: 100%;
}
.product_thumbnail{
    padding: 3px;
    text-align: center;
    cursor: pointer;
    border: solid thin #cccccc;
}
.product_thumbnail img{
    display: block;
    max-width: 100%;
    height: auto;
	max-height: 140px;
    margin: 0 auto 0 auto;
    padding: 5px;
    border: none;
}
#complete_picture{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
@media(min-width: 900px){
    #pictures{
        min-height: 950px;
    }   
}
#picture_link_logo{
    width: 4%;
    margin-right: 1em;
}
#more_info_border{
    border-style: solid;
    border-width: thin;
    border-color: #cccccc;
    padding: 2em;
    
}
@media (max-width: 800px){
    #more_info_border{
        padding: .8em;
        padding-bottom: 20px;
    }
    
    /*#more_info{
        padding: .3em;
    }*/
    #contact {
        text-align: center;
	    margin-top: 0px;
	    padding: 15px;
	}
    #logo img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .previews{
    display:none;
    height: 100%;
    width: 100%;
    background-color: white;
	}
	#preview_image_1{
	    padding-right: 0px;
	}
	#preview_image_1:target{
	    padding-right: 0px;
	}
	#preview_image_2:target{
	    padding-right: 0px;
	}
	#preview_image_3:target{
	    padding-right: 0px;
	}
	#preview_image_4:target{
	    padding-right: 0px;
	}
	#preview_image_5:target{
	    padding-right: 0px;
	}
	#preview_image_6:target{
	    padding-right: 0px;
	}
  /*cambio.previews div:first-child img{
	display: flex;
    margin: 0 auto;
    padding: 0em 2em;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    }*/
    .complete_picture{
    width: 100%;
	}
	.complete_picture_link{
    cursor: pointer;
    font-size: .85em;
    color: grey;
	}
}
    
#more_info_title, #title_policies {
    font-size: 21px;
    margin-bottom: 1.5em;
    color: #555555;
}
#more_info, #policies{
    margin-top: 3em;
    font-family: oswald !important;
    padding-bottom: 15px;
}
.more_info_feature_title, .payment_title, .shipping_title, .return_title{
    font-size: 18px;
    color: #00da7e;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #cccccc;
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-family: oswald !important;
}
.feature_list{
    font-size: 13px;
    font-family: oswald;
    text-align: justify;
}
.feature_list > p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
.feature_list img{
    width: 150px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thumbnails{
    background-color: #f6f6f6;
    margin-top: 2em;
    padding: 1.5em;
    padding-bottom: 5em;
}
@media(min-width: 800px){
    .featured_thumbnails{
        width: 90vw;
    }
}
#thumbnail_left_arrow{
    position: absolute; 
    top: 5em; 
    bottom: 5em; 
    left: -3vw; 
    cursor: pointer;
    width: 1em;
}
#thumbnail_right_arrow{
    position: absolute; 
    top: 5em; 
    bottom: 5em; 
    right: -3vw; 
    cursor: pointer;
    width: 1em;
}
#thumbnail_left_arrow_mobile{
    position: absolute; 
    top: 30%; 
    left: -7vw; 
    cursor: pointer;
    width: 1em;
}
#thumbnail_right_arrow_mobile{
    position: absolute; 
    top: 30%; 
    right: 0vw; 
    cursor: pointer;
    width: 1em;
}
.feature_list .row{
     color: #434142;
}
footer{
    background: #000000;
    padding: 30px 30px 20px 30px;
    margin-top: 5em;
	color: #ffffff;
	text-align: center;
	font-family: oswald;
	font-size: 14px;
}
footer span, footer p {
	color: #fff;
}
footer .text-muted{
    margin: 0;
    color: #FFFFFF;
    font-family: rokkitt;
}
footer .text-muted:first-child {
    font-size: 18px;
    font-weight: bold;
}
footer .street{
    color: #838382;
    font-size: 14px;
}
@media(max-width:767px){
	#thumbnail_pictures > div:nth-child(odd) > div {
		margin-left: 0px;
		margin-right: 3px !important;
	}
	#thumbnail_pictures > div:nth-child(even) > div {
		margin-left: 3px !important;
		margin-right: 0px;
	}
	#main_picture {
	    padding-left: 0;
	    padding-right: 0;
	}
	.feature_list > p {
		padding-left: 15px;
		padding-right: 15px;
	}
	.feature_list img{
	    padding-left: 30px;
	}
	footer{
    	padding: 30px 30px 20px 30px;
	}
	.feature_list > ul > li {
		padding-left: 0;
		padding-right: 30px;
		margin-left: 10px;
	}
	.feature_list > ul > li::before {
		width: 1.5em;
		margin-left: -1.5em;
	}
	#more_info, #policies {
	    padding-left: 0;
	    padding-right: 0;
	}
	#preview_picture {
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media(min-width:767px){
	.alinear-derecha{
		float: right!important;
    }
}
@media(max-height:600px){
    .imagen-central img{
    max-width: 250px;/*max-width: 100%;*/
    margin: 0 auto;
    display: block;
    max-height: 300px;/*max-height: 82vh;*/
}
    .panel-body{
        min-height: 300px;
    } 
}