@charset "utf-8";
/* CSS Document */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:justify;
  scroll-behavior:smooth;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}
li {
	display:block;
	}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* FIN DE NORMALIZE*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 /* font-family: 'Poppins', sans-serif;*/
}

body {
  display: inline;
  justify-content: center;
  align-items: center;
  
}

header {
	position:relative;

}
nav {
	width:100%;
	height:auto;
	position:fixed;
	top:0;	
	background-color:none;
	z-index:1000;
	}
	
.menu {
	position:relative;
	width:100%;
	height:160px;
	margin:auto;
	background-color:rgba(255,255,255,0.4);
	backdrop-filter:blur(10px);	
}

.logo {
	float:left;
	width:125px;
	height:90px;
	margin-left:5px;
	margin-top:10px;
}
.logo img {
	object-cointain:fit;
	width:100%;
	height:auto;
}
/*botonera secundaria*/
.btn-2nd {
	float:right;
	width:250px;
	height:60px;
	background-color: rgba(255,255,255,0.8);
	margin-top:20px;
	margin-right:4px;
	border-radius:15px;
	display:grid;
	align-items: center;
	padding-top:3px;
	font-size:0.9em;
}

.btn2-top {
	width:100%;
	height:35px;
	
}
	
.btn2-bottom {
	display:none;
}

.social-top{
	width:90px;
	height:37px;
	text-align:center;
	border-right:0px solid black;
	margin-top:10px;
	text-align:center;
	display: table-cell;
   vertical-align: middle;

}
select.idiomas {
	border:0px;
	font-size:0.9em;
}


.social-top img {
	width:20px;
	height:auto;
}
/************************/

.main-btn {
	width:100%;
	height:45px;
	background-color:#02413b;
	float:left;
	border-bottom:1px solid #FFF;
	margin-top:15px;
}


	

ul {
	width:90%;
	margin:auto;display:flex;
}
li.bt {
	margin-top:10px;
	width:20%;
	}

a.btn{	
	font-size:1.2em;
	color:white;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	margin-top:10px;
	border-radius:3px ;
	text-decoration:none;
}

a.btn:hover{
	border-bottom:1px solid white;
	box-shadow:#032a26 0px 1px   15px;
}

a.btn:active{
	color:ed9d22;
	border-bottom:1px solid #ed9d22;
}
.linea-negra {
	display:none;
}

/*---------banner--------*/

.banner{
	width:100%;
	height:500px;
	position:relative;
	background-color:#00a79d;
	margin-top:160px;
	text-align:center;
}
.banner img {
	object-fit:cover;
	width:100%;
	height:100%;
}

.text-banner {
	position:relative;
	width:330px;
	height:440px;
	margin-top:-500px;
	float:right;
	z-index:900;
	background: rgb(255,255,255);
	background: linear-gradient(35deg, rgba(255,255,255,0) 30%, rgba(2,65,59,1) 100%);
	padding:10px;
	padding-right:50px;
	right:0px;
	text-align:right;
}
span.bannertext1 {
	color:white;
	font-variant:small-caps;
	font-size:1.15em;
	line-height:1.5em;
}
span.bannertext2 {
	color:white;
	font-variant:small-caps;
	font-size:4.8em;
	line-height:0.5em;
}

span.bannertext3 {
	color:rgba(166,186,25,1);
	font-variant:small-caps;
	font-size:2.3em;
	line-height:1em;
	text-shadow:5px 2px 10px black;
}

a.banner-btn {
	background-color:#017f73;
	color:white;
	padding:10px;
	text-decoration:none;
	margin:5px;
	line-height:3em;
	}
a:hover.banner-btn {
	background-color:#a6ba19;
}

/*------fin banner ------*/

.title-left {
	width:85%;
	margin-right:10%;
	height:100px;
	border-right:3px solid #00a79d;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:2%;
	color:#02413b;
	text-align:right;
	font-size:1.3em;
}

.title-right {
	width:85%;
	margin-left:10%;
	height:100px;
	border-left:3px solid #00a79d;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	color:#02413b;
	text-align:left;
	font-size:1.3em;
}

button.big-button-center {
	margin-top:40px;
	margin-bottom:20px;
	width:100%;
	height:150px;
	text-align:center;
	background: linear-gradient(360deg, rgba(0,167,157,1) 30%, rgba(2,65,59,1) 100%);
	color:white;
}

a.tours-btn {
	width:300px;
	height:70px;
	text-align:center;
	background-color:#ed9d22;
	padding:20px;
	text-decoration:none;
	color:white;
	font-size:2em;
	border:1px solid white;
	box-shadow:black 0px 0px 20px;
}
a.tours-btn:hover {
	
	color:#017f73;
	}
/******grid de oferta NORMAL *******/

.grid-trip{
	position:relative;
	width:90%;
	height:auto;
	display:grid;
	
	margin-top:30px;
	padding:10px;
	margin:auto;
	grid-template-columns:repeat(6, 1fr);
	grid-auto-rows:180px;
	grid-gap:5px;
	box-shadow:5px 0px 30px #aaaa9f;
	background-color:white;
	margin-bottom:50px;
}

.grid-trip img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.video-grid {
	grid-column:1/3;
	grid-row:1/3;
}

.oferta-grid {
	background: linear-gradient(180deg, rgba(2,211,180,1) 0%, rgba(1,127,115,1) 100%);
	grid-column:3/6;
	grid-rows:1/2;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-auto-rows:auto;
	padding:3px;
	grid-gap:3px;
	place-items:center;
}

.foto1-grid {
	grid-column:6/7;
	grid-rows:1/2;
}

.foto2-grid {
	grid-column:3/5;
	grid-rows:2/3;
}
.foto3-grid {	
	
	grid-column:5/7;
	grid-rows:2/3;
}

.oferta1 {
	width:90%;
	height:auto;
	text-align:left;
	place-items: center;
	border-bottom:1px solid #FFF;
}

span.text1-oferta {
	font-size:1em;
	color:#666;
}

span.text2-oferta-lugar {
	font-size:2.3em;
	color:#FFF;
	text-shadow:#000 0px 0px 5px;
	line-height:0.9em;
	font-weight:bold;
}

.oferta2 {
	width:90%;
	height:auto;
	text-align:right;
	place-items: center;
}

span.text3-oferta {
	font-size:0.8em;
	color:#000;
}

span.text4-oferta-lugar {
	font-size:2.5em;
	color:#02413b;
	line-height:0.8em;
	font-weight:bold;
}
span.text5-oferta {
	font-size:0.8em;
	color:white;
	font-weight:bold;
}

.boton-oferta {
	background-color:black; 
	width:100%; 
	text-align:right;
	border-radius:5px;
}

button.oferta {
	margin-top:-5px;
	background-color:black;
	color:white;
	border:0;
	padding:7px;
	width:100px;
	text-decoration:none;
}

a.oferta {
	color:white;
	text-decoration:none;
}

a.oferte:hover {
	color:#00a79d;
}

/**********slide show tours *********/
	.contenedor-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  width:100%;
  }
section.slide-trips {
  position: relative;
  height: 500px;
  width: 90%;
  display: flex;
  align-items: center;
  background-color:rgba(204,204,204,0.1);
  box-shadow:rgba(102,102,102,0.3) 0px 0px 5px;
}

.swiper {
	width:100%;
	

  }

.container {
  border-radius: 10px;
  text-align:center;
  width:90%;
  
  
}
.card {
	width:90%; 

	height:380px;
	}

.card .image-trip {
  width: 90%;
  max-width:250px;

 
}

.card .image-trip img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  
}

.card {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  border:1px solid #F5F5F5;
  
}

.card::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;

}

.card .card-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px;

}



.card .name-profession {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 5px;
  color: #666;
}

.name-profession .name {
  font-size: 1.1em;
  text-align:center;
  line-height:1em;
  font-variant:small-caps;
}

.name-profession .profession {
  font-size: 0.8em;

}

.datos {
 display:grid;
  grid-template-columns:2fr 1fr;
  align-items: center;
  margin-top: 10px;
  width:90%;
  height:90px; 

}

.detalles-datos {
	width:100%;
	height:80px;
	color:#333;
	text-align:left;
	font-size:0.8em;
	position:relative;


	
}
.detalles-datos ul {
	display:block;
}
.detalles-datos li {
	line-height:1.4em;
	
}
.precio-datos {
	color:#333;
	text-align:right;
}
.precio-slideshow {
	font-size:2.5em; 
	font-weight:bold; 
	line-height:0.8em;
}
.card .button {
  display: flex;
  justify-content: space-around;
  width:100%;
  margin-top: 20px;
}
.button {
	grid-columns:1/3;
	width:100%;
}
.card .button button {
  background:#017f73;
  border:0;
  outline: none;
  color: #ed9d22;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: .2s;
  text-decoration:none;
  
}
a.link-slide {
	text-decoration:none;
	background:none;
	border:0;
	color:#fff;
}

.card .button button:hover {
  background: #ed9d22;
}

.swiper-pagination-bullwidth {
  height: 7px;
  width: 26px;
  background: rgba(0,167,157,0.5);
  border-radius: 25px;
}

.swiper-button-next, .swiper-button-prev {
  background-color:rgba(0,167,157,0.5);
  color: #FFF;
}


/*****Fin Slide show    */  


.container-newsletter-home {
	width:100%;
	padding:10%;
	height:200px;
	background-image:url(../img/beach-back-news-home.jpg);
	/*background-color:#84f3e3;
	background-blend-mode:multiply;*/
	background-position:center;
	position:relative;
	
}
.contenedor-about-home {
	display:grid;
	grid-template-columns:1fr 1fr; 
	border:0px;
	border:0px;
	margin-top:30px; 
	margin-bottom:30px;
	
}
.about-home-left {
	width:80%; 
	
	position:relative;
	border-left:3px solid #02413b;
	margin-left:10%;
	padding-left:20px;
	font-size:1.5em;
	color:#017f73;
}
.about-home-right {
	width:80%; 
	float:left; 
	position:relative; 
	margin:auto;
	margin-top:20px; 
	text-align:right; 
	font-size:1em;
}
.container-newsletter-home {
	width:100%;
	padding:10%;
	height:200px;
	background-image:url(../img/beach-back-news-home.jpg);
	/*background-color:#84f3e3;
	background-blend-mode:multiply;*/
	background-position:center;
	position:relative;
	display:grid;
	grid-template-columns:1fr 1fr;
	align-content: center;

}

.title-newsletter-home {
	width:100%;
	height:100px;
	padding:10%;
	color:white;
	font-size:1.8em;
	text-align:left;
	line-height:1em;
	align-content:center;
	margin-top:-40px;
}

.subscribe-news {
	width:100%;
	height:100px;
	text-align:right;
	
}

input.news {
	width:80%;
	max-width:450px;
	height:40px;
	font-size:1em;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,0.5);
	border:1px solid white;
	margin-top:20px;
	line-height:1.5em;
}

section.blog-home {
	width:100%;
	height:auto;
	min-height:100px;
	padding:15px;
	position:relative;
	display:grid;
	grid-template-columns:1fr 1fr;
}

.content-fragmento-blog {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows:1fr 1fr 1fr;
	grid-gap:4px;
	height:220px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	border-radius:15px;
	background-color:rgba(247,247,247,1);
}

.foto-fragmento-blog{
	grid-column:1/2;
	grid-row:1/4;
	height:220px;
	padding:15px;
}
.foto-fragmento-blog img {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:8px;
}

.texto-fragmento-blog {
	grid-column:2/4;
	grid-row:1/3;
	padding:15px;
	font-size:0.9e;
	color:rgba(102,102,102,1);
}
span.title-fragmento-blog {
	color:#00a79d;
	font-size:1.2em;
}
.fecha-fragmento-blog {
	grid-column:2/3;
	grid-row:3/4;
	padding:15px;
}
.comments-fragmento-blog {
	grid-column:3/4;
	grid-row:3/4;
	padding:15px;
}

.boton-centrado {
	width:100%;
	height:100px;
	position:relative;
	background-color:white;
	text-align:center;
	padding-top:40px;
	font-size:1.5em;
}
a.btn-centrado {
	background-color:#00a79d;
	color:white;
	text-decoration:none;
	padding:10px 20px;
	border-radius:24px;	
}

a:hover.btn-centrado {
	background-color:#017f73;
	color:#ed9d22;
}

footer {
	position:relative;
	height:auto;
	width:100%;
	background-image:url(../img/back-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:1fr 1fr;
	grid-gap:10px;
	align-content: center;
    justify-content: center;
}

.tittle-contact {
	color:#02413b;
	font-size:4em;
	width:100%; 
	height:80px; 
	font-weight:bold; 
	text-align:center; 
	grid-column:1/4; 
	margin-top:100px;
}

.info-footer {
		background-color:rgba(0,0,0,0.4);
	width:100%;
	height:200px;
	display:grid;
	grid-template-columns:1fr 7fr;
	grid-template-rows:1fr 1fr 1fr;
	color:white;
	padding:12px;
	border:1px solid rgba(255,255,255,0);
	border-radius:8px;
	font-size:0.9em;
	
	line-height:1.5em;
}
.bottom-footer {
	width:100%;
	height:40px;
	grid-column:1/4;
	background-color:rgba(0,0,0,0.7);
	color:white;
	text-align:center;
	margin-bottom:30px;
}
.bottom-footer img{
	height:100%;
	width:auto;
}

#icon-bottom {
	text-align:center;
}

#icon-bottom img {
	width:60%;
	height:60%;
	object-fit:cover;
}
a.links-footer {
	color:white;
	font-size:0.9em;
	text-decoration:none;
}
a:hover.links-footer {
	color:#00a79d;
}


/*------------------------*/
@media only screen and (max-width: 930px) {
  /* For mobile phones: and tablets*/
  

  nav {
	  height:auto;
  }
  .menu { 
  		height:110px;
  }
  .main-btn {
	  display:none;
  }
  .btn-2nd {
	  height:80px;
	  
  }
  
  .linea-negra {
	  display:inline;
	  width:100%;
	  height:10px;
	  background-color:#02413b;
	  float:left;

	}
	.banner {
			margin-top:121px;
	}
	
	  
	
	.contenerdor-botonera-arriba {
		width:200px;
		height:90px;
		display:grid;
		grid-template-columns:auto;
		grid-gap:2px;
		grid-template-rows:auto auto;
		float:right;
		margin-top:10px;
		margin-right:10px;
		border-radius:10px;
		background-color:red;
		
	}
	
	.social-btn-arriba {
		width:180px;
		height:35px;
		margin:5px;
		margin-bottom:0;
		background-color:#099;
		
		
	}
	.social-btn-abajo {
		width:10px;
		height:35px;
		float:left;
		background-color:orange;
		margin:5px;
	}
	


	/*Menu de celulares */
		.btn2-bottom{
			display:block;
			width:100%;
			height:45px;
			border-top:1px solid #00a79d;
			
			
		}
		
		button.hamburguer {
			background-color:#017f73;
			border:0;
			float:right;
			
			margin-bottom:7px;
			width:57px;
			height:35px;
			display:grid;
			border-radius:7px;
		}
		.hamburguer1 {
			margin-left:6px;
			width:45px;
			height:5px;
			border-radius:3px;
			background-color:orange;
			margin-top:3px;
		}
		
		.dropdown {
		  display: inline-block;
		  position: relative;
		  width:100%;
		  margin-top:5px;
				
		}
		
		.dropdown-content {
		  display: none;
		  position: absolute;
		  width: 192px;
		  overflow: auto;
		  text-align:center;
		  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.6);
		  background-color:rgba(2,65,59,0.8);
		  border-radius:10px 0px 10px 10px;
		  transition: transform 0.35s;
		  border:rgba(255,255,255,0.3) solid 1px;
		}
		
		.dropdown:hover .dropdown-content {
		  display: block;
		  
		 
		}
		
		.dropdown-content a {
		  display: block;
		  color: #FFF;
		  font-size:1.5em;
		  padding: 10px;
		  text-decoration: none;
		  border-bottom:1px solid rgba(2,65,59,0.2);
		}
		
		.dropdown-content a:hover {
		  color: #FFFFFF;
		  background-color: rgba(0,167,157,0.5);
		  transition: transform 0.35s;
		}
		
		.dropdown-content a:release {
		  display:none;
		}/*Fin de menu cel*/
		
		
		/*empieza oferta grid TABLETS */
		.grid-trip{
			position:relative;
			height:auto;
			display:grid;
			grid-template-columns:1fr 1fr 1fr 1fr;
			grid-template-rows:90px 90px 90px;
			grid-gap:5px;
		}
		
		
		.video-grid {
			background-color:black;
			grid-column:1/3;
			grid-row:1/3;
		}
		
		.oferta-grid {		
			grid-column:3/5;
			grid-rows:1/3;	
			display: grid;	
			grid-template-columns:1fr;
			grid-template-rows:1fr 1fr;
			height:206%;
		}
		
		.foto1-grid {
			background-color:blue;
			grid-column:1/2;
			grid-rows:3/4;
		}
		.foto2-grid {
			background-color:blue;
			grid-column:2/3;
			grid-rows:3/4;
		}
		.foto3-grid {	
			
			grid-column:3/5;
			grid-rows:3/4;
		}
		
		.contenedor-about-home {
			grid-template-columns:1fr;
			grid-template-rows: 1fr 1fr;
}
		.container-newsletter-home {
			grid-template-columns:1fr;
			grid-template-rows: 1fr 1fr;
		}
		
		section.blog-home {
			grid-template-columns:1fr;
		}
		
		footer {
			grid-template-columns: 1fr;
		}
		
		.info-footer {
			margin-top:8px;
			grid-column:1/2;
			height:auto;
			}
			
		.tittle-contact {
			grid-column:1/2;
		}
}

@media only screen and (max-width: 700px) {
	/*---- solo celulares------*/
	
		/*empieza oferta grid */
		
		.logo {
			width:80px;
		}
		.text-banner {
			width:300px;
		}
	.grid-trip{	
		position:relative;
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-template-rows:repeat (5,1fr);
		margin:auto;
		padding-right:0;
		padding-left:0;
		margin-bottom:50px;

	}
	.grid-trip img {
		width:100%;
		height:100%;
		object-fit:cover;
	}
	
	.video-grid {
		
		grid-column:1/3;
		grid-row:1/4;
		
	}
	.oferta-grid {
	
		grid-column:1/3;
		grid-rows:4/4;
		display:grid;
		grid-template-columns:1fr 1fr;
		height:auto;
		padding:4px;
		grid-gap:10px;
	}
	
	
	.foto1-grid {
		
		grid-column:1/2;
		grid-rows:4/5;
	}
	.foto2-grid {
		
		grid-column:2/3;
		grid-rows:4/5;
	}
	.foto3-grid {	
		
		grid-column:1/3;
		grid-rows:1/3;
	}
}

