/*Generales*/

*::before,
::after {
    margin: 0;
    padding: 0
}
body {
    background-color: #F2EFCD;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
h1,
h2,
h3,
h4 {
    color: #07416e;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}
h1 {
    font-size: 3em;
    margin: 0 auto;
    font-weight: 600;
    text-align: center
}
h2 {
    font-size: 1.3em;
    line-height: 130%;
    font-weight: 400
}
h3 {
    font-size: 1em;
    line-height: 130%;
    font-weight: 300
}
h4 {
    font-size: 0.9em;
    text-align: center;
    line-height: 130%;
    font-weight: 100
}
p {
    color: #7C7C7C;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    font-size: 14px
}
ul {
    margin-top: 0;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    font-weight: 400;
    list-style-type: square;
    padding-left: 0;
    color: #444
}
ol {
    margin: 5px auto;
    list-style-type: none
}
b {
    font-weight: bold
}
.capitalLetter {
    background: transparent;
    color: black;
    float: left;
    font-size: 90px;
    line-height: 60px;
    margin-top: 8px;
    margin-right: 5px;
    padding: 2px;
    font-family: 'Algerian', Times
}
img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
br {
    padding-bottom: 40px
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #109bec
}

/*Button Read More*/

.button-rm {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-big {
    font-size: 0.9em;
    letter-spacing: 0.050em;
    height: auto;
    line-height: 4em;
    border-radius: 4em;
    padding: 0 3em;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    max-width: 20rem;
    margin-left: 175px
}
.button-big:hover {
    letter-spacing: .125em;
    text-transform: uppercase;
    box-shadow: .2s ease-in-out, color .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.button-big a {
    transition: color .2s ease-in-out;
    text-decoration: underline
}
p.btn {
    flex: 1 1 30%;
    padding-top: 5px
}
p.btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px #666;
    -moz-box-shadow: 0px 2px 3px #666;
    box-shadow: 0px 2px 3px #666;
    font-family: Arial;
    color: #fff;
    font-size: 12px;
    background-color: none;
    padding: 5px;
    text-decoration: none;
    text-align: center
}
p.btn:hover {
    text-decoration: none;
    color: #00FF40
}
p.btn:visited {
    text-decoration: none;
    color: #004080
}
.button {
    border-radius: 5px;
    box-shadow: 0px 2px 3px #666;
    font-family: Arial;
    color: red;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    position: absolute
}
.boton-request {
    font-size: 1.2em;
    letter-spacing: 0.025em;
    line-height: 4em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    font-weight: 600
}
.boton-request:hover {
    cursor: pointer;
    font-weight: 400
}
.boton-request a {
    text-decoration: none;
    color: red
}
.boton-request a:hover {
    color: #003466
}

                                            /*Body*/
.container {
    width: 100%;
    margin: 0 auto
}

                                            /*Header*/


header {
    background: url(../images/bg/img01.jpg) repeat;
    max-height: 670px;
    margin: 0px auto;
    width: 100%
}

                                 /*Top header new*/
.top-header-new {
    max-width: 1200px;
    max-height: 150px;
    margin: 0 auto;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 5px
}
.item-uno img {
    padding: 10px;
    align-content: center;
    width: 100%;
    max-width: 100px;
    height: auto
}
.item-dos ul {
    display: flex;
    justify-content: space-around;
    align-items: center
}
.item-dos img {
    max-width: 40px;
    max-height: 40px
}
.item-dos li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px
}
.item-tres {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    align-items: center
}
.item-tres a {
    text-decoration: none;
    color: red;
    font-size: 1.5em;
    padding: 10px;
    font-style: italic;
    background-color: #F2EFCD;
    border-radius: 5px
}
.item-tres a:hover {
    color: #3A7CA5
}


												/*Menu*/

.menu {
    max-width: 1200px;
    margin: 0 auto
}

												/*Banner*/

.banner {
    height: 450px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

											  /*Main*/
.main {
    overflow: hidden;
    max-width: 1200px;
    margin: 30px auto
}
/*.subtitle h2 {
    color: #003466;
    text-align: center;
    font-size: 1.5em;
    margin: 10px 10px;
    font-weight: 100
}
.error {
    font-weight: bold;
    margin: 100px 200px auto 200px
}
.error .subbanner {
    background-color: none;
    background-image: none
}
.error .subbanner h1 {
    text-align: center;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 150px;
    color: #07488C;
    margin-bottom: 50px
}
.error .inicio {
    margin-top: 70px;
    margin-bottom: 50px
}


.cinco {
    margin-bottom: 5px;
    border: .2px #b0abab solid;
    box-shadow: 2px 2px 5px grey
}*/
.wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1100px;
    width: 100%
}
.card-tour {
    flex-basis: 1 1 250px;
    border: 1px #F2EFCD solid;
    margin-left: 10px;
    display: inline
}
.card-tour h3 {
    margin-left: 10px;
    text-align: center
}
.card-tour h4 {
    margin-left: 10px;
    text-align: center
}
.card-tour p {
    padding-left: 10px;
    text-align: left;
    max-width: 250px
}
.card-tour img {
    margin-top: 10px;
    margin-left: 10px;
    padding: 1px;
    max-width: 250px;
    max-height: 150px;
    width: 100%
}
.initial {
    color: #07416e;
    font-family: 'Lobster', cursive;
    font-size: 2em;
    text-shadow: 2px 2px #ccc;
    padding-right: 6px
}

                                   /*Content-dos*/
.content-dos {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: 20px auto;
    width: 100%
}
.content-dos h2 {
    color: #003466;
    text-align: center;
    font-size: 2em;
    margin: 20px auto;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-transform: uppercase
}
.dos-column {
    flex: 1 1 250px;
    margin: 20px auto
}
.dos-column h2 {
    color: #07416e;
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: center
}
.dos-column h3,
.gale h3 {
    font-size: 0.9em;
    font-weight: 100;
    color: #333;
    text-align: left
}
.dos-column h4 {
    text-align: center
}
.dos-column p {
    text-align: justify;
    max-width: 250px;
    width: 100%;
    margin: 0;
    padding: 0
}
.dos-column img {
    border: 1px solid #07416e;
    margin: 0;
    padding: 1px;
    width: 100%;
    max-width: 250px;
    max-height: 129px
}
.dos-button {
    max-width: 250px;
    margin: 10px auto
}
.precio {
    flex: 1 1 70%;
    text-decoration: none;
    font-size: 1.2em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 400;
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
    color: #003466
}

                                     /*Content-tres*/

.content-tres {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 40px auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}
.tres-column1 {
    display: block;
    width: 600px;
    margin: 0
}
.tres-column1 h2 {
    color: red;
    font-size: 2.5em;
    font-weight: 200;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    text-transform: capitalize
}
.tres-column1 h3 {
    color: #07416e;
    font-size: 1.5em;
    text-align: center;
    text-transform: capitalize
}
.tres-column1 p {
    text-align: left;
    padding-left: 10px
}
.tres-column2 {
    display: block;
    padding-top: 40px;
    width: 400px
}
.tres-column2 h2 {
    color: #07416e;
    font-size: 2.5em;
    font-weight: 200;
    font-family: 'Lobster', cursive;
    letter-spacing: 2px;
    padding-top: 10px;
    text-transform: capitalize;
    text-align: center
}
.tres-column2 p {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px
}
.tres-column2 img {
    margin-left: 10px;
    border: solid 1px #006;
    padding: 2px
}

                                  /*Content cuatro*/

.content-cuatro {
    background: #015d33;
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}
.cuatro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto
}
.head-cuatro {
    background: #015D33;
    max-height: 3em;
    margin-bottom: 40px;
    max-width: 1200px;
    width: 100%
}
.head-cuatro h2 {
    color: #FF9;
    text-align: center;
    font-size: 2em;
    margin: 20px auto;
    text-shadow: black 0.1em 0.1em 0.2em
}
.cuatro-column {
    flex: 1 1 23%;
    margin: 15px 10px
}
.cuatro-column h3 {
    color: #FF9;
    font-weight: 400;
    padding-left: 5px;
    text-align: left;
    font-size: 1em;
    text-transform: uppercase
}
.cuatro-column p {
    text-align: left;
    margin-top: inherit;
    color: #FFFEA1
}
.cuatro-column ul li {
    color: #ff9;
    line-height: 180%;
    font-size: 18px;
    text-decoration: none;
    list-style: none
}
.cuatro-column li {
    text-align: left;
    line-height: 180%;
    color: #666
}
.cuatro-column a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #f5f58f
}
.cuatro-column b {
    font-weight: bold;
    color: darkgoldenrod
}
.cuatro-column img {
    margin: 10px auto
}
.cuatro-column a:hover {
    color: #f8f8da
}
						/*-----------Settings Movil display---------*/
 
 @media (max-width:768px) {
    
	p {
        font-size: 0.9em
    }
    
    .no-mobil {
        display: none
    }
    .content-cuatro {
        display: none
    }
	
	header {
    background: url(../images/bg/img01.jpg) repeat;
    max-height: 100%;
    margin: 0px auto;
    width: 100%
}
	
	
    .top-header-new {
       display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
   	 	grid-auto-rows: 1fr;
    	grid-gap: 5px
    }
    .item-uno {
        margin: 10px auto
    }
    .item-uno img {
        max-width: 90px;
        max-height: 81px;
        margin-top: 10px
    }
	
	.item-dos ul{
		display: grid;
    	grid-template-columns: 1fr;
   	 	grid-auto-rows: 1fr;
    	grid-gap: 5px
    }
	
	
    .item-dos li{
		list-style-type: none;
    	display: inline-block;
    	padding: 5px 5px;
    }
    .itemt-tres {
       margin-top: 10px;
       margin-right: 100px
    }
    .item-tres a {
        font-size: 1em;
        text-align: center;
        font-style: italic;
        text-decoration: none;
        color: red;
        font-family: 'Linden Hill', 'Times New Roman', Times, serif;
        padding: 10px;
        background-color: #F2EFCD;
        border-radius: 5px;
        max-width: 200px
    }
    .item-tres a:hover {
        color: #3A7CA5
    }
    .banner {
        height: auto;
    }
    .wrapper {
        width: 80%;
        margin: 0 10px
    }
    .content-one {
        margin: 15px 5px
    }
    article.item-2 span {
        color: red;
        padding: 5px;
        font-size: 1em
    }
    article.item-2 p {
        padding: 5px
    }
    .item-2 h3 {
        font-size: 1.1em;
        font-weight: 600
    }
    .button-big {
        margin-left: 20px
    }
    p span.initial {
        font-size: 1.4em;
        text-shadow: 2px 2px #ccc;
        padding-right: 6px
    }
    .grid-container {
        display: flex;
        flex-flow: column wrap;
        padding: 10px;
        width: 80%;
        margin: 10px auto
    }
    .grid-container>div {
        text-align: center;
        font-size: 0.8em;
        text-decoration: none
    }
    .dos-column {
        flex: 1 1 60%;
        margin: 20px auto
    }
    .dos-column h2 {
        font-size: 1.1em;
        text-align: center;
        padding: 0
    }
    .dos-column p {
        max-width: 100%;
        margin: 10px;
        text-align: justify
    }
    .dos-column h2 {
        color: #053050;
        font-weight: 400;
        text-transform: capitalize;
        text-align: left
    }
    .content-tres p {
        text-align: justify;
        padding: 10px auto;
        width: 90%
    }
    .content-tres h2 {
        text-align: center;
        font-size: 1.2em
    }
    .content-tres h3 {
        text-align: center;
        font-size: 1.1em;
        margin: 10px auto 10px auto
    }
    .boton-request {
        font-size: 1em;
        letter-spacing: normal;
        text-align: center;
        max-width: 480px;
        font-weight: 400
    }
    button.accordion:after {
        content: url(../images/accordion/right.png);
        float: left;
        width: 5px;
        height: 5px;
        padding-right: 5px
    }
    button.accordion.active:after {
        content: url(../images/accordion/down.png)
    }
    button.accordion h3 {
        padding-left: 5px;
        font-size: 0.8em;
        display: inline
    }
}
/*@media (min-width: 579px) and (max-width: 768px) {
    .content-cuatro {
        display: none
    }
    header {
        max-width: 100%
    }
    .banner {
        height: auto;
    }
    .top-header-new {
        width: 100%;
        height: 100%
    }
    .item-uno img {
        max-width: 120px;
        max-height: 108px;
        margin-top: 10px
    }
    .item-uno,
    .item-dos,
    .item-tres {
        flex-flow: row;
        margin: 0 40px
    }
    .item-dos img {
        max-width: 30px;
        max-height: 30px
    }
    .item-dos ul {
        padding: 0
    }
    .item-dos li {
        padding: 5px
    }
    .grid-container {
        display: flex;
        flex-flow: column wrap;
        padding: 10px;
        width: 90%;
        margin: 10px 10px
    }
    .grid-container>div {
        text-align: center;
        font-size: 0.8;
        text-decoration: none
    }
    .content-uno {
        margin-top: 15px
    }
    p span.initial {
        font-size: 1.4em;
        text-shadow: 2px 2px #ccc
    }
    article.item1 {
        margin: 0 10px 0 10px
    }
    article.item2 {
        margin: 0 10px 0 10px;
        max-width: 100%
    }
    .dos-column {
        flex: 1 1 25%;
        margin: 10px
    }
    .dos-column p {
        max-width: 90%;
        margin: 10px;
        text-align: left
    }
    .dos-column img {
        margin: 10px
    }
    .content-tres p {
        text-align: justify;
        padding: 10px auto;
        width: 90%
    }
    .content-tres h2 {
        text-align: center;
        font-size: 1.5em
    }
    .content-tres h3 {
        text-align: center;
        font-size: 1.1em
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grid-container {
        display: flex;
        flex-flow: column wrap;
        padding: 10px;
        width: 90%;
        margin: 10px auto
    }
    .grid-container>div {
        text-align: center;
        font-size: 0.8em;
        text-decoration: none
    }
    .top-header-new {
        width: 100%;
        height: 100%
    }
    .item-uno,
    .item-dos,
    .item-tres {
        display: inline-flex;
        flex-flow: row;
        margin: 0 50px
    }
    .item-dos img {
        max-width: 40px;
        max-height: 40px
    }
    .item-dos ul {
        padding: 0
    }
    .item-dos li {
        padding: 5px
    }
    .subitem1 {
        box-sizing: border-box;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        margin: 10px 10px
    }
}
@media only screen and (min-width: 1025px) {
    .grid-container {
        display: grid;
        grid-template-columns: "1fr" "1fr" "1fr" "1fr";
        grid-template-rows: "1fr" "1fr" "1fr" "1fr";
        grid-gap: 10px;
        padding: 10px;
        width: 1000px;
        margin: 10px auto
    }
    .grid-container>div {
        text-align: center;
        padding: 10px;
        font-size: 0.9;
        text-decoration: none
    }
}
.ctn-data {
    background-color: transparent;
    margin: 20px auto;
    max-width: 800px;
    border: 1px solid #000;
    box-shadow: 5px 5px 15px #015d33
}
.lbl-data h3 {
    font-size: 1.2em;
    color: darkblue;
    text-align: center
}*/