/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }

#g-recaptcha-63 {max-width: 250px;}
#g-recaptcha-63 iframe {max-width: 250px;}

#g-recaptcha-64 {max-width: 250px;}
#g-recaptcha-64 iframe {max-width: 250px;}

/* CÓDIGO BOTONES MÓVILES */
.mw-boton {
    padding: 0px;
    margin: 8px 0px -10px 0px !important;

    background: transparent;
    width: auto;
    text-align: center;

    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.mw-inicio .mw-boton {margin: -17px 0 -11px !important;}

.mw-boton p {
    display: inline-block;
    width:40px;
    height:40px;    
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 3px;

    background-color: #a81938;
    background: -webkit-gradient(linear, left top, right top, from(#821938), to(#821938));
    background: -webkit-linear-gradient(top, #a81938, #821938);
    background: -moz-linear-gradient(top, #a81938, #821938);
    background: -o-linear-gradient(top, #a81938, #821938);
    background: -ms-linear-gradient(top, #a81938, #821938);
    background: linear-gradient(top, #a81938, #821938);
    background-color: #a81938;

    border: 1px solid #821938;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.mw-boton p:last-child {margin-right: 0px;}

/*CÓDIGO CONTACTO E ICONOS*/

.rsform-submit-button {
    background-color: #ffffff !important;
    border: 0 none !important;
    color: #083a73 !important;
    cursor: pointer;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin-top: 5px;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none;
    text-transform: uppercase;
}

.rsform-submit-button:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: #083a73 !important;
    cursor: pointer;
    transition: all 250ms ease-in 0ms;
}

fieldset.formFieldset {
    border: 0 none;
    margin: 0 !important;
    padding: 0 !important;
}

.rsform-input-box, .rsform-text-box {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border: 1px solid rgba(100, 145, 177, 0.3);
    color: #649eb1 !important;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 5px 0 !important;
    width: 100% !important;
}

.numeros a {
    color: #ffffff;
    text-decoration: none;
    transition: all 250ms ease-in 0ms;
}

.numeros {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.numeros a:hover {
    color: rgba(255, 255, 255, 0.5);
    transition: all 250ms ease-in 0ms;
}

.minis {
    height: auto !important;
    margin: -5px 2px 0 0;
}

.transportes {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0 0;
}

.transportes img {
    margin: -4px 0 0;
    width: 16px !important;
}

.formError {
    color: #ff0000 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

/*CÓDIGO DIRECCIONES SUPERIORES*/

.miniatures img {
    margin: -3px 6px 0 !important;
}

.iconos img {
    cursor: pointer;
    margin: -2px 0 0;
    opacity: 0.5;
    transition: all 250ms ease-in 0ms;
    width: 25px !important;
}

.iconos img:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in 0ms;
}

.minis {
    height: auto !important;
    margin: -5px 2px 0 0;
}

.minis2 {
    height: auto !important;
    margin: -1px 2px 0 0;
}

/* CÓDIGO WIDGETKIT MAPA */

.uk-img-preserve img {
    width: 100px;
    height: auto;
    margin-top: 10px;
}

.uk-margin {
    color: #666;
}

/* AVIS COOKIES COLOR */
.infoplus a {
    color: #0089f2 !important;
}

.infoplus a:hover {
    color: #0072ca !important;
}

.tm-logo {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.marco {
width: 390px;
background-color: #fff;
border: 7px solid #87D9FF;
font-weight: 500;
padding: 20px 5px;
box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
margin-top: -5px;
border-radius:10px;
color: #3b7588;
font-style: oblique;
}

.autor {
font-size: 12px !important;
font-weight: 400 !important;
margin: -10px 0 5px;
}

.marco a, .autor a, .marco a:hover, .autor a:hover, .tm-logo, .tm-logo a:hover, .tm-logo-small, .tm-logo-small a:hover, .tm-logo-small a {
text-decoration: none !important;
color: #333 !important;
}

.tm-footer .uk-width-medium-1-2  {
	width: 100%;
}

.paypal img {
width:150px;
margin-top: 20px;
background-color: #fff;
padding: 0 10px 10px 10px;
border-radius: 10px;
}

.paypal img:hover {
opacity:0.7;
transition: all 250ms ease-in 0ms;
}

.ebook {
    margin: -193px 0 0 50px;
    width: 170px;
}

.tm-header {
    height:0;
}

#tm-top-a {
    padding: 0 !important;
    margin-top: -5px;
}

.modulo-especial {
    background-color: #bee8ff;
    color: #444444;
    border-radius: 5px;
}

.modulo-especial h3 {
    background: #649eb1 none repeat scroll 0 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: -25px -25px -10px;
    padding: 5px;
    text-align: center !important;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.rsform-block-productos .formBody {
	font-size:14px;
	padding: 10px 0 20px;
}

.rsform-block-precio {
	text-align: center !important;
	margin: 50px 0 10px !important;
	border-radius: 5px;
	font-weight: 400;
	color:#fff;
}

.rsform-block-precio .formbody {
	text-align: center !important;
	float:none !important;
}

.rsform-block-precio div.formBody {
	float:none !important;
	background-color: #649eb1;
	border-radius: 0 0 5px 5px;
	padding: 0 0 5px;
}

.rsform-block-precio .formCaption2 {
	float:none !important;
	background-color: #649eb1;
	border-radius: 5px 5px 0 0;
	padding: 5px 0 0;
}

.rsform_payment_total {
	font-weight: 600;
}

.rsform-block-enviar div.formBody, .rsform-block-imagen div.formBody, .rsform-block-cabecera div.formBody  {
	float:none !important;
	text-align: center !important;
}

.rsform-block-enviar .rsform-submit-button {
	width:100%;
	border-radius:5px;
	color: #649eb1 !important;
	border: 1px solid rgba(100, 158, 177, 0.7) !important;
	box-shadow: 1px -16px 20px rgba(0, 0, 0, 0.09) inset;
}

.rsform-block-enviar .rsform-submit-button:hover {
	background: rgba(100, 158, 177, 1) !important;
	color: #ffffff !important;
	box-shadow: 0 0 11px 5px rgba(255, 255, 255, 0.7);
	transition: background-color 0.3s ease-out 0s, background 0.3s ease-out 0s, opacity 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
}

.rsform-block-imagen img {
	float: none !important;
    opacity: 0.5;
    text-align: center;
    width: 120px;
}

.rsform-block-imagen {
    margin-bottom: -25px !important;
    margin-top: 5px !important;
}

#tm-bottom-d {
	height:0 ;
	padding:0;
}

#tm-main {
	padding:60px 80px;
	border-top: 4px solid #649eb1;
	border-radius: 0 0 20px 20px;
}

.paypal {
    float: none;
    margin: 0 auto;
    width: 150px;
}

.slider-inicio .uk-slideshow {
	border-radius: 20px 20px 0 0;
}

.modulo-formulario {
    width: 40%;
    float:right;
    color: #fff;
    font-size: 13px;
    margin: -234px 45px 0 0;
}

.modulo-formulario h3 {
    color: #87d9ff;
    font-size: 13px;
    margin: 0 0 -30px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.modulo-formulario fieldset.formFieldset {
    margin: -25px -4px 0 !important;
    padding: 0 !important;
}

.modulo-formulario .rsform-input-box,.modulo-formulario .rsform-text-box {
    font-size: 13px !important;
    color: #fff !important;
    height: 18px !important;
}

.modulo-formulario .rsform-submit-button {
 padding: 2px !important;
 font-size: 12px !important;
}

.modulo-formulario .rsform-block-enviar .rsform-submit-button:hover {
    background: #87d9ff !important;
    box-shadow: none;
    color: rgba(100, 158, 177, 1) !important;
    transition: background-color 0.3s ease-out 0s, background 0.3s ease-out 0s, opacity 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
}

.rsform-block-explicaciondigital, .rsform-block-explicacionfisico {
    font-size: 12px !important;
}

.rsform-block-explicaciondigital div.formBody, .rsform-block-explicacionfisico div.formBody {
    background-color: rgba(255, 255, 255, 0.3);
    color: #649eb1;
    padding: 10px;
    text-align: center;
 margin-bottom: 10px;
}

.rsform-block-cabecera img {
    width:100%
}