@font-face {
  font-family: "Roboto";
  src: url(../FUENTES/Roboto-Regular.ttf);
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
/*-------------------------Estilos base----------------------*/
img {
  display: block;
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.container {
  width: 100%;
  margin: auto;
}
.container--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column {
  width: 100%;
}

/*-------------------------Estilos header------------------*/

.main-header {
  width: 100%;
}
.main-header a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.logo {
  width: 180px;
  max-width: 180px;
  margin: 0;
}
.main-header__contactInfo a {
  color: #ef5936;
}
.main-header__contactInfo__phone {
  margin: 0 auto;
  padding: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  background: #ef5936;
}
.main-header__contactInfo__address {
  margin: 0 auto;
  padding: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  flex-wrap: wrap;
}
.main-header__contactInfo__email {
  margin: 0 auto;
  padding: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.main-header [class*="icon-"]:before {
  position: relative;
  right: 5px;
  top: -0.6px;
}

/*-------------------------Estilos Menú------------------*/
.main-nav {
  width: 100%;
  position: relative;
  z-index: 2000;
  padding: 10px;
}
.icon-menu {
  display: block;
  color: rgba(255, 255, 255, 0.99);
  font-size: 1.8em;
  text-align: center;
  height: 30px;
  margin-top: -0.2em;
  cursor: pointer;
}

.social-icon {
  display: flex;
  justify-content: space-between;
}

.social-icon [class*="icon-"] {
  color: #003a76;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.social-icon__link {
  text-decoration: none;
}
.menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #003a76;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
}
.menu__link {
  font-size: 14px;
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
}
.menu__link:hover {
  background: rgba(239, 89, 54, 0.8);
}
.menu__link--select {
  background: #ef5936;
}
.mostrar {
  height: 369px;
}

/*-------------------------Estilos Banner------------------*/

.banner {
  margin-top: -55px;
  position: relative;
}
.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 58, 118, 0.4);
  z-index: 1000;
  top: 0;
}
.banner__img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner__content {
  width: 90%;
  color: whitesmoke;
  text-align: center;
  position: absolute;
  z-index: 1500;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.01mm;
}
.main-nav {
  padding: 6px;
  background: #003a76;
}

/*--------------------Estilos Banner2(Servicios)------------------*/

.banner2 {
  position: relative;
  margin-bottom: 10px;
}
.banner2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 58, 118, 0.2);
  z-index: 1000;
  top: 0;
}

.column--50-25 {
  z-index: 1500;
  color: #fff;
}
.group__title {
  position: relative;
  z-index: 1500;
  color: #fff;
}
.banner2__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group__title {
  text-align: center;
  font-size: 1.8em;
  padding-top: 15px;
  padding-bottom: 30px;
}

/*-------------------------Estilos Pricipales-------------*/

.contenido p {
  text-align: justify;
}
.group--color .container {
  background: #ef5936;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.main__title {
  margin: 15px 0;
  font-size: 1.8em;
}

.main__txt {
  padding: 10px;
  text-align: justify;
  line-height: 7mm;
}

.column__title {
  font-size: 1.4em;
  padding: 5px;
}

.main__about__description .column:nth-child(2) {
  padding: 20px;
  text-align: justify;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  background: #ef5936;
  color: #fff;
  padding: 10px;
  margin: 20px auto;
  letter-spacing: 0.02mm;
}

/*-------------------------Estilos Servicios-------------*/

.servicios__img {
  margin: auto;
  max-width: 350px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.6);
}
.servicios__title {
  text-align: center;
  font-size: 1.4em;
  padding-top: 10px;
  padding-bottom: 20px;
}

/*-------------------------Estilos footer-------------*/

/*----------------------------*/
/*-------FORM FOOTER----------*/

::-webkit-input-placeholder {
  color: rgb(0, 0, 0, 0.3);
}

.form-inp-txt_10,
.form-inp-txt_20,
.form-inp-txt_30 {
  display: block;
  padding: 6px;
  margin: 5px;
  border: none;
  width: 60%;
}

.btn_sus {
  display: block;
  background: #003a76;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 10px;
}

/*----------------------------*/

.main-footer a {
  text-decoration: none;
  color: #fff;
}

.main-footer {
  background: #ef5936;
  color: #fff;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.8em;
  font-weight: 400;
}

footer .column__txt {
  padding-left: 6px;
  padding-right: 6px;
}

.column__txt a {
  color: #003a76;
}

.copy {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.main-footer [class*="icon-"] {
  color: #fff;
  text-decoration: none;
}

.main-footer [class*="icon-"]:before {
  position: relative;
  right: 7px;
  color: #003a76;
  font-size: 15px;
  line-height: 20px;
}

footer .autor {
  text-align: center;
  color: #003a76;
  font-size: 10px;
  padding: 10px;
}

footer .ancla {
  text-align: center;
  padding-top: 17px;
  background: #003a76;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  font-size: 30px;
  line-height: 10px;
  font-family: monospace;
  cursor: pointer;
}

footer .ancla:hover {
  transition: all 0.5s;
  transform: scale(1.2);
}

/*-------------------------Estilos Responsive-----------*/
@media screen and (min-width: 300px) {
  .main-header__contactInfo a {
    color: #003a76;
  }

  .main-header__contactInfo__email a {
    color: #fff;
  }
  .servicios__img {
    height: 140px;
    width: 140px;
    object-fit: cover;
  }
  /*--AJUSTAR EL BANNER--*/
  .banner {
    margin-top: -1px;
    z-index: -1000;
  }
  /*--------------------*/
  .main-header {
    background: #003a76;
  }
  .main-nav {
    border-top: 1.5px solid #ef5936;
  }
  .main-header__contactInfo__email {
    margin-left: 7px;
  }
  .main-header__contactInfo__address {
    margin-left: 7px;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  /*----------------------------*/
  /*           footer           */
  /*----------------------------*/

  .main-footer [class*="icon-"]:before {
    position: relative;
    right: 7px;
    color: #003a76;
    font-size: 13px;
    line-height: 5px;
  }
  .copy {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 12px;
  }
  footer .autor {
    text-align: center;
    color: #003a76;
    font-size: 9px;
    padding: 10px;
  }

  .form-inp-txt_10,
  .form-inp-txt_20,
  .form-inp-txt_30 {
    display: block;
    padding: 6px;
    margin: 5px;
    border: none;
    width: 97%;
  }
  .btn_sus {
    padding: 10px;
    width: 70px;
    margin-bottom: 10px;
    margin-left: 39.7%;
  }
}
@media screen and (min-width: 450px) {
  .servicios__img {
    height: 150px;
    width: 150px;
    object-fit: cover;
  }
  /*--AJUSTAR EL BANNER--*/
  .banner {
    margin-top: -1px;
    z-index: -1000;
  }
  /*--------------------*/
  .main-header {
    background: #003a76;
  }
  .main-nav {
    border-top: 1.5px solid #ef5936;
  }
  .main-header__contactInfo__email {
    margin-left: 7px;
  }
  .main-header__contactInfo__address {
    margin-left: 7px;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .main__about__description img {
    height: 400px;
  }

  .form-inp-txt_10,
  .form-inp-txt_20,
  .form-inp-txt_30 {
    display: block;
    padding: 6px;
    margin: 5px;
    border: none;
    width: 60%;
  }
  .btn_sus {
    padding: 10px;
    width: 70px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 480px) {
  .main-header__contactInfo a {
    color: #fff;
  }
  .logo {
    margin-left: 7px;
  }
  .main-header__contactInfo__phone {
    margin-right: -5px;
  }
  .main-header__contactInfo__email {
    margin-right: 2px;
  }
  .main-header__contactInfo__email {
    margin-left: none;
  }
  .main-header__contactInfo__address {
    margin-left: none;
  }
  .main-nav {
    border-top: none;
  }
  .main-header {
    background: none;
  }

  .main-header__contactInfo {
    text-align: right;
  }

  .banner__img {
    height: 570px;
  }

  /*--AJUSTAR EL BANNER--*/
  .banner {
    margin-top: -207px;
    z-index: -1000;
  }
  /*--------------------*/
  .main-header__contactInfo__phone {
    background: none;
  }

  .main__about__description .column:nth-child(2) {
    padding-left: 10px;
    font-size: 0.9em;
  }
  .main__about__description .btn {
    margin: 0;
  }
  .main__about__description img {
    height: 250px;
    object-fit: cover;
  }
  .main {
    padding-bottom: 15px;
  }
  .servicios__img {
    height: 160px;
    width: 160px;
    object-fit: cover;
  }
  .main-footer .container--flex {
    align-items: flex-start;
  }
  .main-footer .column-50:nth-child(2) {
    text-align: right;
  }

  .column--50 {
    width: 45%;
  }
  .column--50-25 {
    width: 49%;
  }
  .column-50 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .main-header__contactInfo a {
    color: #fff;
  }
  .main__title {
    font-size: 2.2em;
  }
  .main__about__description {
    margin-top: 20px;
  }
  .main__about__description .column--50:nth-child(2) {
    font-size: 1.1em;
  }
  .main__about__description .column--50:nth-child(2) .column__txt {
    line-height: 25px;
  }
  .column--50-25 {
    width: 24.5%;
  }
  .column__title {
    font-size: 1.4em;
  }
  .group__title {
    font-size: 2.2em;
  }

  .main-footer .column-50:nth-child(2) {
    text-align: right;
  }
  .main__about__description .btn {
    margin-bottom: 20px;
  }
  .main__about__description img {
    height: 300px;
    width: 500px;
  }
  .servicios__img {
    height: 170px;
    width: 170px;
    object-fit: cover;
  }

  .grabacion {
    max-width: 1000px;
    margin: auto;
    text-align: center;
  }
  .grabacion__txt {
    padding-top: 40px;
    font-size: 28px;
    color:#fff;
  }
  .grabacion div {
    width: 150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }

  .grabacion a {
    color: #ef5936;
    text-decoration: none;
    padding: 35px 0 15px 0;
    font-size: 20px;
  }

  /*--AJUSTAR EL BANNER--*/
  .banner {
    margin-top: -220px;
    z-index: -1000;
  }
  /*--------------------*/

  /*----------------------------*/
  /*         footer             */
  /*----------------------------*/

  footer .autor {
    text-align: center;
    color: #003a76;
    font-size: 10px;
    padding: 10px;
  }
  .btn_sus {
    display: block;
    background: #003a76;
    color: #fff;
    border: none;
    padding: 7px;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1023px) {
  .logo {
    margin-left: 4px;
  }
  .container {
    width: 1050px;
  }
  .banner__content {
    font-size: 2em;
  }
  .icon-menu {
    display: none;
  }
  .menu {
    position: static;
    display: flex;
    height: 45px;
    width: auto;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
  }
  .menu__link {
    padding: 14px;
  }
  .group--color .container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }
  .main__about__description {
    margin-bottom: 20px;
  }
  .main-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
  }
  .main-footer .column-50:nth-child(2) {
    text-align: right;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1400px;
  }
  .main-footer .column-50:nth-child(2) {
    text-align: right;
  }
}
