/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*===================Estilos de Index y Home================================*/
 
 /*==========================CONTENT-UNO-HOME================================*/

.content-uno-home {
	/*overflow: hidden;*/
	display: flex;
    flex-flow: row wrap;
	justify-content: space-around;
	
	max-width: 1200px;
	margin: 30px auto;
	width: 100%;
}

.content-uno-home h2 {
	color: #07416e;
	font-size: 1.5em;
	font-weight:400;
	padding-bottom:10px;
	text-align: center;
}


.content-uno-home p {
	padding-left: 10px;
	text-align: justify;

}

.item1-home {
	max-width: 570px;
	height:auto;
	margin: 10px 0 10px 0;
}


.item1-home .aviso h3{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color:#DD1212;
	font-weight:800;
	font-size:20px
	}	
	
.aviso p{
	margin-bottom:10px;
	color: blue}

body{
 background:url('http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/noisy_net.png') repeat;
  font-family: "Open Sans",  Impact;
}
.area{
  text-align:center;
  font-size:2.5em;
  color:#fff;
  letter-spacing:7px;
  font-weight:700;
  text-transform:uppercase;
  animation:blur .75s ease-out infinite;
  text-shadow:0px 0px 5px red,
      0px 0px 7px #fff;
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}
	
.item1-home h3{
	color: #07416e;
	font-size: 1em;
	font-style:italic;
	text-align:center;
	font-weight: 400;
	}
	
	

.text2{
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
	max-width:570px;
	margin:0 auto;
	width:100%;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	
}
	
.text2 ul {
	list-style-type:square;
	text-align:left;
	}
	
.text2a-home, .text2b-home {
	width:250px;
	margin:0 10px; 
	}

/*Section imagenes destination*/

.item2-home {
	max-width: 570px;
	margin: 10px 0 10px 0;
}

.item2-home h2{
	text-align: center;
	font-weight: 20000;
	font-size: 1.5em;
	color:#07416e;
}

.item2-home h3{
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	color:#07416e;
}

.item2-home>section{
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}

.item2-home img{
	margin:5px;
	width: 175px;
	height:125px;
	border-radius:20px

	
	
}

/*Termina la section de las imagenes*/

.initial-home {
	color: #07416e;
	font-family: 'Lobster', cursive;
	font-size: 2em;
	text-shadow:2px 2px #ccc;
}



/*========================= CONTENT-DOS-DOS===============================*/
.content-dos-dos {
	max-width: 1200px;
	margin: 100px auto;
	width: 100%;
	}
.content-dos-dos h2{
	font-size:2em;
	text-align: center;
	color:crimson;
	font-weight:500;
	text-shadow: 1px 3px 0px rgb(76, 77, 73);
	
}
.content-dos-dos h4{
	font-size:1em;
	text-align: center;
}
.content-dos-dos h3{
	text-align: center;
	font-weight: 500;
	font-size: 1.5em;
	color: #07416e;
	text-transform: uppercase;
}

.content-dos-dos span{
	font-size: medium;
}

.dos-grid-container {
	max-width: 1200px;
	margin:10px auto;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap:10px;
}

.dos-grid-container>div{
	border:1px solid #ccc;
	padding:10px;
	height:auto;
}

.dos-grid-container p{
	max-width: 400px;
}

                /*Content dos dos Espec*/
.content-dos-dos-espec{
	max-width:800px;
	border:1px solid #ccc;
	margin:20px auto;
	}
.content-dos-dos-espec h2{
	-ms-text-align-last: auto;
	text-align: center;}	
.content-dos-dos-espec p {
	padding:10px;
	}	

/*========================= CONTENT-DOS- A===============================*/

.content-dos-aa{
	box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
	
	}
	
	
section.column-dos-aa-1, section.column-dos-aa-2, section.column-dos-aa-3 {
	width:350px;
	margin:20px auto;
	border:1px solid #ccc;
	padding:10px;
	height:auto;
	}
	
section.column-dos-aa-1 img,  section.column-dos-aa-2 img, section.column-dos-aa-3 img{
	border-radius:10px;
	}
	
section.column-dos-aa-1 h2,  section.column-dos-aa-2 h2, section.column-dos-aa-3 h2{
	font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
	}
	
.content-dos-aa h3{
	font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
	}	

.content-dos-a {
	/*overflow: hidden;*/
	display: flex;
    flex-flow: row wrap;
	justify-content: space-around;
	
	max-width: 1150px;
	margin: 30px 10px;
	width: 100%;
	}
	
	
	
	div.rectangle   {
    width:180px;
    height:140px;  
    border:#BBB8B8 solid 1px;
	margin:10px
}


 /*===============================CONTENT-TRES=============================*/
.content-tres-home {
	box-sizing: border-box;
	
	max-width: 1200px;
	margin: 50px auto;
	width: 100%;
	
	display: flex;
	flex-flow:row wrap ;
	justify-content:space-around;;
}

.content-tres-home h3{
	font-size:2em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em
}

.content-tres-home li{font-size: 18px;}

 /*CONTENT-TRES COLUMNA 1 */

.tres-column1-home {
	display:block;
	width:500px;
	margin:0;
}

.tres-column1-home h2 {
	color: red;
    font-size:2.5em;
    font-weight: 200;
    font-style: italic;
    font-family: 'Lobster', cursive;
    text-transform: none;
	text-align: center;
	padding-top:10px;
	margin:0;
}

.tres-column1-home ul li{
	list-style-type: none;
	font-family: verdana;
	font-size: 14px;
	padding:10px;
	}
	
.tres-column1-home span{
	color:red}

.tres-column1-home img{
	border:1px solid #0A0FF3;
	padding:1px;
	border-radius: 10px;
}
.tres-column1-home p {
	text-align: left;
	}
.tres-column1-home a{color:#07416e}

/* CONTENT-TRES COLUMNA2 */


.tres-column2-home{
	display:block;
	padding-top:40px;
	width:400px;

	}

.tres-column2-home h2 {
	color: #07416e;
	font-size: 2em;
	font-weight: 200;
    font-style: italic;
	font-family: 'Lobster', cursive;
	letter-spacing: 2px;
	padding-top: 10px;
	text-transform:capitalize;
	text-align:center;
	
}

.tres-column2-home p {
	text-align: left;
	padding-left:10px;
	padding-top:10px;
}

.tres-column2-home img {
	margin-left:10px;
	border:solid 1px #006;
	padding:2px;
	border-radius: 10px;
}


/*=========================================MEDIAS QUERIES=============================*/


@media only screen and (max-width : 768px) {

/*====================CONTENT-UNO-HOME==============*/
.content-uno-home {
	display: flex;
    flex-flow: row wrap;
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
}
.content-uno-home h1 {
	color: #07416e;
	font-size: 1em;
	font-weight:400;
	padding-bottom:10px;
	text-align: center;
	text-transform: capitalize;
}


.content-uno-home h2 {
	color: #07416e;
	font-size: 1em;
	font-weight:400;
	padding-bottom:10px;
	text-align: center;
}


.content-uno-home p {
	padding-left: 10px;
	text-align: justify;

}

.item1-home {
	max-width: 600px;
	margin: 10px;
}

.item1-home h3{
	font-size:1em;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em
}

.item2-home {
	max-width: 600px;
	margin:30px auto;
}

.item2-home h3{
	text-align: center;
	font-weight: 500;
	font-size: 1em;
}

.item2-home>section{
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}

/*===================== CONTENT-DOS-DOS=========*/
.content-dos-dos {
	max-width: 600px;
	margin: 20px auto;
	width: 100%;
}
.content-dos-dos h3{
	font-size:1em;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em
}
.content-dos-dos h4{
	font-size:0.9em;
	text-align: center;
}

.dos-grid-container {
	max-width: 600px;
	margin:10px auto;
	
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap:10px;
}
	
	.dos-grid-container p{
		margin: 10px auto;
		max-width: 500px;
	}
	
	.content-dos-aa{
		display:none;}

/*======================== CONTENT-TRES-HOME============*/
.content-tres-home {
	max-width: 600px;
	margin: 10px auto;
	width: 100%;
	
	display: flex;
	flex-flow:row wrap ;
	justify-content:space-around;;
}

.content-tres-home h3{
	font-size:1em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em
}

 /*CONTENT-TRES COLUMNA 1 */

.tres-column1-home {
	display:block;
	width:80%;
	margin:0;
}

.tres-column1-home h2 {
	color: red;
    font-size:1em;
    font-weight: 200;
    font-style: italic;
    font-family: 'Lobster', cursive;
    text-transform: none;
	text-align: center;
	padding-top:10px;
	margin:0;
}

.tres-column1-home ul li{
	list-style-type: circle;
}

.tres-column1-home img{
	border:1px solid #0A0FF3;
	padding:1px;
	border-radius: 10px;
	max-width: 80%;
	margin: 0 auto;
}
.tres-column1-home p {
	text-align: left;
	padding-left: 10px;
	}


/* CONTENT-TRES COLUMNA2 */


.tres-column2-home{
	display:block;
	padding-top:40px;
	width:400px;

	}

.tres-column2-home h2 {
	color: #07416e;
	font-size: 2em;
	font-weight: 200;
    font-style: italic;
	font-family: 'Lobster', cursive;
	letter-spacing: 2px;
	padding-top: 10px;
	text-transform:capitalize;
	text-align:center;
	
}

.tres-column2-home p {
	text-align: left;
	padding-left:10px;
	padding-top:10px;
}

.tres-column2-home img {
	border:solid 1px #006;
	padding:2px;
	border-radius: 10px;
	width: 80%;
    margin: 0 auto;   
}

}




