/* Estilos RESET para limpiar los CSS por default*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.2;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}

/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fin de estilos RESET */

/* Fuentes */
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  src: local("Myriad Pro Regular"), url("../../fonts/myriad/myriadpro_regular.woff");
}

@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  src: local("Myriad Pro Semibold"), url("../../fonts/myriad/myriadpro_semibold.woff");
}

@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  src: local("Myriad Pro Bold"), url("../../fonts/myriad/myriadpro_bold.woff");
}

@font-face {
  font-family: 'Myriad Pro Black';
  font-style: normal;
  src: local("Myriad Pro Bold"), url("../../fonts/myriad/myriadpro_black.otf");
}

/*Estilos generales*/
* {
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

:root{
  --dark-color:#272727;
  --white-color:#ffffff;
  --mainblue-color:#2A2559;
  --maingold-color:#837531;
  --maingrey-color:#5c5c61;
  --lightgrey-color:#ececec;;
  --lightblue-color:#cacaeb;
  --green-g:#56BCA6;
  --blue-g:#728AC9;
  --red-g:#FB8484;
  --gray-g:#435070;
  --brown-g:#986767;
  --darkgreen-g:#415254;
}

body{
  background-color: var(--lightgrey-color);
}

.bg_mainblue{
  background-color: var(--mainblue-color); 
 }

 .bg_maingold{
  background-color: var(--maingold-color); 
 }

 .bg_maingrey{
  background-color: var(--maingrey-color); 
 }

 .color_blue{ 
  color: var(--mainblue-color); 
 }

 .color_white{ 
  color: var(--white-color); 
 }

 .color_gold{ 
  color: var(--maingold-color); 
 }

 .color_grey{ 
  color: var(--maingrey-color); 
 }

h1,h2,h3,h4,h5,h6{
  font-family: 'Myriad Pro Bold';
  text-decoration: none;
  margin-bottom: 0;
}

a,p{
  font-family: 'Myriad Pro Regular';
  text-decoration: none;
  margin-bottom: 0;
}

a{ 
  color: var(--mainblue-color);
}

.principal_container{
  margin-top: 9.2rem;
  background-color: var(--white-color);
  min-height: 60vh;
}

/* Header estilos */
header{
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.40);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.40);
  z-index: 2;
  position: fixed;
  width: 100%;
  background-color: var(--white-color);
  top:0;
}

.header_container_main{
  min-height: 6rem;
  position: relative;
}

.tepjf_logo{
  min-height: 4.5rem;
}

.icons_socialmedia img{
  height: 1.6rem;
}

.icons_socialmedia a:first-child img{
  height: 2rem;
}

.icons_socialmedia img:hover{
  filter: brightness(1.2);
  transform: scale(1.1);
}

.icons_socialmedia .icon_modo_accesible{
  height: 2rem;
}

/*FIN Header estilos */

/* footer */

footer{
  font-family: 'Myriad Pro Semibold';
  line-height: 1.3rem;
}

.footer_section{
  background-color: var(--lightgrey-color);
  position: relative;
  z-index: 3;
}

.footer_data p, .footer_data a{
  color: var(--black-color);
  font-size: .9rem;
}

.footer_data a:hover{
  text-decoration: underline;
  color: var(--maingold-color);
}

/* FIN footer */

/* HOME estilos */
.btn-home-main{
  height: 3.5em;
  width: 18.5em;
  border-radius: 3em;
  transition: .2s !important;
  
}

.btn-home-main:hover{
  transform-origin: left;
  filter: drop-shadow(2px 2px 3px rgba(33, 33, 34, 0.644));
}

.btn-home-main:hover .circle-btn-home{
  transform: scale(1.2);
}

.btn-bg-green{
  background: rgb(93,206,215);
  background: linear-gradient(254deg, rgba(93,206,215,1) 0%, rgba(93,215,188,1) 49%, rgba(70,157,127,1) 100%);
}

.btn-bg-blue{
  background: rgb(93,171,215);
  background: linear-gradient(254deg, rgba(93,171,215,1) 0%, rgba(114,138,201,1) 29%, rgba(91,104,138,1) 100%);
}

.btn-home-main .circle-btn-home{
  height: 3.2em;
  width: 3.2em;
  background: rgb(231,231,231);
  background: linear-gradient(180deg, rgb(211, 211, 211) 0%, rgba(255,255,255,1) 86%);
  border-radius: 50%;
  margin-left: .2em;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-inner{
  height: 2.75em;
  width: 2.75em;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 87%, rgba(217,217,217,1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-inner .icono-btn-home{
  width: 1.5em;
  height: 1.5em;
}

.btn-home-main p{
  color: white;
  font-size: 1.2em;
  text-shadow: 0.07em 0.07em 0.07em #333333b4
}

.btn-home-main:hover p{
  padding-left: .3em;
}

.main-title-text h1{
  font-size: 1.7em;
  color: #2A275C;
  font-weight: 600;
  line-height: 1em;
}

.main-title-text p{
  color: var(--maingrey-color);
  font-size: 1.1em;
}

.pipes-title-home{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18em;
  height: .3em;
  background-color: var(--brown-g);
}

.hr-divisor{
  background-color: var(--blue-g);
  height: .3em;
  width: 100%;
  margin-top: 1.5em;
}

.second-title-text h2{
  font-size: 1.3em;
  color: #2A275C;
  font-weight: 600;
  line-height: 1em;
}

.arrow-down{
  height: .5em;
}

.half-column-divisor{
  border-right: .1em solid var(--gray-g);
}

/* FIN HOME estilos */