@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: ocarina;
  src: url("../fonts/gothic.ttf");
}

@font-face {
  font-family: ocarina_titulo;
  src: url("../fonts/trajan.ttf");
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

.mob {
  display: none;
}

.desk {
  display: block;
}

body {
  width: 100%;
  background: #ffffff;
  font-family: ocarina;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

header {
  width: 100%;
  height: 100px;
}

header .cont_head {
  width: 100%;
}

header .cont_head .paralel {
  float: left;
  width: 100px;
}

header .cont_head .ocarina {
  float: left;
  width: calc(100% - 200px);
  text-align: center;
}

header .cont_head .ocarina img {
  width: 100%;
  height: 100px;
  padding: 5px;
  box-sizing: border-box;
}

.contenedor {
  width: 100%;
  overflow: hidden;
}

.contenedor .video {
  width: 100%;
  background-image: url(../images/back_video.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 75px 0;
}

.contenedor .video .insertyoutube {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contenedor .video .insertyoutube iframe {
  width: 100%;
  height: 450px;
}

.contenedor .secciones {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contenedor .secciones section {
  width: 100%;
  padding: 10px;
  max-width: 1000px;
  margin: 8px auto;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-sizing: border-box;
}

.contenedor .secciones section .titulo {
  color: #507db4;
  font-size: 22px;
  padding: 10px 5px;
  font-family: ocarina_titulo;
}

.contenedor .secciones section .subtitulo {
  color: #df5052;
  font-size: 25px;
  padding: 15px 20px 0 20px;
  font-weight: bold;
}

.contenedor .secciones section .parrafo {
  padding: 10px;
}

.contenedor .secciones section .parrafo ul {
  padding: 0px 25px;
}

.contenedor .secciones section .parrafo ul li {
  padding: 5px 0;
}

.contenedor .secciones section .parrafo p {
  padding: 10px;
}

.contenedor .secciones section .imagen {
  padding: 10px;
}

.contenedor .secciones section .imagen img {
  width: 100%;
  height: auto;
  padding: 10px 40px;
  box-sizing: border-box;
}

footer {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
}

footer .cont_footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

footer .cont_footer .creditos {
  float: left;
  width: 50%;
}

footer .cont_footer .creditos ul {
  padding: 15px 0;
}

footer .cont_footer .creditos ul li {
  list-style: none;
  padding: 5px 15px;
}

footer .cont_footer .creditos ul li.titulo {
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: bold;
}

footer .cont_footer #logos {
  float: left;
  width: 50%;
  text-align: center;
}

footer .cont_footer #logos .logo {
  width: 100%;
  padding: 15px 5px;
}

footer .cont_footer #logos .logo img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 800px) {
  #contenedor #video {
    padding: 30px 0;
  }

  #contenedor #video #insertyoutube iframe {
    height: 230px;
  }

  .contenedor .secciones section .imagen img {
    padding: 10px 10px;
  }

  footer .cont_footer .creditos {
    float: none;
    width: 100%;
  }

  footer .cont_footer #logos {
    float: none;
    width: 100%;
  }
}
