@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	width: 100%;
	background-color: #000000;
	font-family: Palatino, "Palatino Linotype",  "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: normal;
}

body::-webkit-scrollbar {
	width: 10px;
	background: #000000;
	border-left: 1px  solid #27D4E2;
	border-left-style: dashed;
	
}

body::-webkit-scrollbar-thumb{
	border: 1px solid #A3947F;
	background: #A3947F;
	border-radius: 10px;
}	

/* CONTENIDO DE PAGINA */

h1{
	color: white;
	font-family: changeling-neo-stencil, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22pt;
	width: 740px;
	text-align: right;
	text-shadow: 10px 8px 8px #000000;
	margin-right: 50px;
	margin-top: 150px;
}

h2 {
	
	font-size: 17pt;
	text-align: center;
}

h3{
	color: white;
	font-size: 16pt;
	text-align: left;
	width: 95%;
	margin: auto;
	
}

p{
	text-align: justify;
	color: white;
	font-family: Palatino, "Palatino Linotype",  "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 15pt;
	font-weight:normal;
	width: 95%;
	margin: auto;
}

.fondo_pagina{
	background-image: url("../imagenes/modelo_pagina.jpg");
	background-attachment: fixed;
	width: 100%;
	height: 777px;
	background-size: cover;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_texto{
	width: 573px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: #747474;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 10px 8px 20px #606060;
	box-shadow: 10px 6px 20px #606060;
	margin-top: 400px;
	color: white;
	
}

.ornamento{
	max-width: 768px;
	height: auto;
	margin: auto;
	background-image: url("../imagenes/FONDO_ORNAMENTO2.png");  
	background-repeat: repeat-y;
	margin-top: 50px;
}

.titulo_para_blog{
	border: 1px solid #27D4E2;
	text-align: left;
	font-size: 16pt;
	border-radius: 10px;
	color: #27D4E2;
	text-decoration: none;
	padding: 5px 35px;
	background-color: #000000;
	background-image: url("../imagenes/icono_pregunta.png");
	background-repeat: no-repeat;
	background-position: 98% 7%;
}

.titulo_para_blog:hover{
	border: 0px; 
	border-radius: 0px;
	color: #ffffff;
	text-decoration: underline;
	padding: 5px 35px;
	background-image: url("../imagenes/icono_externo_b.png");

}

.titulo_para_blog{
	border: 1px solid #27D4E2;
	text-align: center;
	font-size: 16pt;
	border-radius: 10px;
	color: #27D4E2;
	padding: 5px;
	background-color: #000000;
	background-image: url("../imagenes/icono_pregunta.png");
	background-repeat: no-repeat;
	background-position: 98% 7%;
	width:  70%;
	margin: auto;
}

.titulo_para_blog a{
	color: #27D4E2;
	font-size: 15pt;
	text-align: center;
	text-decoration: none;
	padding: 0px 45px;
}
	
.titulo_para_blog:hover{
	border: 0px; 
	border-radius: 0px;
	color: #ffffff;
	text-decoration: underline;
	padding: 5px;
	background-image: url("../imagenes/icono_externo_b.png");
	
}

.titulo_para_blog a:hover{
	color: #ffffff;
}

.link_para_blog{
	
	color: #27D4E2;
	text-decoration: underline;
	background-color: #000000;
	
}

.link_para_blog:hover{
	border: 0px; 
	border-radius: 0px;
	color: #ffffff;
	
	
}

.titulo_general{
	text-align: center;
	margin: auto;
	font-size: 16pt;
}

.paquete_Web{
	background: url("../imagenes/MANO_PAGINAS_WEB.png");
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 20px;
	
}

.cuadro_servicios{
	background-color:rgba(0,0,0,0.8);
	border: 1px solid  #7F7F7F;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 126px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	
}

.titulo_paquete{
	font-size: 30pt;
	font-family: changeling-neo-stencil, sans-serif;
	font-weight: 700;
	width: 95%;
	margin: auto;
}

.cuadro_servicios p{
	text-align: center;
}

.titulos{
	text-align: left;
	color: #27D4E2;
	width: 95%;
	margin: auto;
}

.titulos_faq{
	
	color: #27D4E2;
	font-size: 17pt;
	width: 95%;
	margin: auto;
}



/* DISEÑO PARA TABLET */

@media (min-width:481px) and (max-width:768px){
	
	body{
		font-family:"source-sans-pro";
	}
	
h1{
		width: 85%;
		text-align: right;
		font-size: 19pt;
		margin-top: 100px;
		margin-bottom: 150px
	}
	
h3{		
	text-align: left;
		
	}
	
.fondo_pagina .slide_texto{
		width: 89%;
		font-size: 15pt;
		
	}
	
.fondo_pagina{
	background-image: url("../imagenes/modelo_pagina.jpg");
    background-attachment: scroll;
	background-size: cover;
	width: 100%;
	height: 1024px;
    background-position: 46% 0%;
	}
	
.cuadro_servicios{
	background-color:rgba(0,0,0,0.60);
	}		

}



/* DISEÑO PARA MOVIL */

@media (min-width:0px) and (max-width:480px){
	
h1{
	width: 90%;
	text-align: right;
	font-size: 16pt;
	margin-top: 500px;
	margin-bottom: 30px;
	text-shadow: 3px 5px 3px #000000;
	margin-right: 0px;
	}
	
h3{
	font-size: 12pt;
	width: 90%;
	
	}
	
p{
	font-size: 11pt;
	text-align: left;
	width: 90%;
	}
	
.fondo_pagina{
	background: url("../imagenes/modelo_pagina.jpg");
	background-size: cover;
	width: 100%;
	height: 850px;
	background-position: 60% 9%;
	background-attachment: scroll;
		
	}
	
.slide_texto{
	width: 95%;
	font-size: 13pt;
	margin-top: 0px;
		
	}
		
.titulo_general{
		font-size: 13pt;
	}
	
.titulo_paquete{
		text-align: center;
	}
	
.paquete_Web{
		background-position: 70px;
	}
	
.titulos{
	font-size: 15pt;
	text-align: center;
	margin-top: 10px;
	}
			
.titulos_faq{
		text-align: left;
		font-size: 16pt;
	}
	
	.titulo_para_blog{
		width: 90%
	}
	
.titulo_para_blog a{
		font-size: 12pt;
		padding: 0px;
	}
	
	
}
	


/* CSS Document */

