/*
Theme Name: Comunicaciones UVM
Theme URI: https://comunicaciones.uvm.cl/
Description: Carreras de pregrado. Carreras Vespertinas. Universidad privada Region de Valparaiso
Author: Marcelo Gonzalez G.
Author URI: https://goo.gl/gLYRxh
Version: 1.0
*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #5B6770;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 200;
  color: #4C4E56;
  font-family: 'Oswald', sans-serif;
}

h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 45px;
}

h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

h4 {
  font-size: 30px;
  margin-bottom: 25px;
}

h5 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

a {
  color: #f00;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #900;
  outline: none;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #101820;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top i {
  color: #737B82;
  padding-top: 10px;
}

.back-to-top:hover {
  background: #737B82;
}

.back-to-top:hover i {
  color: #ffffff;
}

/**********************************/
/********** Menu Superior *********/
/**********************************/
.top-bar {
  position: relative;
  background-color: #101820;
  height: 117px;
}

.top-bar .navbar-brand img {
  width: 283px;
  max-height: 90px;
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }

}

/**********************************/
/********* Menu Principal *********/
/**********************************/
.navbar {
  position: absolute;
  width: 100%;
  top: 117px;
  border: none;
  border-radius: 0;
  padding: 2px;
  background: rgba(16, 24, 32, 0.75);
  z-index: 9;
  transition: .5s;
}

.navbar .navbar-brand img {
  display: none
}

.navbar .navbar-nav>li>a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:active {
  color: #ffffff;
  background-color: #5B6770;
}

/* Botón Destacable */
.navbar .navbar-nav .destacar a {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.65);
}

.navbar .navbar-nav .destacar a:hover,
.navbar .navbar-nav .destacar a:focus,
.navbar .navbar-nav .destacar a:visited {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.90);
}

.navbar-nav>.destacar.active>a,
.navbar-nav>.destacar.active>a:focus,
.navbar-nav>.destacar.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

/* Fin Botón Destacable */

/**********************************/
/*********** DROPDOWN *************/
/**********************************/

.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:focus,
.navbar .dropdown-menu>.active>a:active,
.navbar .dropdown-menu>.active>a:hover {
  color: #FFFFFF !important;
  background-color: #101820;
}

.navbar .open .dropdown-menu>li {
  border-bottom: 1px solid #DBE1E5;
}

.navbar .open .dropdown-menu>li>a {
  padding: 10px;
  color: #101820;
  font-size: 14px;
}

.navbar .open .dropdown-menu>li:last-child {
  border-bottom: none;
}

.navbar .open .dropdown-menu>li>a:hover,
.navbar .open .dropdown-menu>li>a:focus {
  color: #fff;
  background: #101820;
}

.typeahead .dropdown-menu>li>a,
.typeahead .dropdown-menu>li>a:hover,
.typeahead .dropdown-menu>li>a:focus {
  background-color: #101820;
}

/**********************************/
/************* STICKY *************/
/**********************************/

.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #5B6770;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: .5s;
}

.navbar.nav-sticky .navbar-nav>li {
  border-left: 1px solid #585F67;
}

.navbar.nav-sticky .navbar-nav>li>a:hover {
  color: #ffffff;
  transition: none;
}

.navbar.nav-sticky .navbar-nav .active>a:active,
.navbar.nav-sticky .navbar-nav .active>a:hover {
  color: #000000 !important;
  transition: none;
}

.navbar.nav-sticky .navbar-nav>.open>a,
.navbar.nav-sticky .navbar-nav>.open>a:focus,
.navbar.nav-sticky .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar.nav-sticky .navbar-nav>li:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #585F67;
}

/**********************************/
/************** MOBILE ************/
/**********************************/
@media (max-width: 768px) {

  .navbar {
    top: 0px;
    padding: 15px 15px 8px 15px;
    background: #5B6770;
    margin-bottom: 0px;
  }

  .navbar .navbar-brand {
    padding: 0px 15px 0 0;
  }

  .navbar .navbar-brand img {
    display: block;
    width: 125px;
    max-height: 45px;
  }

  .navbar-default .navbar-collapse {
    border-color: #585F67;
  }

  .navbar .open .dropdown-menu>li,
  .navbar .open .dropdown-menu>li:last-child {
    border-bottom-width: 1px solid #585F67;
  }
}

/**********************************/
/************* Submenu ************/
/**********************************/
.nav-submenu .nav-tabs {
  border-bottom: none;
}

.nav-submenu .nav-tabs ul {
  margin-bottom: 1px;
  list-style: none;
}

.nav-submenu .nav-tabs li>a {
  background: rgba(16, 24, 32, 0.80);
  border-radius: 0;
  color: #ffffff;
  margin-right: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-submenu li>a:hover,
.nav-submenu .dropdown-menu>li>a:hover {
  color: #101820;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.80);
}

.nav-submenu .nav-tabs .active>a,
.nav-submenu .dropdown-menu .active a,
.nav-submenu .active>a:hover,
.nav-submenu .active>a:focus {
  color: #101820;
  background: #ffffff;
  border-color: #ffffff;
}

.nav-submenu .btn-primary:active,
.nav-submenu .open>.dropdown-toggle.btn-primary {
  background-color: #737B82;
  color: #fff;
  border-color: #737B82;
}

@media (max-width: 768px) {

  .nav-submenu .btn-group,
  .nav-submenu .btn {
    width: 100%;
  }

  .nav-submenu .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #101820;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
  }

  .nav-submenu .dropdown-menu>li>a {
    padding: 15px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
  }
}

/*******************************/
/******** CSS Heredado *********/
/*******************************/
blockquote {
  background-image: url(img/blockquote1.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-size: 140%;
  font-weight: normal;
  text-align: justify;
  font-style: italic;
  margin: 15px;
  padding: 20px 50px 5px;
  width: 95%;
  color: #101820;
  border-left: none;
}

blockquote p {
  background-image: url(img/blockquote2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 0 30px 0px 0;
}

.sombra {
  box-shadow: 0px 25px 25px 2px rgba(0, 0, 0, .1);
}

.linea-separadora {
  border-left: 1px dotted #BEC2C5;
}

.linea-separadora-derecha {
  border-right: 1px dotted #BEC2C5;
}

.margenes {
  margin: 30px 0;
}

.letra-capital::first-letter {
  font-size: 5em;
  margin: 20px 8px 10px 0;
  float: left;
}

.faq h5::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #f7dd4d;
}

@media (max-width: 768px) {
  blockquote {
    margin: 25px 5px;
    padding: 20px 20px 5px;
    width: 100%;
  }

  .linea-separadora {
    border-left: none;
  }

  .linea-separadora-derecha {
    border-right: none;
  }
}

/*******************************/
/********** Tablas ***********/
/*******************************/
.table {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.table thead tr th {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4C4E56;
  vertical-align: middle;
}

.table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #FAFDFE;
}

.bg-gris .table tbody tr td,
.bg-gris-oscuro .table tbody tr td {
  background-color: #FAFDFE;
}

/*******************************/
/********** Imagenes ***********/
/*******************************/
.img-circle {
  margin: 10px auto;
  width: 120px;
  padding: 13px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: #FFFFFF;
  transition: .5s;
}

.alignright,
.alignleft,
.aligncenter,
.size-full,
.size-medium {
  height: auto;
  max-width: 100%;
}

.size-full {
  display: block;
  height: auto;
  max-width: 100%;
}

.alignright {
  float: right !important;
  margin: 10px 0 2em 2em;
}

.alignleft {
  float: left !important;
  margin: 5px 10px 5px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto;
  height: auto;
  max-width: 100%;
}

.img-movil-home {
  margin-top: 70px;
}

/*******************************/
/*********** Fondos ************/
/*******************************/
.contenido {
  position: relative;
  width: 100%;
  padding: 25px 0 45px 0;
  font-size: 16px;
}

.contenido p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

.contenido li {
  font-size: 16px;
  line-height: 1.8em;
}

.contenido strong,
.contenido b {
  color: #101820;
}

.generico {
  background-color: #ffffff;
  min-height: 352px;
  padding: 300px 0px 0px 0px;
  color: #ffffff;
  background-image: var(--bg-desktop);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-gris {
  background-color: #f5f6f5;
}

.bg-gris hr,
.bg-gris-oscuro hr {
  border-top: 1px solid #C3C9C3;
}

.bg-gris .section-header p {
  background: #f5f6f5;
}

.bg-gris .section-header p::after {
  position: absolute;
  content: "";
  height: 2px;
  top: 11px;
  right: -30px;
  left: -30px;
  background: #101820;
  z-index: -1;
}

.bg-gris-oscuro {
  background-color: #E9EBE9;
}

.bg-negro {
  background-color: #000000;
  color: #FFFFFF !important;
}

.bg-negro h3,
.bg-negro strong,
.bg-negro b,
.bg-negro h6 {
  color: #dedede !important;
}

.bg-negro h6,
.bg-negro i {
  font-size: 14px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .generico {
    background-image: var(--bg-mobile);
    min-height: 500px;
    margin-top: 70px;
    background-attachment: scroll;
  }

  .contenido h2 {
    font-size: 40px;
  }

  .contenido h3 {
    font-size: 30px;
  }

  .contenido h4 {
    font-size: 25px;
  }
}

/*******************************/
/********* Destacados  ********/
/*******************************/
.bg-destacados {
  padding: 35px 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/bg-destacado.jpg);
  color: #FFFFFF !important;
}

.bg-destacados .section-header h2,
.bg-destacados h3,
.bg-destacados h4,
.bg-destacados h5 {
  color: #FFFFFF !important;
}

.bg-destacados strong,
.bg-destacados b {
  color: #9DD3FF !important;
}

.bg-destacados .help-block {
  color: #D2D2D2;
}

/*******************************/
/********** Pizarron  **********/
/*******************************/
.bg-preuvm {
  position: relative;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  background-image: url(img/bg-pizarron.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.bg-preuvm h2 {
  font-family: 'Amatic SC';
  line-height: normal;
  text-transform: inherit;
  color: #FBE6C3;
}

.bg-preuvm h4,
.bg-preuvm b,
.bg-preuvm strong {
  color: #FBE6C3;
}

.bg-preuvm .btn.btn-primary {
  background-color: #666666;
  border: 1px solid #999999;
  color: #ffffff;
}

.bg-preuvm .btn.btn-primary:hover,
.bg-preuvm .btn.btn-primary:focus {
  background-color: #999999;
  border: 1px solid #000000;
  color: #333333;
}

@media (max-width: 768px) {

  .bg-preuvm {
    background-image: none;
  }

}

/*******************************/
/********** Botonera ***********/
/*******************************/
.btn {
  margin-top: 10px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
  border-radius: 0;
  transition: .3s;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: 1px;
  margin-right: 1px;
}

.btn-group>.btn:first-child {
  margin-right: 1px;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-link {
  background: #101820;
  border: none;
  color: #EEEEEE;
}

.btn.btn-link {
  padding: 10px 12px;
  font-size: 11px;
}

.btn.btn-success,
.btn.btn-danger {
  border: none;
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #54585E;
  color: #fff;
}

.btn.btn-file,
.btn.btn-secondary {
  margin-top: 0px;
  padding: 7px 20px;
}

.kv-zoom-actions .btn,
.file-footer-buttons .btn {
  color: #101820 !important;
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 45px 0;
  text-align: center;
}

.section-header p {
  display: inline-block;
  margin: 0 30px;
  margin-bottom: 5px;
  padding: 0 10px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
}

.section-header p::after {
  position: absolute;
  content: "";
  height: 2px;
  top: 11px;
  right: -30px;
  left: -30px;
  background: #737B82;
  z-index: -1;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 50px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 30px;
  }
}

/*******************************/
/*********** Noticias **********/
/*******************************/
.blog {
  position: relative;
  padding: 45px 0;
}

.blog .blog-page .blog-item {
  position: relative;
  margin: 0 15px;
  background: #FFFFFF;
  transition: .3s;
}

.blog .blog-page .blog-item {
  margin: 0 0 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 6px 6px 0 0;
}

.blog .blog-page .blog-item:hover {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
}

/* Imagen Principal */
.blog .blog-page .blog-item .blog-img {
  position: relative;
  width: 100%;
}

.blog .blog-page .blog-item img {
  width: 100%;
  max-height: 170px;
  border-radius: 6px 6px 0 0;
}

/* Texto Principal */
.blog .blog-page .blog-item .blog-text {
  position: relative;
  padding: 15px 20px;
  height: 180px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-page .blog-item .blog-text h2 {
  font-size: 20px;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
}

/* Leer Más */
.blog .blog-page .blog-item .blog-text a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f00;
  transition: .3s;
}

.blog .blog-item a.btn i {
  margin-left: 5px;
}

.blog .blog-item a.btn:hover {
  color: #900;
}

/* Campo Fecha y Lugar */
.blog .blog-page .blog-item .blog-text .blog-meta {
  display: flex;
  margin-bottom: 10px;
}

.blog .blog-page .blog-item .blog-text .blog-meta p {
  margin: 0 10px 0 0;
}

.blog .blog-page .blog-item .blog-text .blog-meta i {
  margin-right: 5px;
}

.blog .blog-page .blog-item .blog-text .blog-meta p:last-child {
  margin: 0;
}

/* Pie Noticias */
aside .blog .blog-page .blog-item .blog-img img {
  max-height: 130px;
}

aside h6 {
  font-size: 12px;
}

/**********************************/
/******* Carrusel de Noticias *****/
/**********************************/
.blog .noticias-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .owl-nav {
  width: 150px;
  margin: 32px auto 0 auto;
  display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5B6770;
  background: #101820;
  font-size: 22px;
  transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #737B82;
}

/**********************************/
/************ Paginación **********/
/**********************************/
.blog .pagination .page-link {
  color: #343148;
  border-radius: 0;
  border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #F7CAC9;
  background: #343148;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

.pagination {
  border-radius: 0px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}

ul.pagination li {
  text-indent: 0px !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #c00;
  border-color: #c00;
}

.pagination>li>a,
.pagination>li>span {
  color: #900;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #c00;
}

/*******************************/
/*********** Video ************/
/*******************************/
.bg-video {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#video-cabecera {
  position: relative;
  /*not work if the screen ratio is below 16/9*/
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

/*******************************/
/************ Agenda ***********/
/*******************************/
.actividad .fecha {
  width: 55px;
  height: 55px;
  float: left;
  background-color: #FFA400;
  color: #fff;
  padding: 7px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.actividad .fecha .dia {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 30px;
  margin-top: -5px;
}

.actividad .fecha .mes {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.actividad .fecha.hoy {
  background-color: #101820;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 25px;
  text-align: center;
  padding-top: 5px;
}

.actividad h6 {
  line-height: 1.4em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 70px;
}

.actividad h6.titulo {
  text-transform: uppercase;
}

.actividad .hora {
  margin-left: 15px;
}

/*******************************/
/************ Slide ************/
/*******************************/
.carousel-caption {
  position: absolute;
  right: 30%;
  bottom: 20px;
  left: 30%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.50);
}

.carousel-caption h3 {
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/*******************************/
/*********** Manual ************/
/*******************************/
span.blue {
  background: #101820;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
}

span.orange {
  background: #EE7210;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
}

/*******************************/
/*********** Footer ************/
/*******************************/
footer {
  background: #101820 !important;
  padding: 45px 0;
  color: #fff;
  border-bottom: 10px solid #000000;
}

footer h6 {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #dddddd;
  margin: 30px 0 10px 0;
  padding-bottom: 5px;
}

footer h6::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #5B6770;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #c00;
  text-decoration: none;
}

footer ul {
  padding-left: 0;
  list-style: none;
  list-style-position: inside;
}

.fa-facebook {
  color: #fff;
  background-color: #3b5998;
}

.fa-twitter {
  color: #fff;
  background-color: #00acee
}

.fa-linkedin {
  color: #fff;
  background-color: #0e76a8
}

.fa-xtwitter {
  color: #fff;
  background-color: #0e76a8;
  height: 37px;
  width: 37px;
}

.fa-xtwitter:before {
  content: url("../comunicaciones/fonts/x.svg");
}

.fa.fa-xtwitter {
  padding: 6px;
}

.fa-xtwitter:hover {
  background-color: #0089be
}

.fa-tiktok {
  color: #fff;
  background-color: #0e76a8;
  height: 37px;
  width: 37px;
}

.fa-tiktok:before {
  content: url("../comunicaciones/fonts/tiktok.svg");
}

.fa.fa-tiktok {
  padding: 3px 10px 10px 10px;
}

.fa-tiktok:hover {
  background-color: #0089be
}

.fa-threads {
  color: #fff;
  background-color: #0e76a8;
  height: 37px;
  width: 37px;
}

.fa-threads:before {
  content: url("../comunicaciones/fonts/threads.svg");
}

.fa.fa-threads {
  padding: 6px;
}

.fa-threads:hover {
  background-color: #0089be
}

.fa-facebook:hover,
.fa-linkedin:hover {
  background-color: #07415d
}

.fa-whatsapp {
  color: #56cd64
}

footer a .fa-facebook,
footer a .fa-instagram,
footer a .fa-linkedin,
footer a .fa-xtwitter,
footer a .fa-threads,
footer a .fa-tiktok,
footer a .fa-youtube {
  color: #fff;
  background-color: #000;
  transition: .3s;
}

footer .fa-facebook:hover,
footer .fa-instagram:hover,
footer .fa-linkedin:hover,
footer .fa-xtwitter:hover,
footer .fa-threads:hover,
footer .fa-tiktok:hover,
footer .fa-youtube:hover {
  background-color: #c00;
  color: #ffffff;
}

@media (max-width: 768px) {
  footer .listado-programas ul>li {
    margin-bottom: 25px;
    line-height: normal;
  }

  footer .margenes {
    margin: 0 0 20px 0;
  }
}

/*******************************/
/********* Formulario **********/
/*******************************/
input,
textarea {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-modify: read-write-plaintext-only;
}

.bg-formularios {
  background-color: #E9EBE9;
  background-image: url(img/bg-form.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.well {
  width: 100%;
  border-radius: 0;
  position: relative;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 25px auto 45px auto;
}

.well h3 {
  margin-top: 0;
}

.help-block i {
  color: #67BBFF !important
}

.form-group {
  margin-bottom: 20px;
}

form .select2-container--default .select2-selection--single,
.form-control {
  border: 1px solid #737B82;
  border-radius: 0;
  font-size: 16px;
  color: #101820;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  background-color: #737B82;
  border: 1px solid #737B82;
  border-radius: 0;
}

.has-error .input-group-addon {
  color: #E9EBE9;
  background-color: #737B82;
}

.has-success .input-group-addon {
  color: #E9EBE9;
  background-color: #737B82;
}

form .intl-tel-input.separate-dial-code .selected-flag {
  background-color: #737B82;
  border-radius: 0px;
}

.intl-tel-input.separate-dial-code .selected-dial-code,
.input-group-addon {
  color: #E9EBE9;
  font-size: 14px;
}

.intl-tel-input {
  width: 100%;
}

.radio,
.checkbox {
  padding-left: 20px;
}

.enviando {
  display: none;
}

@media (max-width: 768px) {
  .bg-formularios {
    background-image: none;
  }

  .well {
    padding: 10px;
  }
}