
#destinos {
	background: #a6494f;
	padding-top: 3em;
	padding-bottom: 3em;
}
.destinosTop h2 {
	color: #fff;
}

.destinosTop p {
	color: #ea959b;
	margin-bottom: 40px;
}
.destinos { 
    margin-bottom: 1.5em; 
    position: relative; 
    border-radius: 4px; 
    border: 3px solid transparent;
    overflow: hidden;
}
.destinos:hover {
    border: 3px solid #bfb469
}
.destinos-img { 
    height: 200px; 
    position: relative; 
    overflow: hidden; 
}
.destinos-img > a > img { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.destinos a{
    text-decoration: none;
    color: #ec0054;
}


.destinos-title {
    position: absolute; 
    bottom: 10px; 
    left: 0; 
    z-index: 100; 
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
}


.destinos-title p {
    word-break: break-word; 
    margin:0;
    padding: 6px;
    font-size: 1.125em;
    line-height: 1.1em; 
    font-weight: 300;
    color: #a6494f;
}



.btn-masdestinos, .btn-masdestinos:visited { 
	border: 1px solid #fff;
	color: #fff;
	margin: 1.5em auto 0 auto;
	cursor: pointer;
 }


.btn-masdestinos:hover, .btn-masdestinos:focus { 
	border: 1px solid #fff;
	color: #a6494f;
	background: #fff;
	text-decoration: none;
}










.otrosP, .otrosP:visited { 
        background: #fff;
    margin-bottom: 1.5em; 
    position: relative; 
}
.otrosP:focus, .otrosP:hover { 
        background: #f5f0f1;
}

.otrosP-img { 
    height: 144px; 
    position: relative; 
    overflow: hidden; 
    border-radius: 4px 4px 0; 
}
.otrosP-img > img { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.otrosP-body {
    padding: 1.125em;
}
.otrosP a{
    text-decoration: none;
    color: #07171d;
}
.otrosP-title {
    margin: 0;
    height: auto;
    word-break: break-word; 
 }
.otrosP-title h2 {
    word-break: break-word; 
    margin:0;
    font-size: 1.125em;
    line-height: 1.1em; 
    font-weight: normal;
    color: #833a3f  ;
}

.otrosP-tipoVmin p { 
    font-size: 0.99em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0.5em auto;
    color: #a6494f;
}

.otrosP-tipoVdesc {
    min-height: 6.4em;
}
.otrosP-tipoVdesc p { 
    font-size: 0.99em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0.5em auto;
    color: rgba(7,23,29,0.8);
}


.otrosP, .otrosP:visited { 
        background: #fff;
    margin-bottom: 1.5em; 
    position: relative; 
}
.otrosP:focus, .otrosP:hover { 
        background: #f5f0f1;
}

.otrosP-img { 
    height: 144px; 
    position: relative; 
    overflow: hidden; 
    border-radius: 4px 4px 0; 
}
.otrosP-img > img { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.otrosP-body {
    padding: 1.125em;
}
.otrosP a{
    text-decoration: none;
    color: #07171d;
}
.otrosP-title {
    margin: 0;
    height: auto;
    word-break: break-word; 
 }
.otrosP-title h2 {
    word-break: break-word; 
    margin:0;
    font-size: 1.125em;
    line-height: 1.1em; 
    font-weight: normal;
    color: #a6494f  ;
}

.otrosP-tipoVmin p { 
    font-size: 0.99em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0.5em auto;
    color: #a6494f;
}

.otrosP-tipoVdesc {
    min-height: 6.4em;
}
.otrosP-tipoVdesc p { 
    font-size: 0.99em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0.5em auto;
    color: rgba(7,23,29,0.8);
}



table {width:100%; border-collapse: collapse; border: 1px solid #ddd; margin: 20px auto;}
table th, table td { padding: 10px; width: auto !important;}   
tbody td {display: table-cell;  text-align:left !important; line-height: normal; color: #5c6176;}
th { color: #fff; background: #a6494f; font-weight:700; text-align: left; text-transform: uppercase; }
 table tbody tr:nth-of-type(2n+1) { background-color: #f7f8fa; }
table th a, table th a:visited, table th a:hover, table th a:focus { color: #fff; text-decoration: underline; line-height: normal; }
  

@media screen and (max-width: 678px) {
table {width:100%;}
thead {display: none;}
tbody td {display: block;  text-align:left !important;}
tbody td:before { content: attr(data-th); display: inline-block; width: 50%; margin-right: 10px; float: left; color: #a6494f; font-weight: 400 }
}
table td a, table td a:visited { color: #a6494f; text-decoration: underline; }
table td a:hover, table td a:focus { color: #aaa174; text-decoration: underline; }

