body,
html {
    width: 100%;
    height: 100%;
    align-content: center;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;;

}



.topnav {
    font-size: 17px; 
    font-weight: 500;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}


.navbar-default .navbar-nav>a {
    color: #777;
}


.navbar-default {
   background-color: #EAEEF2; 
   border: none;

}

.navbar-default .navbar-nav>li>a {
    color: #707070;
}



.navbar-default .navbar-nav>li>a:hover{
  text-decoration: none;
  color: #0732F9;
}



  .logoOnOff{
    opacity: 0;
    height: 0;
    transition: all .35s ease-in-out
  }
  .bgcolor{
    background-color: red;
    transition: all .35s ease-in-out
  }


.dropdown-menu>li
{   position:relative;

   
    user-select: none;
    cursor:pointer;
}


.navbar-nav>li>.dropdown-menu {
    
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color:white;
    float: left;
    border: none;
    background-color: #EAEEF2;
}



/*Barra-azul-contact*/

div.barra {
    position:fixed;
    float: right;
    margin-left: 90px;

    background-color: #016DFF;
    width: 39px;
    height: 151px;
    border-radius: 20px;
    padding: 0.2rem;
    align-content: center;
    box-shadow: 13px 18px 21px -4px rgb(0 0 0 / 19%);
    z-index:2; 
}



@media screen and (max-width: 1800px) {div.barra{
    margin-left: 60px;

    }
}


@media screen and (max-width: 767px) {div.barra {
    margin-left: 10px;


    }
}










/*content-azules*/

footer {
    padding-top: 40px;
    padding-bottom: 0px;
    color: #f8f8f8;
    background-color: #000000;
    font-size: 15px;
    height: auto;
    align-content: center;
    margin: auto;
  
  }

  ul.socios{
    list-style: none;
    font-size: 15px;
    color: #cccccc;
    line-height: 25px;
    text-align: left;
  }
  @media screen and (max-width: 767px){ ul.socios{
    padding-top: 1%;
    text-align: center;
}
}

ul.contacto{
    list-style: none;
    font-size: 15px;
    color: #cccccc;
    line-height: 25px;
    text-align: left;
  }
  @media screen and (max-width: 767px){ ul.contacto{
    padding-top: 1%;
    text-align: center;
}
}

ul.fo{
    list-style: none;
    font-size: 15px;
    color: #cccccc;
    line-height: 25px;
    text-align: left;
  }
  @media screen and (max-width: 767px){ ul.fo{
    padding-top: 1%;
    text-align: left;
}
}

h5.fo{
   
    font-size: 17px;
    color: #19A5FD;
    line-height: 25px;
  }

  @media screen and (max-width: 767px){ h5.fo{
    font-size: 15px;
    line-height: 17px;
}
}





a.fin{
  text-decoration: none;
  font-size: 17px;
  color: #19A5FD;
}

a.fin:hover{
  text-decoration: none;
  color: #0732F9;
}


img.foo{
    max-width: 100%;
    width:70%;
    max-width:70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

  @media screen and (max-width: 767px){ img.foo{
    width:40%;
    max-width:40%;
}
}

h2.call{
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
}

p.copyright {
    margin: 15px 0 0;
    text-align: center;
    font-size: 15px;
}

div.final{
    margin-top: 50px;
    display: block;
    background: rgba(53,204,250,1);
    background: -moz-linear-gradient(left, rgba(53,204,250,1) 0%, rgba(47,159,245,1) 48%, rgba(23,61,230,1) 85%, rgba(23,61,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,204,250,1)), color-stop(48%, rgba(47,159,245,1)), color-stop(85%, rgba(23,61,230,1)), color-stop(100%, rgba(23,61,230,1)));
    background: -webkit-linear-gradient(left, rgba(53,204,250,1) 0%, rgba(47,159,245,1) 48%, rgba(23,61,230,1) 85%, rgba(23,61,230,1) 100%);
    background: -o-linear-gradient(left, rgba(53,204,250,1) 0%, rgba(47,159,245,1) 48%, rgba(23,61,230,1) 85%, rgba(23,61,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(53,204,250,1) 0%, rgba(47,159,245,1) 48%, rgba(23,61,230,1) 85%, rgba(23,61,230,1) 100%);
    background: linear-gradient(to right, rgba(53,204,250,1) 0%, rgba(47,159,245,1) 48%, rgba(23,61,230,1) 85%, rgba(23,61,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35ccfa', endColorstr='#173de6', GradientType=1 );
    padding: 0px;
}

textarea.form-control {
    height: 150px;
}








