/*PARA PANTALLAS DE 1000px O MAYORES*/
@media only screen and (min-width: 1000px) {
    /* Styles for screens with a width of 600 pixels or less */
    /* Add your responsive styles here */

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: #0b0c11;
    color: #f7f5f5;
}


.container {
    width: 80%;
    margin: 0 auto;
}

header {
    background-color: #0b0c11;
    color: #f3feff;
    padding: 1em 0;
	/*border-bottom: 5px solid #0B1116;*/
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_pic img{
	max-width: 350px;
	height: auto
}

.logo img {
    max-height: 70px;
}

.social-icons img {
    width: 50px; /* Set the width of the icons */
    height: auto;
}



/*SECTIONS INFORMATION*/



.menu {
	display: flex;
    justify-content: center;
	font-size: 24px;
	/*border-bottom: 5px solid #0B1116;*/
}

.menu-button {
    padding: 10px 20px;
    margin: 0 10px;
    /*background-color: #330065; #fe0000;*/
	background: linear-gradient(45deg, #330065, #fe0000);
    font-family: 'Poppins', sans-serif;
	color: #d4d2d2;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
	text-decoration: none;
}

.menu-button:hover {
    background: linear-gradient(45deg, #f0eded, #f0eded);
	color: #0b0c11;
}



.social-icons a {
    margin-left: 10px;
    text-decoration: none;
    color: #f3feff;
}

.section {
	flex-direction: column;
	display: flex;
    padding: 50px 0;
    text-align: center;
	align-items: center;
	justify-content: center;
	/*background-color: #0B1116*/
}

.section h3 {
	font-size: 35px; /* Adjust the font size as needed */
	/*text-shadow: 1px 1px 2px rgba(147, 136, 119, 0.5);
	text-shadow: 1px 1px 1px rgba(147, 136, 119, 0.5),-1px -1px 1px rgba(147, 136, 119, 0.5),1px -1px 1px rgba(147, 136, 119, 0.5),-1px 1px 1px rgba(147, 136, 119, 0.5);*/
	font-weight: normal;
	color: #f0eded;
}

.section h1 {
	font-size: 50px; /* Adjust the font size as needed */
	text-align: center;
	font-weight: normal;
	color: #808286;/*#f0eded;*/
}

.section p {
    font-size: 20px; /* Adjust the font size as needed */
	color: #808286;
	text-align: center;
}

.section img {
max-width: 300px;
	
}

h1 span {
    font-weight: normal;
}

p span {
    font-weight: normal;
}

.highlight {
    color: #ffffff; /* Change the color as needed */
}

.emphasis {
    color: #808286; /* Change the color as needed */
}

.picture_transition {
	padding: 90px 0;
	display: flex;
    justify-content: center;
	/*border-bottom: 5px solid #0B1116;*/
}

.picture_transition img {
	width: 200px;
}

.columna {
	padding: 60px 0;
	display: flex;
    flex-direction: row;
	justify-content: center;
}
.columna_iconos {
	width: 70%;
	padding: 60px 0;
	display: flex;
    flex-direction: row;
	justify-content: center;
}

.box {
	
    width: 33%;
    margin-right: 25px;
    display: flex;
	align-items: flex-start;
    justify-content: center;
    }

.box p {
font-size: 18px;
text-align: left;
}
	
.box img {
max-width: 110px;	
	
}

.inspiration_icons {
	width: 150px;
	
	}
	
.inspiration_icons:hover {
            transform: scale(1.2); /* You can adjust the scale factor as needed */
        }
.inspiration_picture {
	padding: 30px 0;
	width:250px;
}

		
.ctext {
    text-align: left;
	font-size: 12px;
    }
	
.contact-icon-img {
    width: 80px; /* Set the width of the icons */
    height: auto;
}

.contact-icon-img:hover{
	transform: scale(1.2);
	
}



/*FOOTER INFORMATON*/
footer {
	background-color: #0b0c11;
    color: #f3feff;
    text-align: center;
    padding: 250px 0;
	/*border-top: 1px solid #333;*/
}

.footer-links {
	padding: 50px 0;
}

.footer-links a {
	margin: 0 10px;
    text-decoration: none;
    color: #f3feff;
}

.footer-logo {
	padding: 10px 0;
	float: center; /* Align the logo to the right */
    margin-top: 5px; /* Optional: Adjust the top margin for vertical alignment */
}

.footer-logo img {
    max-height: 65px;
}

.footer-img img {
    max-height: 90px;
}



}



/*PARA PANTALLAS MAS PEQUEÑAS De 999px*/

@media only screen and (max-width: 999px) {
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: #0b0c11;
    color: #f7f5f5;
}


.container {
    width: 100%;
    margin: 0 auto;
}

header {
    background-color: #0b0c11;
    color: #f3feff;
    padding: 1em 0;
	/*border-bottom: 5px solid #0B1116;*/
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_pic img{
	max-width: 0px;
	height: auto
}

.logo img {
    max-height: 60px;
}

.social-icons img {
    width: 55px; /* Set the width of the icons */
    height: auto;
}



/*SECTIONS INFORMATION*/



.menu {
	padding: 30px 0px;
	display: flex;
    justify-content: center;
	font-size: 14px;
	/*border-bottom: 5px solid #0B1116;*/
}

.menu-button {
    padding: 10px 20px;
    margin: 0 10px;
    /*background-color: #330065; #fe0000;*/
	background: linear-gradient(45deg, #330065, #fe0000);
    font-family: 'Poppins', sans-serif;
	color: #d4d2d2;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    font-size: 12px;
	text-decoration: none;
}

.menu-button:hover {
    background: linear-gradient(45deg, #f0eded, #f0eded);
	color: #0b0c11;
}



.social-icons a {
    margin-left: 10px;
    text-decoration: none;
    color: #f3feff;
}

.section {
    flex-direction: column;
	display: flex;
	justify-content: center;
	padding: 50px 0;
    text-align: center;
	align-items: center;
	/*background-color: #0B1116*/
}

.section h3 {
	font-size: 22px; /* Adjust the font size as needed */
	/*text-shadow: 1px 1px 2px rgba(147, 136, 119, 0.5);
	text-shadow: 1px 1px 1px rgba(147, 136, 119, 0.5),-1px -1px 1px rgba(147, 136, 119, 0.5),1px -1px 1px rgba(147, 136, 119, 0.5),-1px 1px 1px rgba(147, 136, 119, 0.5);*/
	font-weight: normal;
	color: #f0eded;
}

.section h1 {
	font-size: 30px; /* Adjust the font size as needed */
	text-align: center;
	font-weight: normal;
	color: #808286;/*#f0eded;*/
}

.section p {
    font-size: 16px; /* Adjust the font size as needed */
	color: #808286;
	text-align: center;
}

.section img {
max-width: 55%;
	
}

h1 span {
    font-weight: normal;
}

p span {
    font-weight: normal;
}

.highlight {
    color: #ffffff; /* Change the color as needed */
}

.emphasis {
    color: #808286; /* Change the color as needed */
}

.picture_transition {
	padding: 50px 0;
	display: flex;
    justify-content: center;
	/*border-bottom: 5px solid #0B1116;*/
}

.picture_transition img {
	width: 180px;
}

.columna {
	padding: 30px 0;
	/*display: flex;*/
    flex-direction: row;
	justify-content: center;
}

.columna_iconos {
	width: 70%;
	padding: 30px 0;
	display: flex;
    flex-direction: row;
	justify-content: center;
}



.box {
	
    width: 100%;
    /*border: 1px solid #3498db;*/
    margin-right: 10px;
    display: flex;
	align-items: flex-start;
    justify-content: center;
    }

.box p {
font-size: 18px;
text-align: center;
}
	
.box img {
max-width: 130px;
}

.inspiration_icons {
	width: 90px;
	
	}

.inspiration_icons:hover {
            transform: scale(1.2); /* You can adjust the scale factor as needed */
        }
		
.inspiration_picture {
	padding: 30px 0;
	width:100%;
}
		
.ctext {
    text-align: center;
	font-size: 12px;
    }
	
.contact-icon-img {
    width: 60px; /* Set the width of the icons */
    height: auto;
}

.contact-icon-img:hover{
	transform: scale(1.2);
	
}



/*FOOTER INFORMATON*/
footer {
    background-color: #0b0c11;
    color: #f3feff;
    text-align: center;
    padding: 40px 0;
}

.footer-links {
	padding: 20px 0;
}
.footer-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #f3feff;
}

.footer-logo {
	padding: 20px 0;
	float: center; /* Align the logo to the right */
    margin-top: 5px;	/* Optional: Adjust the top margin for vertical alignment */
}
.footer-logo img{
max-width: 110px;
}

.footer-img img {
    max-height: 80px;
}
}