/* body */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Tilt Neon', cursive;
}

body {

  font-size: 20px;
  line-height: 1.5;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* header */

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}

#foto {
  width: 250px;
  height:200px;
  border-radius: 50%;
  margin-right: 2rem;
}

#texto_imprimir {
  color: crimson;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  border: none;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}

.btn:hover {
  background-color: #0062cc;
}

.fa-solid,
.fa-regular,
.fa-brands {
  font-family: 'Font Awesome 5 Free', sans-serif;
}


#titulo {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #333;
  color: aliceblue;
}

/* section */

h2 {

  margin-top: 40px;
}

iframe {
  width: 560px;
  height: 315px;
}

.section1 {
  text-align: center;
  justify-content: center;
  background-color: #fff;
}

.info_cv1 {
  margin-bottom: 2rem;
  
}

.info_cv2,
.info_cv3,
.info_cv4 {
  margin-bottom: 2rem;
}

.info_cv2 ul,
.info_cv3 ul,
.info_cv4 ul {
  padding-left: 2rem;
}

.info_cv2 li,
.info_cv3 li,
.info_cv4 li {
  margin-bottom: 0.5rem;
}

/*footer */

#footer2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #f5f5f5;
}

.redes {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #007bff;
}

.redes:hover {
  color: #0062cc;
}
  
@media (min-width: 760px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   

  }

  #texto_imprimir {

    margin-top: 0;
  }

  .info_cv1 {
    margin-bottom: 0;
    margin-right: 2rem;
    text-decoration: none;
  }

  .info_cv2,
  .info_cv3,
  .info_cv4 {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 568px) {
  .video_responsive {
    width: 310px;
    height: 186px; 
}}


/**

recurso informatvo

@media screen and (max-width: 480px) {
  iframe {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fuente7 {
    display: none;
  }
}