Вы находитесь на странице: 1из 5

body{

font-family: Myriad Pro;


}
p{
margin: 0px
}
h4 {
margin: 0px;
}
.cabecera{
height: 60px;
background:rgba(0,0,0,.5);
position: relative;
}
nav{
display: flex;
justify-content: flex-end;
height: 60px;
}
.menu {
display: flex;
list-style: none;
position: fixed;
}
.menu li {
display: block;
}
.menu li a {
display: block;
padding: 20px 15px
}

/*------------------ estilos de la banner ----------------*/


.img{
width: 100%;
position: absolute;
margin-top: -60px;
z-index: -1;
max-height: 100vh; /* alto de viewpor el alto de tu pantalla de tu monitor*/
}

.slogan__banner{
text-align: center;
color: #fff;
width: 350px;
margin: 25px auto 0px;
padding: 15px 0px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.slogan__banner h3{
margin: 0px;
font-size: 39px;
}
.redes__sociales{
padding: 15px;
width: 350px;
justify-content: center; /* = text-align: center; = margin 0 auto;
justify-conten centra en el eje principa a un elemento que tiene display: flex
*/
margin: 0 auto;
display: flex;
color: #fff;
}
.redes__sociales span{
padding: 5px;
display: block;
margin: 0px 5px;
border-radius: 50%;
font-size: 25px;
}
.icon-facebook{
background: #324b7f;
}
.icon-youtube{
background: #e52f28;
}
.icon-twitter{
background: #359dc3;
}
.icon-linkedin{
background: #045a84;
}
.contenido {
height: 93vh;
display: flex;
justify-content: center;/* centra en el eje principa en este caso el eje
x -> horisontal
*/
align-items: center;/* centra en el eje secundario en este caso el eje
y -> vertical
*/
}
/*------------- ESTILOS DE QUIEN SOY?----------------------*/
section{
padding: 30px 0px;
}
.margen-col{
margin: 8px 0px;
}
.padding-datos{
padding: 60px 0px;
}
section h2{
font-size: 45px;
margin: 10px 0px 15px;
}
.Bell_MT{
font-family: Bell MT;
}
.subtitulo{
color: #65c4d7;
font-size: 21px;
margin-bottom: 35px;
}
.dato1{
font-size: 19px;
text-transform: capitalize;
margin: 0px;
}
.dato{
color: #827e7e;
font-size: 19px;
text-transform: capitalize;
padding: 10px 0px;
border-bottom: 3px dashed #65c4d7;
}
/*Estilos de estudios */
.estudios{
background: #f4f4f4;
padding: 35px;
}
.fecha{
font-size: 20px;
}
.estudios h4{
font-size: 20px;
color:#65c4d7 ;
}
i.icon-flecha {
font-size: 20px;
color: #000;
}
div#accordion{
width: 80%;
margin: 0 auto;
}
li{
list-style: none;
}
.icon-flecha2{
font-size: 20px;
color:#65c4d7;
}
.panel-default > .panel-heading {
background-color: #fff;
border-color: #ddd;
}

/*experiencia laboral*/

.fecha__laboral{
background: #000;
color: #fff;
width: 120px;
text-align: center;
font-size: 18px;
line-height: 2em;
right:
}

/*.fecha__laboral::after{
content: " ";
background: #ccc;
border: 15px 0px 15px 0px solid #ccc;
width: 15px;
}*/
.espacio-30{
width: 100%;
height: 30px;
}
.flex-right{
display: flex;
justify-content: flex-end;
}
.border-lef{
border-left: 2px solid #000;
}
.border-right{
border-right: 2px solid #000;
margin-left: 2px;
}
.contenido__laboral{
margin-top: 15px;
margin-bottom: 35px;
text-align: justify;
}
.titulo_empresa{
color: #000;
font-size: 20px;
margin-bottom: 10px;
}

Вам также может понравиться