@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');


/*iconos*/


   body {
    
    padding-top: 60px;
    padding-bottom: 40px;
}

textarea {
    resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

@charset "UTF-8";

.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}








/**/


* {
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: #D5F8F4;
}
/* Inicio Estilos Navbar */
header{
	width: 100%;
	height: 80px;
	background-color: #5D5C5C;
	position: fixed;
}
.option img{
    width: 20px;
    margin-right: 2px;
    cursor: pointer;
}
.option h5{
    font-weight: 300;
    cursor: pointer;
	font-family: "boogaloo";
	font-size: 23px;
}
.option{
    padding: 10px 0px;
    display: flex;
    align-items: center;
    position: relative;
	margin-right: 30px;
}
a:hover{
    color: white;
}
a{
    color: #ffffffb2;
    cursor: default;
    display: block;
    position: relative;
    transition: color 300ms;
	text-decoration: none;
}
/* Fin Estilos Navbar */

/* Inicio Estilos Index */
#logo_pantalla1 {
	display: block;
	margin-top: 0px;
}
#boton{
	border-radius: 20px;
	height: 50px;
	width: 200px;
	background: #A74093;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;
	border-color: #A74093;
	margin: 70px;
}
#logo_pantalla_index {
	display: block;
	margin-top: 80px;
}
#boton_index{
	border-radius: 20px;
	height: 50px;
	width: 200px;
	background: #A74093;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 90px;
	border-color: #A74093;
	margin: 70px;
}
#logo{
	width: 300px;
    margin-top: 7px;
}
#gif{
	width: 300px;
}
/* Fin Estilos Index */

/* Inicio Estilos Portafolio */
.contenedor {
    width: 100%;
	display: flex;
	margin-top: 60px;
    flex-wrap: wrap;
	justify-content: center;
}
.contenedor-imagen{
	width: 400px;
	height: 400px;
	margin: 0px;
    overflow: hidden;
    position: relative;
}
.portafolio{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.contenedor-imagen:hover img{
    filter: blur(1.5px);
    transition: all .3s;
    transform: scale(1.5);
}
.texto{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-align: center;
	font-family: "boogaloo";
}
.texto h4{
	font-size: 40px;
}
.titulo{
    margin: 10px;
    padding: 5px;
    position: relative;
    left: 100%;
    transition: all .3s;
}
.contenedor-imagen:hover .titulo{
    left: 0;
    animation-delay: .3s;
    transition: all .3s;
}
.contenedor-imagen::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.contenedor-imagen:hover::before{
    background: rgba(0,0,0,0.4);
    z-index: 2;
    transition: all .3s;
}
.contenedor-imagen::after{
    content: "";
    position: absolute;
    top: 15%;
    left: -100%;
    width: 80%;
    height: 4px;
    background: white;
    z-index: 3;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.contenedor-imagen:hover::after{
    left: 50%;
    transition: all .3s;
}
/* Fin Estilos Portafolio */

/* Inicio Sobre Mí */
.parent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 7px;
	grid-row-gap: 0px;
}
h1{
	text-align: center;
	margin-top: 80px;
	color: #872577;
	font-family: "boogaloo";
	font-size: 40px;
}
.div1 { 
		grid-area: 1 / 1 / 2 / 2; 
		text-align: right;
		margin-top: 30px;
}
.div2 { 
		grid-area: 1 / 2 / 2 / 3; 
		margin-top: 22px;
		text-align: center;
}
.div3 { 
		grid-area: 1 / 3 / 2 / 4; 
		text-align: left;
		margin-top: 30px;
}
h6{
	font-size: 15px;
	color: #872577;
	font-family: "boogaloo";
}
.div1 p{
	font-size: 13px;
	color: #5D5C5C;
	font-family: "raleway";
}
.div3 p{
	font-size: 13px;
	color: #5D5C5C;
	font-family: "raleway";
}
.parent2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 5px;
	}
.div4 { 
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	grid-area: 1 / 1 / 2 / 2;
	text-align: center;
	font-size: 15px;
	color: #5D5C5C;
	font-family: "raleway";
}
.parent3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 5px;
	margin-top: 20px;
}	
.div5 { 
	grid-area: 1 / 1 / 2 / 2;
	text-align: right;
}
.div6 { 
	grid-area: 1 / 2 / 2 / 3; 
	text-align: center;
}
.div7 { 
	grid-area: 1 / 3 / 2 / 4; 
	text-align: left;
}
.parent4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	margin-top: 20px;
	align-items: center;
	text-align: center;
}	
.div8 { 
	grid-area: 1 / 1 / 2 / 2;
	align-items: center;
	/* margin-left: 10px; */
}
.div9 { 
	grid-area: 1 / 2 / 2 / 3; 
	align-items: center;
	/* margin-right: 10px; */
}
.div10 { 
	grid-area: 2 / 1 / 3 / 2;
	align-items: center;
	/* margin-left: 10px; */
}
.div11 { 
	grid-area: 2 / 2 / 3 / 3; 
	align-items: center;
	/* margin-right: 10px; */
}
.div12 { 
	grid-area: 3 / 1 / 4 / 2; 
	align-items: center;
	/* margin-left: 10px; */
}
.div13 { 
	grid-area: 3 / 2 / 4 / 3; 
	align-items: center;
	/* margin-right: 10px; */
}
/* Fin Sobre Mí */
