/* General */
body
{
    font-family:'Raleway';
    overflow-x:hidden;
}
.panel ul 
{
  list-style:disc;
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
}
h3
{
      -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.submenu
{
  position:absolute;
  z-index:1;
  background:#0080c0f0;
  top: 60px;
  width: 300px;
  padding: 20px;
  font-weight: normal;
  font-size: 15px;
  left:-50%;
}
.submenu div
{
  /* border-bottom:1px solid #ffffff33; */
  padding:10px 0;
  text-align:center;
}
.TeLlamamos input::placeholder
{
  color:white;
}
.TeLlamamos label
{
  width:30%;
  margin-top:10px;
  float:left;
}
.TeLlamamos input
{
  background-color:transparent;
  border:1px solid white;
  color:white;
  width:70%;
  padding:10px 20px;
  font-weight:300;
  font-style:italic;
  font-size:13px;
  margin-bottom:20px;
}
.TeLlamamos button
{
  float:right;
}
.TeLlamamos
{
  position:absolute;
  z-index: 3;
  background: #0080c0;
  width: 500px;
  right: 20%;
  padding: 30px 70px;
  display:none;
}
button
{
    background:transparent;
    border:1px solid;
    transition:0.5s;
    padding:10px 40px;
}
button:hover
{
  background: #0080c0;
  color:white!important;
}
h2
{
    color:#0080c0;
    font-weight:bold;
    font-size:26px;
}
h1
{
    color:#0080c0;
    font-weight:bold;
    font-size:26px;
    text-align:center;
    margin-bottom:30px;
}
h2 img 
{
    margin-bottom:15px;
    transition:1s;
}
h2 img:hover
{
  transform:rotate(360deg);
}
a,a:hover,a:link,a:visited,a:active
{
    color:inherit;
    text-decoration:none
}
/* Fin General */
/* Header */
header
{
  margin-bottom:60px;
}
#NoM header
{
  margin:0;
}
header .contlogo
{
    padding:30px;
}
header nav
{
    background-color:#0080c0;
    color:white;
    font-weight:bold;
}
header nav ul
{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 0;
    WIDTH: 100%;
}
header nav ul li img 
{
    height:20px;
    margin-right:10px;
}
header nav ul li 
{
    padding:20px 30px;
    transition:0.5s;
    position: relative;
}

header nav ul li:last-child
{
    background-color:#b0cc00;
}
/* Fin Header */
/* Inicio */
#myCarousel
{
    height:450px;
    text-align:right;
    color:#313131
}

#myCarousel .item:before
{
    content:'';
    width:70%;
    right:0;
    position:absolute;
    height:100%;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,ffffff+39,ffffff+49,ffffff+49,ffffff+64,ffffff+65&0+0,0.71+38 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.71) 38%, rgba(255,255,255,0.71) 39%, rgba(255,255,255,0.71) 49%, rgba(255,255,255,0.71) 64%, rgba(255,255,255,0.71) 65%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 38%,rgba(255,255,255,0.71) 39%,rgba(255,255,255,0.71) 49%,rgba(255,255,255,0.71) 64%,rgba(255,255,255,0.71) 65%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 38%,rgba(255,255,255,0.71) 39%,rgba(255,255,255,0.71) 49%,rgba(255,255,255,0.71) 64%,rgba(255,255,255,0.71) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#82ffffff',GradientType=1 ); /* IE6-9 */z-index:-1;
}
#myCarousel h2 
{
    font-weight:bold;
    font-size:32px;
    margin:0;
    color:#313131
}
#myCarousel p 
{
    font-size:18px;
    font-weight:300;
    margin:30px 0;
    margin-bottom: 50px;
}
#myCarousel .item
{
    background-size:cover;
    background-repeat:no-repeat;
    background-position-y: -100px;
}
#myCarousel .cont-ext
{
    width:50%;
    float:right;
}
#myCarousel .cont-int a:hover
{
  background:#313131;;
  color:white;
}
#myCarousel .cont-int a
{
    border:1px solid #313131;
    padding:12px 80px;
    color:#313131;
    transition:0.5s;
}
.lineas hr
{
    float:left;
    height:5px;
    margin: 0;
}
.lineas hr:first-child
{
    background:#0080c0;
    width: 70%;
    margin:0;
}
.lineas hr:last-child
{
    background:#b0cc00;
    width: 30%;
}
#Desafiliaciones
{
    background-image:url(../img/pattern.png);
    padding:80px 0;
    background-size: cover;
}
#Desafiliaciones .texto
{
    padding:40px 0;
    color:#2a2a2a;
    font-size:19px;
    width:70%;
    margin:auto;
}
#Desafiliaciones button
{
    color:#0080c0;
}
#Confie
{
    text-align:center;
    padding:80px 0;
    position:relative;
    background-size: cover;
    background-position: center;
}
#Confie:before
{
    background:black;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    content:'';
    opacity:0.15;
    z-index:1;
}
#Confie .container * 
{
    color:white;
    position:relative;
    z-index:2;
}
#Confie .texto 
{
    margin:40px 0;
    font-size:19px;
    font-weight:300;
    line-height:35px;
}
#Consulta
{
    text-align:center;
    padding:80px 0;
}
#Consulta .texto
{
    font-size:19px;
    font-weight:300;
    padding:20px 0;
}
/* Fin Inicio */
/* Footer */
footer .PreFooter
{
    background:#b0cc00;
    color:white;
    font-size:25px;
    padding:24px;
}
footer
{
  margin-top:60px;
}
footer .PreFooter b 
{
    display:block;
    padding: 6px;
}
footer .PreFooter button
{
    font-size:18px;
}
footer .PreFooter button:hover
{
  background:white;
  color:#b0cc00!important;
}
footer .mapa
{
    background-image:url(../img/bgMapa.png);
    color:white;
    padding:100px 0;
}
footer .mapa img 
{
    float:left;
}
footer .mapa .col-md-4:first-child img 
{
    margin: 15px 10px;
}
footer .mapa .col-md-4:nth-child(2) img 
{
    margin: 18px 2px;
}
footer .mapa .col-md-4:nth-child(3) img 
{
    margin: 17px -5px;
}
footer .mapa span:before
{
    content:'';
    width:70px;
    height:70px;
    border-radius:100px;
    position:absolute;
    border:1px solid #ffffff42;
    left:0;
    top:0;

}
footer .mapa span
{
    margin-left: 35px;
    display:block;
}
footer .col-md-4
{
    display:flex;
    align-items:center;
    justify-content:left;
    font-size:16px;
}
footer .posfooter
{
    background:#0080c0;
    color:white;
    font-style:italic;
    text-align:center;
    padding:50px;
    letter-spacing:1px;
}
/* Fin Footer */
/* CONTACTO */
#seccionContacto h2,#seccionNosotros h2,#seccionStaff h2,#seccionCategoria h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
#seccionContacto h3
{
  font-weight:bold;
  font-size: 25px;
  color: #314f5a;
  margin-bottom:20px;
}
#seccionContacto .boxDer h3
{
  text-align:center;
  width: 100%;
}
#seccionContacto .boxDer p
{
  text-align:center;
  font-size: 18px;
} 
#seccionContacto p 
{
  /* font-size:14px; */
  color:#676767;
  line-height: 22px;
}
#seccionContacto .boxIzq img
{
  margin-right:20px;
  margin-bottom: 45px;
}
#seccionContacto .boxIzq span
{
  font-weight:bold;
  font-size:19px;
  color:#3b3b3b;
  margin-bottom:10px;
  display:block;
}
#seccionContacto .boxIzq
{
  border-right:1px solid #D8D8D8;
}
#seccionContacto .boxIzq h3
{
  margin-bottom:60px;
}
#seccionContacto .boxIzq ul li 
{
  display:block;
  clear: both;
  margin-bottom: 30px;
}
#seccionContacto form
{
  width:80%;
  margin:auto;
  margin-top: 30px;
}
#seccionContacto form input,#seccionContacto form textarea,#seccionContacto form select
{
  background-color: white;
  border: 2px solid #c4c4c4;
  /* border-radius:4px; */
  padding:10px;
  /* font-style:italic; */
  font-size: 15px;
  margin-bottom:10px;
  width:100%;
}
#seccionContacto form textarea
{
  height:120px;
}
#seccionContacto form button
{
  border:none;
  background-color: #8fba08;
  color:white;
  /* font-weight:bold; */
  float:Right;
  padding:10px 100px;
  /* border-radius:6px; */
  font-size: 17px;
}
#seccionContacto,#PreguntasFrecuentes
{
  /* padding:50px 0; */
}
/* FIN CONTACTO */
/* NOSOTROS */
#Nosotros > .row .col-md-7
{
  padding:50px
}
#Nosotros > .row .col-md-7 h2
{
  margin-bottom:50px;
}
#Nosotros > .row .col-md-7 p 
{
  font-size:17px;
  line-height:33px;
}
#Nosotros > .row .col-md-5
{
  height:400px;
  background-size:cover;
  background-position: center;
}
#Nosotros > .row
{
  display:flex;
  height:400px;
  background-color:#F6F6F6;
  align-items:center;
}
#Nosotros .container 
{
  padding:70px 0;
}
#Nosotros .container h2 
{
  text-align:center;
  margin-bottom:60px;
}
#Nosotros .container .col-md-4 img 
{
  margin-bottom:5px;
}
#Nosotros .container .col-md-4
{
  text-align:center;
}
#Nosotros .container .col-md-4 b:after
{
  width:5px;
  height:5px;
  background:#b0cc00;
  content:'';
  position:absolute;
  top:15px;
  border-radius:5px;
  margin:0 7px;
}
#Nosotros .container .col-md-4 b 
{
  font-size:28px;
  font-weight:600;
  color:#b0cc00;
  position:relative;
  margin-right:20px;
}
#Nosotros .container .texto
{
  margin:60px 0;
  text-align:center;
  font-size:19px;
  color:#666;
  font-weight:300;
  line-height:35px;
}
#Nosotros .container .col-md-4 span
{
  font-weight:bold;
  color:#4c4c4c;
  font-size:20px;
}
/* FIN NOSOTROS */
/* Servicios */
.panel-title
{
  background:#0080c0;
  color:white;
  padding:20px 40px;
  background-image:url(../img/lpattern.png);

}
.panel-title img 
{
  float:right;
}
.panel-collapse
{
  border:1px solid #0080c042;
  padding:40px 30px;
  font-size:16px;

}
.panel 
{
  margin-bottom: 30px!important;
}
.ico 
{
  text-align:center;
}
.ico img 
{
  margin-bottom:20px;
}
.ico b 
{
  color:#007ebd;
  font-size:18px;
}
.descrippension h3
{
   font-weight:bold;
   font-size:22px;
   margin-bottom:20px;
}
.descrippension
{
  font-size:15px;
  line-height:26px;
  display:none;
}
/* Fin Servicios */
/* Noticias */
.item .img
{
  height:300px;
  background-size:Cover;
  background-position:Center;
  margin-bottom:20px;
}
.item b:not(.glyphicon)
{
  color:#0080c0;
  display:block;
  text-align:center;
  font-size:19px;
  margin-bottom:20px;
}
.item
{
  height:500px;
}
.item button
{
  padding:3px 40px;
  float:right;
  font-size:12px;
  font-weight:bold;
  color:#0080c0;
  border:2px solid #0080c0;
}
.item span
{
  color:#666;
}
/* Fin Noticias */
/* Responsive */
#NoticiaDetalle .img 
{
  height:400px;
  background-size:cover;
  background-position:center;
}
#NoticiaDetalle .texto
{
  line-height:30px;
  margin:30px 0;
}
#NoticiaDetalle .flecha
{
  font-weight:bold;
}
@media (max-width: 768px) {
  #myCarousel .item
{

    background-position-y: 0px;
}
   #seccionContacto .boxIzq h3
   {
     text-align:center;
   }
  header
  {
    min-height: 80px;
  }
 .navbar-toggle {
      background: #0080c0;
      margin-top: 0px;
    }
    .navbar-toggle span {
      background: #fff;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
    }
    nav ul {
        background-color: rgb(0, 128, 192);
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block;
        width: 100%;
    }
    nav ul li a
    {
        color:white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /* background-color: rgb(181, 4, 4)!important; */
        border-radius: 0;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      /* border-top: none; */
      /* color: #09365f; */
    }
    .contlogo button
    {
      float:right;
    }
    .contlogo img 
    {
      float:left;
      width:60%
    }
    header nav ul
    {
      flex-direction:column;
      display: flex;
      margin: 10px 0!important;
    }
    nav .navbar-collapse
    {
      width:100%;
    }
    header nav
    {
      margin-top:20px;
    }
    .TeLlamamos
    {
      width:100%;
      right:0;
    }
    footer .PreFooter{
      text-align:center;
    }
    .PreFooter .col-md-4
    {
      justify-content: center;
    }
    .mapa
    {
      padding: 60px 20px!important;
    }
    footer .col-md-4
    {
      margin-bottom:20px;
    }
    #Nosotros > .row
    {
      display:block;
    }
    #Nosotros .container .col-md-4
    {
      margin-bottom:50px;
    }
    .submenu
    {
      position:relative;
      left: 0;
      top: 0;
    }
}
.posfooter b 
{
  display:block;
}
.posfooter img
{
  opacity:0.3;
  width:250px;
  margin-top:20px;
}
/* Fin Responsive */