/* PROPIEDADES RATON PULSABLE*/
.imagenP{
	cursor: pointer;
}
/* PROPIEDADES RATON PULSABLE*/
/* PROPIEDADES RATON NO PULSABLE*/
.imagenPN{
	cursor: not-allowed;
}
/* PROPIEDADES RATON NO PULSABLE*/

/* COLOR BLANCO PROFILE FLECHA*/
.dropdown-toggle::after{
    color:white;
}

/* COLOR BLANCO PROFILE FLECHA */
/* EN EL CASO DE QUE LAS RECTAS DEL SLIDER SEAN REDONDAS DESCOMENTAR ESTO */
/*.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}*/
/* EN EL CASO DE QUE LAS RECTAS DEL SLIDER SEAN REDONDAS DESCOMENTAR ESTO */

/*
.client-indicators__row {
  flex-flow: row wrap;
  justify-content: center;
}

.client-indicator {
  display: inline-flex;
  width: 250px;
  max-width: 100%;
  flex: 0 1 250px;
  height: 120px;
  border: 2px solid #6CBCC9;
  text-align: center;
}
.client-indicator__title {
  width: 65%;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.client-indicator__value {
  width: 35%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  color: white;
  background-color: #6CBCC9;
  position: relative;
}
.client-indicator__value::before {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 25px 60px 0;
  border-color: transparent #6cbdc9 transparent transparent;
}*/

.client-indicators__row {
  flex-flow: row wrap;
  justify-content: center;
}
.client-indicator {
  display: inline-flex;
  width: 250px;
  max-width: 100%;
  flex: 0 1 250px;
  height: 120px;
  border: 2px solid #6CBCC9;
  text-align: center;
}
.client-indicator__title {
  width: 65%;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.client-indicator__value {
  width: 35%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  color: white;
  background-color: #6CBCC9;
  position: relative;
}
.client-indicator__value::before {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 25px 60px 0;
  border-color: transparent #6cbdc9 transparent transparent;
}
.creuhov:hover{
  color:red;
}

.ma:hover{
    color: #e58d34 !important;
}
.ma{
    text-decoration: none !important;
}

/****************************/


.curso::after {
    position:absolute;
    top: 10px;
    left: -40px;
    display: block;
    box-sizing:border-box;
    content:"¡Nuevo!";
    text-transform:uppercase;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align:center;
    font-weight: 700;
    color: #fff;

    /*Le damos medidas estas y color para verlo
    ahora más claro, pero luego lo modificaremos*/

    background: purple;           
    height:40px;
    width:150px;

    background: transparent; 
    height:0;
    width:150px;                      
    border:25px solid purple;

    border:25px solid transparent;
    border-bottom:25px solid purple;
    line-height:23px;

    transform: rotate(-45deg);

    box-shadow: 0px 3px 5px -3px #000;

}


.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}
.ribbon {
    font: bold 12px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #FF8F12;
    color: #fff;
} 

   /* font: bold 12px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 27px;
    left: -55px;
    width: 197px;
    background-color: #FF8F12;
    color: #fff;*/


/* Estilo para que al pasar por encima se abra solo */
/* .dropdown:hover>.dropdown-menu {
    display: block;
} */
/*
.bookmarkRibbon {
  width: 105px;
  height: 0;
  border-bottom: 20px solid #045089;
  border-top: 20px solid #045089;
  border-left: 15px solid transparent;
  float: right;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight:700;
  position: absolute;
  right: 0px;
  top: 20px;
}
*/


/*Estilos lupa desplegable*/
::-webkit-input-placeholder {
    color: rgba(239, 239, 239, 0.2);
}

:-moz-placeholder {
    color: rgba(239, 239, 239, 0.2);
}

::-moz-placeholder {
    color: rgba(239, 239, 239, 0.2);
}

:-ms-input-placeholder {
    color: rgba(239, 239, 239, 0.2);
}

.fa-search,
#toggle-search {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
header .fa-search{
    float: left;
}
header span {
    font-weight: 100;
    margin-left: 0;
}
@media screen and (min-width: 320px) {
    header span {
        margin-left: 10px;
    }
}

#searchBar {
    /*background-color: #2f2f2f;*/
    border: none;
    /*color: rgba(239, 239, 239, 0.5);*/
    font-size: 12pt;
    font-weight: 100;
    margin-right: 10px;
    padding: 0.25em 0.75em;
    float: inherit;
    /*max-width: 130px;*/
    /* text-align: right; */
    /*-webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;*/
}
header #toggle-search {
    float: right;
}
#searchBar:hover {
    cursor:auto;
}

/* FIN Estilos lupa desplegables*/


/* Clase div fijo derecha video*/
.stick{
    position: sticky;
    top: 140px;
    /*background-color: lightgray;*/
    /*border-radius: 20px;*/
    box-shadow: 3px 3px 10px #666666;
}
/* FIN Clase div fijo derecha video*/

/* Clase div añadir + en carrito paquete */
#imgPaq:after {
    font-size: 1.375rem;
    font-weight: 700;
    transform: translateY(-50%);
    content: "+";
    top: 50%;
    right: -5px;
    position: absolute;
}
/* Fin Clase div añadir + en carrito paquete */

 /* .bafarada:after{
                                    content: " ";
  position: absolute;
  right: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid black;
  border-bottom: 15px solid transparent; 
                                }*/

.comprar:hover{
    color:#b8d6e0  !important;
}

.cuadro{
    box-shadow: 3px 3px 10px #666666; 
    border-radius:5px; 
    margin-right:2px;
    color:#72AEC3 !important;
    min-height: 203px;
}

.cuadro2{
    background-color: #72AEC3 !important;
    margin-right:2px;
    color:white !important; 
    min-height: 203px;
}
.h:hover{
    color:#ff8f12 !important;
}

.hidde{
    display: none;
}
.shoow{
    display: block;
}

.disabled{
    cursor: not-allowed;
    color:grey !important;
}

.disabled:hover{
    cursor: not-allowed;
    color:lightgrey !important;
}


input[type="radio"]{
    visibility: hidden;
}

.cuadro2 input[type="radio"]:checked + label {
    background-color:white;
    color: #72AEC3;
}

.cuadro input[type="radio"]:checked + label {
    background-color:#72AEC3;
    color: white;
}

.cuadroBlanco{
    background-color: white;
    color:#72AEC3;
}

.cuadroAzul{
    background-color: #72AEC3;
    color:white;
}


/* cuando este en pas2 al pasar por encima se ponga de otro color si esta marcado*/

.cuadro2 .colo:hover{
    background-color: white !important;
    color: #72AEC3;
}

.cuadro .colo:hover{
    background-color: #72AEC3 !important;
    color:white;
    cursor: not-allowed !important;
}


.miperf:after{
	color: #ff8f12 !important;
}
/* Importador de usuarios (log) */

.logContainer{
    width: 100%;
    /* padding-left: 2%; */
    text-align: center;
}
.warnFont{
    font-weight: bolder;
    color: #ff8f12
}
.fatalFont{
    font-weight: bolder;
    color:#c2191F;
}
.infoFont{
    font-weight: bolder;
    color: #34a2cf;
}
.tituloImport{
    width: 100%;
    text-align: center;
}

.csvTxt{
    font-weight:500;
    font-size: 19px;
    border: 1px solid;
    /* padding-right: 10%; */
}
.csvTabla{
    margin:auto;
}
.csvfila:hover{
    background-color: #138496;
    color: white;
}
.csvfila:first-of-type{
    background-color: #343A40;
    color: white;
}
.csvTabla:nth-child(even) {
    background-color: #e1e4e7;
    /* color: white; */
}
.csvTabla:nth-child(even):hover{
    background-color: #138496;
    color: white;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
/* Sección de favores */
.favBtn{
    padding: 2%;
    border-radius: 5px;
    border-width: 0px;
    border-style: solid;
    background-color: #e1e4e7;
}
#customdate{
    margin-bottom: 2%;
}
#video{
    text-align: center;
}
#motivo{
    resize: none;
    width: 90%;
    height: 20vh;
}
@media screen and (min-width: 1200px) {
	.centrarcard{
		position: absolute;
		bottom: 30px;
		right: 45px;
	}
}
@media screen and (min-width: 990px) {
.cabe{
	margin-right: 3rem!important;
}
}