*{
    margin: 0;
    padding: 0;
    /* font-family:Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
  }


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 50%; /* 2 */
  }

  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  button {
    color: #000000 !important;  
  }


  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

 /*
|   ---------------------------------------------------------------------------------
|   All
|   ---------------------------------------------------------------------------------
|
|   Add margin, padding in 0 with box-sizing in border-box.
|
*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-padding-start: 0px;
}



/*
|   ---------------------------------------------------------------------------------
|   Html & body
|   ---------------------------------------------------------------------------------
|
|   Add margin, padding in 0 with width and height in 100%, with this you can use height of 100% in your containers.
|
*/
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}



/*
|   ---------------------------------------------------------------------------------
|   Html (Not obligatory)
|   ---------------------------------------------------------------------------------
|
|   Scroll smooth & friendly :)
|
*/
html{
    scroll-behavior: smooth;
}



/*
|   ---------------------------------------------------------------------------------
|   Body
|   ---------------------------------------------------------------------------------
|
|   Body with position relative and overflow-x hidden for responsive mode and does not allow horizontal side scrolling.
|
*/
body{
    position: relative;
    overflow-x: hidden !important;
}



/*
|   ---------------------------------------------------------------------------------
|   Body > div
|   ---------------------------------------------------------------------------------
|
|   All div tags inside the body do not allow horizontal side scrolling.
|
*/
body>div {
    overflow: hidden !important;
}



/*
|   ---------------------------------------------------------------------------------
|   Body > section
|   ---------------------------------------------------------------------------------
|
|   All section tags inside the body do not allow horizontal side scrolling.
|
*/
body>section {
    overflow: hidden !important;
}

:root{
    --gris: #828282;
    --blanco: #FFFFFF;
    --negro: #000000;
}
 

header{
    height: 150px;
    padding: 0 50px;
    display: flex;
    justify-content: centerimg;
    align-items: center;
}

.div-header{
    height: 150px;
    padding: 0 50px;
    display: flex;
    justify-content: centerimg;
    align-items: center;
}

.hr_titulos{
  margin-bottom: 0;
  margin-bottom: 2rem;
  height: 0.1rem;
  background-color: #3D3D3D;
  max-width: 600px;
}

.img{
    padding: 1rem 1rem 1rem 1rem;
    justify-content: center;
    height: 80%;
}

.menu{
    height: 100px;
    width: 100px;
    color: #3D3D3D;
}

hr{
    /* border: none; */
    height: 0.2rem;
    background-color: #3D3D3D;
}   

u{
  height: 0.1rem;
}

.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio2{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.contenedor-presentacion{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.contenedor-temas-interes{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-seguros{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-seguros2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio img{
    width: 30%;
}

.contenedor-servicio2 img{
  width: 25%;
}

.contenedor-presentacion img{
  width: 60%;
}

.contenedor-temas-interes img{
  width: 25%;
}

.contenedor-seguros img{
    width: 25%;
}

.contenedor-seguros2 img{
    width: 15%;
}

.fn{
  color: #000000;
}

.centrar{
  align-items: center;
  justify-content: center;
}

.encabesado{
    font-size: 65px;
    text-transform: uppercase;
    color: #000000;
}

.encabesadog{
  font-size: 65px;
  text-transform: uppercase;
  color: #000000;
}

.titulo{
    font-size: 45px;
    text-transform: uppercase;
    color: #3D3D3D;
    max-width: 480px;
}

.titulo-footer{
    font-size: 40px;
    text-transform: uppercase;
    color: #3D3D3D;
    max-width: 600px;
}

.subtitulo{
    font-size: 25px;
    color: #414141;
    max-width: 500px;
    padding: 1rem 0;
}

.texto{
    font-size: 18px;
    color: #64615e;
    max-width: 600px;
    text-align: justify;
}

.texto-reconocimiento{
  font-size: 18px;
  color: #64615e;
  max-width: 600px;
  text-align: justify;
}

.texton{
  font-size: 20px;
  color: #000000;
  text-align: justify;
}

.texton:hover{
  font-size: 20px;
  color: #304E99;
  text-align: justify;
}

.textonegro{
  font-size: 18px;
  color: #000000;
  text-align: justify;
}

.textonegro-reconocimiento{
  font-size: 18px;
  color: #000000;
  text-align: justify;
}

.texto-footer{
    font-size: 25px;
    color: #787878;
    max-width: 600px;   
}

.texto-AW{
    font-size: 12px;
    color: #787878;
    max-width: 600px;   
}

.texto-testimonios{
    font-size: 18px;
    color: #787878;
    max-width: 300px;
    text-align: justify;
}

.texto-testimonios2{
  font-size: 18px;
  color: #787878;
  max-width: 300px;
  text-align: justify;
}

.texto-frases{
  font-size: 18px;
  color: #787878;
  max-width: 900px;
  text-align: justify;
  text-align: center;
}

.nombre{
  font-size: 20px;
  color: #64615e;
  max-width: 600px;
  text-align: justify;
}

.texto-links{
  font-size: 30px;
  color: #787878;
  max-width: 350px;
}

.mt{
    margin-top: 3rem;
}

.mt5{
  margin-top: 5rem;
}

.mb{
    margin-bottom: 1rem;
}

.mb2{
  margin-bottom: 2rem;
}

.mb3{
  margin-bottom: 3rem;
}

.mb5{
  margin-bottom: 5rem;
}

.mbenc{
    margin-bottom: 4rem;
}

.mb_temas_interes{
  margin-bottom: 0rem;
}

.ptb{
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.plr{
    margin-left: 3rem;
    margin-right: 3rem;
}

.barra{
    width: 75%;
    padding: 3rem 0rem 2rem 5rem;
    z-index: 1;
}

.movimiento{
    width: 20%;
    padding: 3rem 0rem 2rem 5rem;
    z-index: 2;
}

/* boton */

a {
    text-decoration: none;
    color: inherit;
  }

.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
  }
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #4568C5;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
  }
  .cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
  }

  .cta:hover span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #FFFFFF;
  }


  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  .cta:hover:before {
    width: 100%;
    background: #304E99;
  }
  .cta:hover svg {
    transform: translateX(0);
    stroke: #FFFFFF;
  }
  .cta:active {
    transform: scale(0.96);
  }


  
/* boton */

/* animaciones */

.img_cursor{
    opacity: 100%;
    transition-timing-function: ease-in-out;    
}

.img_cursor:hover{
    opacity: 80%;
    cursor: pointer;
    width: 23%;
    transition-timing-function: ease-in-out;
}

/* animaciones */

/* menu */
.hamburguer{
    position: fixed;
    top: -100px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.whatsapp{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 0 0 6px #3AB03E;
}

.menu-navegacion{
    position: fixed;
    top: 0;
    width: 30vw;
    height: 100%;
    /* background-image: linear-gradient(to top, #fbc2eb 0%, #a6c0ee 100%); */
    /* 02 */
    background-image: linear-gradient(to top, #D8D8D8 0%, #BFBFBF 100%);
    /* 028 */
    background-image: linear-gradient(135deg, #5A5A5A 0%, #272727 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items:flex-start;
    right: 0;
    transform: translateX(110%);
    transition:transform 0.3s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.menu-navegacion a{
  font-size: 30px;
  margin-left: 3rem;
}

.spread{
  transform: translateX(0);
}

/* menu */

/* menu desplegable */

.dropdown{

  display: inline-block;
  position: relative;

}

.dropdown-content{

  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);

}

.dropdown:hover .dropdown-content {

  display: block;

}

.dropdown-content a {

  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;

}

.dropdown-content a:hover {

  color: #FFFFFF;
  background-color: #304E99;

}

/* menu desplegable */


/* responsive */

@media screen and (max-width:980px) {

  .texton{
    display: none;
  }

}

@media screen and (min-width: 800px) and (max-width: 1200px) {

  /* .mb_temas_interes{
    margin-bottom: 3rem;
  } */

  .nombre{
    font-size: 33px;
  }

  .texto{
    padding: 0 2rem;
    font-size: 30px;
  }

  .texto-footer{
    font-size: 30px;
  }
    .texto-AW{
    font-size: 12px;
  }

  .texto-reconocimiento{
    padding: 0 2rem;
    font-size: 30px;
    max-width: 440px;
  }

  .texto-testimonios{
    padding: 0 2rem;
    font-size: 30px;
  }

  .texto-testimonios2{
    padding: 2rem 2rem;
    font-size: 30px;
  }

  .texto-frases{
    padding: 2rem 2rem;
    font-size: 30px;
  }

  .textonegro{
    padding: 0 2rem;
    font-size: 30px;
  }

  .textonegro-reconocimiento{
    padding: 0 2rem;
    font-size: 30px;
    max-width: 440px;
  }

  .titulo{
    padding: 0 2rem;
  }

  .subtitulo{
    padding: 0 2rem;
  }

  .encabesado{
    padding: 0 2rem;
  }

  .imagen-presentacion{

    width: 60%;
    padding: 0 2rem;

  }

  .contenedor-servicio img {

    margin-top: 0;
    width: 40%;
    padding: 0 2rem;

  }

  .contenedor-servicio2 img{

    width: 40%;
    padding: 0 2rem;

  }

  .contenedor-presentacion img{

    width: 70%;
    padding: 0 2rem;

  }

  .contenedor-temas-interes img {

    margin-top: 0;
    width: 40%;
    padding: 0 2rem;

  }

  .menu-navegacion{
    width: 60vw;
    /* justify-content: flex-start; */
  }

  .menu-navegacion a{
    font-size: 30px;
    /* margin-left: 2rem; */
    /* padding: 2rem 0 5rem 1rem; */

  }
  
}

@media screen and (min-width:300px) and (max-width:800px) {

  .mb_temas_interes{
    margin-bottom: 2rem;
  }

  .img{
    padding: 1rem 1rem 1rem 1rem;
    justify-content: center;
    height: 65%;
}

  .nombre{
    font-size: 33px;
  }
  
  .texto{
    padding: 0 2rem;
    font-size: 30px;
  }

  .texto-reconocimiento{
    padding: 0 2rem;
    font-size: 30px;
    max-width: 440px;
  }

  .texto-testimonios{
    padding: 0 2rem;
    font-size: 30px;
  }

  .texto-testimonios2{
    padding: 0 2rem 2rem 2rem;
    font-size: 30px;
  }

  .texto-frases{
    padding: 2rem 2rem;
    font-size: 30px;
  }

  .textonegro{
    padding: 0 2rem;
    font-size: 30px;
  }

  .textonegro-reconocimiento{
    padding: 0 2rem;
    font-size: 30px;
    max-width: 440px;
  }

  .texto-links{

    padding: 0 2rem;

  }

  .titulo{
    padding: 0 2rem;
  }

  .contenedor-servicio img{
    width: 50%;
  }

  .contenedor-servicio2 img{
    width: 50%;
  }

  .contenedor-temas-interes img{
    width: 50%;
  }

  .encabesado{
    font-size: 50px;
    padding: 0 2rem;
  }

  .encabesadog{
    font-size: 45px;
  }

  .texto-footer{
    font-size: 30px;
  }
  
    .texto-AW{
    font-size: 12px;
  }

  .titulo{
    font-size: 40px;
  }

  .menu-navegacion{
    width: 70vw;
    /* justify-content: flex-start; */
  }

  .menu-navegacion a{
    font-size: 25px;
    /* margin-left: 2rem; */
    /* padding: 2rem 0 4rem 1rem; */
  }

  .cta span{
    font-size: 20px;
  }
  
  .subtitulo{
    padding: 0 2rem;
  }
  

}

/* responsive */


/* slider */

.main {
  font-family:Arial;
  width:500px;
  display:block;
  margin:0 auto;
}
h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}

/* slider */


/* botones */

.boton_negro{

  color:#000000;

}

/* botones */


/* slider movil */

@import url('https://fonts.googleapis.com/css?family=Roboto');


.bx-wrapper{
  border: initial; /* para eliminar el borde que trae por defecto */
}



:root{
  --main-color: rgb(251, 186, 0);
}
.slide-item{
  position: relative;
}



.info-slide{
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  margin: auto;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-slide p{
  text-align: center;
  padding: .8rem 1.5rem;
}
.text-text{
  color: #fff;
  text-transform: lowercase;
  font-size: 1.5rem;
}
.text-text:first-letter{
  text-transform: uppercase;
  font-weight: normal;
}
.text-one,
.text-two,
.text-three{
  text-transform: uppercase;
  font-weight: bold;
}
.text-one{
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.text-one:before,
.text-one:after{
  content: "";
  width: 18%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}

.text-one:before{
  left: -16%;
}
.text-one:after{
  right: -16%;
}


.text-two{
  font-size: 3.5rem;
  color: var(--main-color);
}
.text-center{
  color: #fff;
}
.text-three{
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 980px){
  .info-slide{
    left: 10%;    
    width: 80%;
  }
  .text-text{
    font-size: 1rem;
  }
  .text-one{
    font-size: 1.4rem;
  }
  .text-one:before,
  .text-one:after{
    content: initial;
  }
  .text-two{
    font-size: 2.5rem;
  }
  .text-three{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 520px){
  .info-slide p{
    padding: .4rem 1rem;
  }
  .text-one{
    font-size: .8rem;
  }
  .text-two{
    font-size: 1.6rem;
  }
  .text-three{
    font-size: .8rem;
  }
}


/* silder movi */