@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');


@font-face {
    font-family: "bank gothic medium bt";
    src: url("/img/font/bank\ gothic\ medium\ bt.ttf");
}

.logo-header_movil
{
    max-width: 200px;
    max-height: 220px;
    margin-top: 16px;
    
}



.idx-sv-box
{
    display: grid;
    grid-template-rows: auto 2fr;
    background-image: url("../img/banner/fondoinicio.jpg");
}

.idx-sv-box__sub
{
    display: grid;
    grid-template-columns: 1fr;
}

.sub_column_i,.sub_column_ii, .sub_column_iii, .sub_column_iv, .sub_column_v, .sub_column_vi
{
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 2rem;
    align-items: center;

}

h8
{
    
    color: white;
    font-size:2.5rem;
    font-family: 'Didact Gothic', sans-serif;
}



.sc_txt h7
{
font-family: "bank gothic medium bt", sans-serif; 

color: white;
font-size:1.5rem;
border-bottom-style: inset;
border-bottom-width: 2px; 
border-bottom-color: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(30,43,78,1) 87%, rgba(30,43,78,1) 100%);

}

.sc_txt p
{
    color: white;
    margin-top: 1rem;
    margin-right: 2rem;
    text-align: justify;
    font-size: 1.5rem;
    font-family: 'Didact Gothic', sans-serif;

}
.idx-tittle
{
    text-align: center;
    margin:5rem 1rem 2.5rem 1rem;
}


.sc_icon
{
    text-align: center;

    max-width: 120px;
    min-height: 80px;
    margin: 1rem;
    margin-top: 1rem;
}

.ft_icon
{
    text-align: center;
    max-width: 50px;
    min-height: 50px;
    margin: 1rem;
    margin-top: 1rem;
}

.color-marca h8
{
    color: rgb(31, 43, 78);
}

li
{
    list-style: none;
}

.txt_just
{
    text-align: justify;
}


.txt_margin p
{
    margin:20px !important;
}

.txt_type
{
    
    font-family: 'Didact Gothic', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.8rem;
}

.footer_main
{
    background-color: rgb(31, 43, 78);
}

.ft-a
{
    color: white;
}

a:link, a:visited, a:active {
    text-decoration:none !important;
}

.textwidget
{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.footer_box_three
{
    text-align: center;
    padding-top: 2rem;
}
h9
{
    font-weight: bold;
    color: white;
    font-size:1.8rem;
    
}

.sub_p
{
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    color: rgb(31, 43, 78);
    margin-top: .5rem;
    margin-bottom: 1rem;
}

/* ------------ STYLE QUIENES_SOMOS -----------------*/

.background_header
{
  background: url(/img/banner/banner.png);
  background-position: center;
  background-size: cover;
  height: 125px; 
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.q-one
{
    margin: 10px;
    margin-top: 20px;
    text-align: justify;
}

.background_header h1
{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    margin-left: 1rem;
    letter-spacing: 2px;

    
}

.q-two
{
    
    margin-top: 20px;
    text-align: justify;
}

.article-one article h2
{
    font-size: 2.5rem;
    background: rgb(30,43,78);
    background: linear-gradient(90deg, rgba(30,43,78,1) 13%, rgba(30,43,78,1) 21%, rgba(30,43,78,1) 28%, rgba(255,255,255,1) 86%);
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    
}



.article-two article h2
{
    font-size: 2.5rem;
    background: rgb(30,43,78);
    background: linear-gradient(90deg, rgba(30,43,78,1) 13%, rgba(30,43,78,1) 21%, rgba(30,43,78,1) 28%, rgba(255,255,255,1) 86%);
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    
}

.txt_art

{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 50px;

}


/* ------------ STYLE SERVICIOS -----------------*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .activar, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .activar:after {
    content: "\2212";
  }
  
  .panel {
    display: grid;
    
    align-items: center;
    align-self: center;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .section_acor
  {
      margin: 10px;
  }


  /* ------------ STYLE CONTACTO -----------------*/

  .m-section
  {
      margin-top: 10px;
  }

  .f-section
  {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px;
      font-family: 'Didact Gothic', sans-serif;
  }

  .f-section h2
  {
      margin-top: 20px;
  }
  
  .p-text
  {
    text-align: justify;
  }
  
  .p-img
  {
      
      text-align: center;
  }

  .p-img img
  {
      width: 200px;
      height: 180px;
      margin: 10px 0 10px 0;
      
  }

  .about-text-boxone-respuesta
{
   
    align-self: center;
    text-align: center;
    font-size: 1rem;
    text-align: center;
}

.mensaje
{
    justify-content: center;
    text-align: center;
    margin: 0 20% 0 20%;
}


