/* RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

* {box-sizing:border-box;}





/*ESTILOS GENERALES
****************************************/

body {
    background-image: url("../imagenes/ecailles.png");
    font-family: 'Muli', sans-serif;
    color: #323131;
	}
	
::-webkit-scrollbar {
	width: 10px;
	}
	
::-webkit-scrollbar-track { /*fondo-barra-scroll*/
	background-color: #E9E9E9;
	}

::-webkit-scrollbar-thumb { /*barra-scroll*/
	background-color: #00E400;
	}
	
::-moz-selection {
	background-color:#E9E9E9;
	}
	
::selection {
	background-color:#E9E9E9;
	}
	
a {
	text-decoration:none;	
		
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	}

/*generales*/

#redes_sociales {
    width: 40px;
    height: 120px;
    position:fixed;
    right: 50px;
    bottom: 50px;
}


#redes_sociales a:hover {
    opacity: 0.7;
}

/*inicio*/

.yuddy {
    width: 35px;
    height: 258px;
    position:fixed;
    top: 40px;
    right: 50px; 
    background-image: url("../imagenes/y.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.inicio {
    background-image: url("../imagenes/yuddy.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 1950px;
    padding-top: 350px;
}

.inicio h1 {
    font-family: 'Playfair Display', serif;
    width: 550px;
    margin: auto;
    font-size: 70px;
    font-weight: 900;
    color: #00E400;
    text-align: center;
    margin-bottom: 150px;    
}


.inicio h1 span {
    color:#FB0248;
    
}

.inicio h5 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    color:#FB0248;
    text-align: center;    
}

.inicio h5 span {    
    font-size: 16px;
    color: #00E400;
    
}


.inicio h2,
.portafolio h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 100px;
    font-weight: 900;
    color: #00E400;
    text-align: center;
    
}

.inicio p {
    width: 600px;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
}

.inicio figure {
    width: 642px;
    height: 237px;
    position: absolute;
    right: 0;
    top: 600px;
}


.inicio figure img {
    width: 100%;
}

.inicio .servicio_1 {
    margin-left: 14%;
}

.inicio section {
    width: 24%;
    height: 600px;
    position: relative;
    float: left;
    margin-top: 50px;
    
}

.inicio section h2 {
    font-size: 25px;
    line-height: 25px;
    background-image:url("../imagenes/titulos.png");
    width: 250px;
    height: 240px;
    color: white;
    margin: auto;
    padding-top: 110px;
}

.inicio .servicio_2 h2 {
    background-image:url("../imagenes/titulos_2.png");    
}


.inicio section p {
    width: 70%;
    margin: auto;
    font-size: 17px;
    line-height: 27px;
    border-top: 1px dashed #00E400;
    padding: 5%;
}

.portafolio {
    width: 890px;
    height: 900px;
    margin: auto;
    }

.portafolio p {
    width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 60px;
}


.portafolio ul li a {
    width: 280px;
    height: 280px;    
    position: relative;
    float: left;
    margin: 8px;
    text-align:left;
    padding-top: 100px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 27px;
    }

.portafolio ul li a span {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;    
}

.portafolio ul li:nth-child(odd) a {
    border: 1px solid #FB0248;
    color: #00E400;
}

.portafolio ul li:nth-child(odd) a:hover {
    border: 1px solid #00E400;
    color: #FB0248;
}


.portafolio ul li:nth-child(even) a {
    border: 1px solid #00E400;
    color: #FB0248;
}

.portafolio ul li:nth-child(even) a:hover {
    border: 1px solid #FB0248;
    color: #00E400;
}


.portafolio ul li:nth-child(8) a {
    width: 573px;
    height: 280px;    
}

.hablemos {
    width: 500px;
    height: 300px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    padding-left: 240px;
    padding-top: 70px;
    font-size: 16px;
    line-height: 26px;
    color: #FB0248;
    background-image: url("../imagenes/call-me.png");
    background-position: left center;
    background-repeat: no-repeat;
}


.hablemos h3 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    text-align: center;
    color: #00E400;
}

.hablemos a {
    color: #FB0248; 
    font-size: 16px;
}

.hablemos a span {
    color: #00E400;
}


.hablemos a:hover {
    color: #00E400;    
}

#invitacion-instagram {
    width: 100%;
    height: 350px;
    background-image: url(../imagenes/ecailles-verde.png);
    color: white;
    padding-top: 70px;
    margin-bottom: 2px;
}

#invitacion-instagram h2,
#invitacion-instagram h3 {    
    text-align: center;
    margin: auto;
    text-shadow: 2px 1px 0px rgba(0,0,0,0.1);
}

#invitacion-instagram h2 {   
    width: 300px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    font-weight:900;
    margin-bottom: 20px;
}

#invitacion-instagram h3 {
    width: 350px;
    font-size: 20px;
    line-height: 25px;
}


/*plugin instagram*/

.ig-wrapper {
    overflow: hidden;
  }
  
  .ig-container {
    min-width: 120%;
    white-space: nowrap;
    height: 200px;
    
    
  }
  .ig-container a {
    display: inline-block;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
  }

  .ig-container a:link {
    text-decoration: none;
  }
  .ig-container a + a {
    margin-left: 0px;
  }
  .ig-container a.video::after, .ig-container a.series::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    content: '';
    background-repeat: no-repeat;
    background-image: url("../imagenes/iconos-instagram-plugin.png");
   
  }
  .ig-container a.video::after {
    background-position: 0 0;
  }
  .ig-container a.series::after {
    background-position: 100% 0;
  }
  .ig-container a img {
    height: 200px;
    width: auto;
    transition: all 0.1s ease-in-out;
  }
  .ig-container a span {
    position: absolute;
    white-space: normal;
    z-index: 100;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-height: 184px;
    vertical-align: bottom;
    margin-bottom: -200px;
    color: #7c7c7c;
    overflow: hidden;
    transition: margin .2s ease-in-out;
  }
  .ig-container a:hover span {
    margin: 0;
  }
  .ig-container a:hover img {
    filter: opacity(25%) grayscale(100%);
  }  
  
  /*cierre pligin instagram*/


#footer {
    width: 100%;
    height: 200px;
    background-image: url("../imagenes/footer.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 5px;
}

#footer footer {
    width: 1200px;
    height: 200px;
    margin: auto;  
}

#footer footer section {
    width: 32%;
    height: 200px;
    position: relative;
    float: left;

    
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 60px;
}


/*yuddy perfil*/


#yuddy {
    width: 80%;
    height: 1100px;
    margin: auto;
    background-image: url("../imagenes/yuddy-hernandez.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-left: 10%;    
}

#yuddy h1 {
    color: #00E400;
    font-size: 90px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    width: 150px;
    margin-bottom: 30px;
}

#yuddy h2 {
    color: #FB0248;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    width: 300px;
}

#yuddy h6 {
    line-height: 10px;
    font-size: 80px;
    color: #00E400;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    padding-top: 30px;
}


#yuddy p {
    font-size: 18px;
    line-height: 36px;
    width: 680px;     
}

#yuddy p span {
    color: #FB0248;
    
}


#yuddy h4 {
    color: #FB0248;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

#yuddy h5 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 50px;
    width: 600px;     
}

#yuddy h5 span {
    color: #FB0248;
    
}

.portafolio_perfil_yuddy {
    height: 700px;
}


/* M E D I A _ Q U E R Y
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


/*1536 x 864 _ tercera resolución más usada*/
@media screen and (max-width:1600px) {
    
.yuddy {
    top: 12px;
    right: 32px; 
}
    
.inicio {
    background-image: url("../imagenes/yuddy_1366.png");
    width: 100%;
    height: 1850px;
    padding-top: 290px;
}

.inicio h1 {
    width: 400px;   
    font-size: 50px;  
    margin-bottom: 150px;
}
    
 
.inicio figure {
    width: 450px;
    height:auto;
    top: 500px;
}
    
    
.inicio figure img {
    width: 100%;
    }
    
#redes_sociales {
    right: 30px;
}
    
#yuddy {
    width: 100%;
    height: 1100px;    
    padding-top: 200px;
    padding-left: 15%;    
}
    
    
#yuddy h1 {
    font-size: 60px;
}
    

#yuddy p {
    font-size: 16px;
    line-height: 36px;
    width: 600px;     
}
    
    
    
}


/*1366 x 768 _ Segunda resolución más usada*/
@media screen and (max-width:1400px) {
    
     
.inicio figure {
    top: 400px;    
}    
    
 
.inicio p {
    width: 550px;
    }
    
    
.inicio p,
.inicio section p,
.portafolio p,
.portafolio ul li a {
    font-size: 16px;
    line-height: 26px;
}
    
    
#yuddy {
    width: 100%;
    height: 1100px;    
    padding-top: 200px;
    padding-left: 12%;    
}
    
    
#yuddy h1 {
    font-size: 50px;
}
    

#yuddy p {
    font-size: 16px;
    line-height: 36px;
    width: 500px;
}    
    
    
    
    
}



/*1024 x 768 _ Tablet horizontal*/
@media screen and (max-width:1200px) {
  
    
.inicio p,
.inicio section p,
.portafolio p,
.portafolio ul li a {
    letter-spacing: normal;

}
    
 .inicio {
    background-image: url("../imagenes/yuddy_1024.png");
    width: 100%;
    height: 1650px;
    padding-top: 300px;
}
    
    
.inicio h1 {
    width: 300px;   
    font-size: 40px;  
    margin-bottom: 50px;
}
    
.inicio figure {
    top: 550px;    
}
    
    
.inicio .servicio_1 {
    margin-left: 8%;
}

.inicio section {
    width: 28%;
    margin-top: 50px;
}

.inicio section h2 {
    font-size: 18px;
    line-height: 22px;
    width: 200px;
    height: 192px;
    background-size: cover;
    padding-top: 90px;
}
    
    
.portafolio {
    width: 80%;
    height: 800px;
}

.portafolio p {
    width: 80%;
    letter-spacing: 1px;
    margin-bottom: 40px;
}


.portafolio ul li a {
    width: 31%;
    height: 250px;
    margin: 1%;    
    padding-top: 100px;
    padding-left: 30px;    
}

.portafolio ul li a span {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;    
}


.portafolio ul li:nth-child(8) a {
    width: 64%;
    height: 250px;    
}




#footer {
    width: 100%;
    height: 400px;
    background-image: url("../imagenes/footer.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

#footer footer {
    width: 300px;
    height: 400px;
    padding-top: 50px;
    margin: auto;  
}

#footer footer section {
    width: 100%;
    height:auto;    
    color: #00BD00;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #00E400;
}
    
    
    
#yuddy {
    height: 850px;    
    padding-top: 50px;
    padding-left: 10%; 
    background-image: url("../imagenes/yuddy-hernandez_2.png");
}
    
    
#yuddy h1 {
    font-size: 40px;
    line-height: 40px;
}
    

#yuddy p {
    font-size: 16px;
    line-height: 36px;
    width: 400px;     
}
    
    
#yuddy h2 {
    font-size: 20px;
    line-height: 30px;
}

#yuddy p {
    width: 500px;
    
}

#yuddy h4 {
    font-size: 20px;
    line-height: 30px;
}
    
#yuddy h5 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 40px;
    width: 500px; 
}
    
    
.portafolio_perfil_yuddy {
    height: 600px;
}
    

    

    
}


/*768 x 1024 _ Tablet vertical*/
@media screen and (max-width:800px) {
    
 .inicio {
    background-image: url("../imagenes/yuddy_768.png");
    height: 2500px;
    padding-top: 307px;
}
    
.inicio p {
    width: 80%;        
    }
    
    
.inicio figure {
    width: 300px;
    height:auto;
}

    
.inicio .servicio_1 {
    margin-left: 20%;
}

.inicio section {
    width: 60%;
    height:auto;
    margin-top: 50px;
    margin-left: 20%;
}

.inicio section p {
    width: 100%;
}
        
    
.portafolio {
    height: 900px;
}
    
    
.portafolio ul li a {
    width: 48%;
    height: 200px;
    margin: 1%;    
    padding-top: 70px;
}
    
.portafolio ul li:nth-child(8) a {
    width: 48%;
    height: 200px;    
}
    
    
#yuddy {
    background-image: url("../imagenes/yuddy-hernandez_3.png");
}
    
#yuddy  p {
    width: 400px;        
    }
    
.portafolio_perfil_yuddy {
    height: 750px;
}
    


}


/*360 x 640 _ Más usado en Móvil*/
@media screen and (max-width:500px) {
    
 .yuddy {
    width: 25px;
    height: 184px;   
    top: 8px;
    right: 8px; 
    background-size: cover;
}   

#redes_sociales {
    right: 5px;
    bottom: 150px;
}   
    
 .inicio {     
    height: 2800px;
     background-image: url("../imagenes/yuddy_320.png");
     padding-top: 280px;
}
    
.inicio h1 {
    width: 150px;   
    font-size: 30px;  
    margin-bottom: 150px;
}
    
    
.inicio h2,
.portafolio h2 {
    font-size: 30px;
    
}
    
.inicio .servicio_1 {
    margin-left: 10%;
}


.inicio section {
    width: 80%;
    margin-top: 50px;
    margin-left: 10%;
}
    
    
.portafolio {
    height: 1300px;
    width: 100%;
}
    
    
.portafolio ul li a {
    width: 80%;
    height: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 5%;
    padding-top: 30px;
}
    
.portafolio ul li:nth-child(8) a {
    width: 80%;
    height: 150px; 
    margin-left: 5%;
}
    
    
.hablemos {
    width: 320px;
    height: 230px;
    margin-bottom: 0px;
    padding-left:20%;
    padding-top: 50px;
    font-size: 14px;
    background-size: 50%;
}


.hablemos h3 {
    font-size: 22px;
    line-height: 50px;
}
    
    
#yuddy {
    background-image: url("../imagenes/yuddy-hernandez_4.png");

}
    
#yuddy h1 {
    font-size: 30px;
    line-height: 35px;        
    }
    
    
#yuddy  p {
    width: 70%;
    font-size: 14px;
    line-height: 34px;        
    }
    
#yuddy h2 {
    font-size: 18px;
    line-height: 28px;
}
    
    
#yuddy h4 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 0px;
}
    
#yuddy h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 36px;
    width: 270px; 
}
    
.portafolio_perfil_yuddy {
    height: 800px;
}    
    
    

}











