/*Templates, de all hotels by destination, cruise-excursion-programme guesthouse/havana-center, old-havana, vedado havana*/

.map {
    display: block;
    width: 800px;
    padding-left: 200px
}

.wrap {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.tarjeta-wrap {
    margin: 10px;
    -webkit-perspective: 800;
    perspective: 800
}

.tarjeta {
    width: 250px;
    height: 250px;
    background-color: #07416e;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .65);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .65)
}

.adelante,
.atras {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.adelante {
    width: 100%
}

.adelante img {
    background-size: cover;
    width: 250px;
    height: 250px
}

.atras {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
/*    padding-top: 20px;
    padding-left: 15px;
*/    text-align: center;
    font-family: Verdana, "sans-serif";
	background-color:#07416E;
	width: 250px;
	height: 250px;
}

.atras h3,
p {
    font-size: 14px;
    text-align: left;
    margin: 10px 10px;
    font-weight: 400;
	line-height: 130%;
}

.tarjeta-wrap:hover .tarjeta {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.btn-gal {
    background: red;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: .7em;
    padding: 5px;
    text-decoration: none;
    max-width: 50px;
    text-align: center;
    margin: 10px auto
}

.btn-gal:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none
}

.btn-gal a {
    color: #fff
}

.button {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px #666;
    -moz-box-shadow: 0 2px 3px #666;
    box-shadow: 0 2px 3px #666;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    background: #0d476e;
    padding: 5px 10px 5px 10px;
    text-decoration: none
}

.button:hover {
    background: #3cb0fd;
    text-decoration: none
}

.boton-request {
    font-size: 2em;
    color: red;
    text-shadow: 3px 3px 3px #888;
    text-align: center
}

.gustos {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: red;
    padding-left: 10px
}

.gustos a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700
}

.gustos a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: red;
    text-decoration: none;
    margin: 0;
    padding: 0
}

b {
    color: #666
}

.educat p {
    color: #fff
}


/*Estas tablas se presentan en Hotels in Cuba by Destination.*/

.content-gal {
    max-width: 1200px;
    margin: 30px auto;
    width: 100%
}

.galeria-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.gal-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.inicio-gal-card {
    max-width: 600px;
    margin: 20px auto
}

.gall-columna-card {
    position: relative;
    margin: 0 auto;
    display: block
}

.gal-column-card {
    position: relative;
    margin: 10px auto;
	height: auto;
    display: block
}

.gal-card img {
    webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #071B6A;
    max-width: 250px;
    height: 300px
}

.gall-descripcion-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-left: 5px;
    display: block
}

.gal-title-card {
    margin: 5px auto;
}

.gal-title-card h3 {
    color: #27629C;
    font-weight: 700;
    text-align: center;
    font-size: 0.8em
}

.gall-txt-card {
    text-align: left;
    color: #015d33;
    width: 95%;
    height: 90%;
    margin: 0 auto
}

.gall-txt-card h3 {
    padding-top: 0;
    font-size: .9em
}

.gall-txt-card h5 {
    padding-left: 30px;
    text-align: left;
    color: #015d33;
    font-size: .8em
}

.gall-txt-card p {
    padding-left: 20px;
    text-align: left;
    color: #015d33
}

.gall-txt-card li {
	list-style-type: none;
/*	margin-top: 10px;
*/}

.gall-txt-card a {
    font-size: 1.1em;
    color:gray;
	text-decoration: none;
    /*text-shadow:1px 1px #ccc*/
}

.gall-txt-card a:hover {
    font-size: 1em;
    color: cadetblue
}

.btn-gal-card {
    background: #015d34;
    background-image: -webkit-linear-gradient(top, #015d34, #109433);
    background-image: -moz-linear-gradient(top, #015d34, #109433);
    background-image: -ms-linear-gradient(top, #015d34, #109433);
    background-image: -o-linear-gradient(top, #015d34, #109433);
    background-image: linear-gradient(to bottom, #015d34, #109433);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: .9em;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    max-width: 80px;
    text-align: center;
    margin: 20px 0 10px 100px
}

.btn-gal-card:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none
}

.btn-gal-card a {
    color: #fff
}

.btn-green-card {
    background: #015d34;
    background-image: -webkit-linear-gradient(top, #015d34, #109433);
    background-image: -moz-linear-gradient(top, #015d34, #109433);
    background-image: -ms-linear-gradient(top, #015d34, #109433);
    background-image: -o-linear-gradient(top, #015d34, #109433);
    background-image: linear-gradient(to bottom, #015d34, #109433);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    font-family: Arial;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px 4px 12px;
    text-decoration: none
}

.btn-green-card:hover {
    background: #c2a532;
    text-decoration: none
}
/*Hasta aqui las gal-card*/

/*Estilos de cruise-excursions-menu.html*/

.galeria-table {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	border-collapse:collapse;
}

.cru {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}


.bienv1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #036;
    background: rgba(104, 182, 204, 1);
}

.bienv1 h1 {
    font-size: 3em;
    margin: 0 auto;
    text-align: center;
    font-weight: 200;
    color: #07416e;
    font-family: 'Roboto Condensed' Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase
}

.bienv1 h2 {
    font-size: 1.3em;
    text-align: center;
    line-height: 130%;
    font-weight: 500;
    color: #07416e;
    font-family: 'Roboto Condensed' Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.bienv1 img {
    margin: 5px 20px 10px 5px;
    float: left;
    -webkit-box-shadow: 8px 10px 10px -6px rgba(0, 0, 0, .75);
    -moz-box-shadow: 8px 10px 10px -6px rgba(0, 0, 0, .75);
    box-shadow: 8px 10px 10px -6px rgba(0, 0, 0, .75)
}

.bienv1 p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    color: #07416e;
	}

.bienv1 a {
    text-align: left;
    font-size: 12px;
    color: #07416e;
    font-weight: 700
}

.excursiones {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #07416e;
    height: 20px;
    background-color: #f2efcd;
    padding-top: 10px;
    background: rgba(147, 206, 222, 1);
    background: -moz-linear-gradient(top, rgba(147, 206, 222, 1) 0, rgba(117, 189, 209, 1) 41%, rgba(73, 165, 191, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(147, 206, 222, 1)), color-stop(41%, rgba(117, 189, 209, 1)), color-stop(100%, rgba(73, 165, 191, 1)));
    background: -webkit-linear-gradient(top, rgba(147, 206, 222, 1) 0, rgba(117, 189, 209, 1) 41%, rgba(73, 165, 191, 1) 100%);
    background: -o-linear-gradient(top, rgba(147, 206, 222, 1) 0, rgba(117, 189, 209, 1) 41%, rgba(73, 165, 191, 1) 100%);
    background: -ms-linear-gradient(top, rgba(147, 206, 222, 1) 0, rgba(117, 189, 209, 1) 41%, rgba(73, 165, 191, 1) 100%);
    background: linear-gradient(to bottom, rgba(147, 206, 222, 1) 0, rgba(117, 189, 209, 1) 41%, rgba(73, 165, 191, 1) 100%)
}