/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: https://graphberry.com
 * License: https://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
    font-family:'Roboto', sans-serif;
    color: #F1F1F1;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
/*
a {
    color:#2f2f2f;
    text-decoration: none;
}
 Por debajo de 700px (
@media screen and (max-width: 700px){
.contenido{
font-size:12px;
}
.titulo{
font-size:18px;
}
}*/
/* Por debajo de 400px (
@media screen and (max-width: 400px){
.contenido{
font-size:10px;
}
.titulo{
font-size:16px;
}
}

a:hover {
    color: #FECE1A;
    text-decoration:none;
}
*/

#botonverdetalle
{
  color:black;
  background: white;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
}
#botonverdetalle:hover
{
  background: #FECE1A;

}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #2f2f2f;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #2f2f2f;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
       opacity:0.8;

    }
    50% {
        opacity:2;

    }
    100% {
        opacity:0.8;

    }
}

@-webkit-keyframes blink {
    0% {
        opacity:0.8;

    }
    50% {
        opacity:2;

    }
    100% {
        opacity:0.8;

    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:0.8;

    }
    50% {
        opacity:2;

    }
    100% {
        opacity:0.8;

    }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:0.8;

    }
    50% {
        opacity:2;

    }
    100% {
        opacity:0.8;

    }
}


.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.transition {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.div-img2 {
    width:100px;
    height:70px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    position:fixed;
    top:0px;
    left:30px;
  }
  .div-img2 .img {
    width:100px;
    height:70px;
    display: block;
  }

.div-img {
  width:150px;
  height:70px;
  display: block;
  margin-left:auto;
  margin-right:auto;
  /*border :solid 1px white;*/

}
.div-img .img {
  /*border :solid 1px yellow;*/
  width:100px;
  height:70px;
  display: block;
  margin-left:auto;
  margin-right:auto;
  -webkit-transform: 0px 0px 1;
  -moz-transform: 0px 0px 1;
  -ms-transform: 0px 0px 1;
  -o-transform: 0px 0px 1;
  transform: 0px 0px 1;
  transform: translate(0px, 0px) scale(1);
  -webkit-transform: translate(0px, 0px) scale(1);
  -moz-transform: translate(0px, 0px) scale(1);
  -o-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-animation: blink normal 3s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 3s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 3s infinite ease-in-out; /* IE */
  animation: blink normal 3s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.div-img .text {
  width:220px;
  height:85px;
  font-size:10px;
  color :white;
  text-transform: uppercase;
 text-shadow: none;
  position: relative;
  left: -10%;
  top:-35px;
  z-index: -1;
  display: block;
  bottom: 10px;
  text-align: center;
  -webkit-transform: 0px 0px 1;
  -moz-transform: 0px 0px 1;
  -ms-transform: 0px 0px 1;
  -o-transform: 0px 0px 1;
  transform: 0px 0px 1;
  transform: translate(0px, 0px) scale(1);
  -webkit-transform: translate(0px, 0px) scale(1);
  -moz-transform: translate(0px, 0px) scale(1);
  -o-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.div-img:hover .img {
  -webkit-transform: 0px -20px 0.7;
  -moz-transform: 0px -20px 0.7;
  -ms-transform: 0px -20px 0.7;
  -o-transform: 0px -20px 0.7;
  transform: 0px -20px 0.7;
  transform: translate(0px, -20px) scale(0.7);
  -webkit-transform: translate(0px, -20px) scale(0.7);
  -moz-transform: translate(0px, -20px) scale(0.7);
  -o-transform: translate(0px, -20px) scale(0.7);
  -ms-transform: translate(0px, -20px) scale(0.7);
  /* border:solid 1px #efefef;*/
  border-radius: 50%;
}
.div-img:hover .text {
   z-index: 0;
  -webkit-transform: 0px 0px 1;
  -moz-transform: 0px 0px 1;
  -ms-transform: 0px 0px 1;
  -o-transform: 0px 0px 1;
  transform: 0px 0px 1;
  transform: translate(0px, 0px) scale(1);
  -webkit-transform: translate(0px, 0px) scale(1);
  -moz-transform: translate(0px, 0px) scale(1);
  -o-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
}




/*menu desplegable ceis ################*/
.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    width: 30%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border-top: 8px solid #FECE1A;
    color:  #a5a5a5;
    height: auto;
}
.dropdown-content ul{
list-style: none;
}
.dropdown-content hr
{
   margin: 10px 0px 10px 0px;
   border-top: 1px solid #ccc;
}
.dropdown-content li
{
 padding-bottom: 5px;
 padding-right: 30%;
}
.dropdown-content a
{   position: relative;
    border-left: solid 3px #a5a5a5;
    padding-left: 15px;
    font-size: 13px;
    color: #a5a5a5;
    transition: 1s all;
}
.dropdown-content ul > li:hover > a{
    color:#818181 ;
    font-weight: bold;
    border-left: solid 3px #FECE1A;
    transition: 1s all;
}
/*final menu desplegable ################*/

/*menu desplegable comunidad ################*/
.dropdown-content-com {
    position: absolute;
    float: left;
    margin-left: -30%;
    background-color: #f9f9f9;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    /*overflow:auto;*/
    /*overflow-x: hidden;*/
    z-index: 1000;
    border-top: 8px solid #FECE1A;
    color:  #a5a5a5;
    display: block;
}
.dropdown-content-com ul{
width: 100%;
list-style: none;
border:1px solid blue;
}
.dropdown-content-com ul > li:hover > a{
    color:black ;
    border-left: solid 2px #FECE1A;
    text-align: center;
    /*padding-left: 10px;*/
    transition: 1s all;
}
.dropdown-content-com li
{
 padding-bottom: 5px;
 padding-right: 30%;
}
.dropdown-content-com a
{
    width: 100%;
    position: relative;
    font-family: 'Verdana', sans-serif;
    font-size: .7em;
    color: #a5a5a5;
    transition: 1s all;
}
.dropdown-content-com hr
{
   margin: 10px 0px 10px 0px;
   border-top: 1px solid #ccc;
}
.dropdown-content-com h4
{
  color :#eaa612;
  font-family: 'Helvetica Neue', sans-serif;

}
.dropdown-content-com::-webkit-scrollbar {
  /* solo oculta su visualizacion */
  /*display: none;*/
}

.columnmenu {
    float: left;
    width: 30%;
    padding: 0px;
    border: 1px solid red;
}


/*.rowmenu {

    width: 100%;
}*/
/*menu desplegable comunidad ################*/




#formacceso
{
   /* border: 3px solid #FECE1A;  */
    padding: 5px 5px 5px 5px;
    size: 9px;

}
#username
{
    width: 90%;
}
#password
{
    width: 90%;
}
#acceso
{
    display: block;
    margin :auto;
    width: 100%;
    padding: 0px 3px 0px 3px;
    background: #FECE1A;
    border-radius:4px;
    text-align: center;
    color: white;


}



.reds{
   font-size: 55px;
   padding: 15px 15px 15px 15px;
   border: solid 1px white;
   border-radius: 15px;
   transition: 1s all;
}
.reds:hover{
    color :#FECE1A;
    background-color: white;
    transition: 1s all;
    
    transform:scale(.9);
}
.linkred > i{
    color :#3b5998;    
    background-color: white;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px;
    transition: 1s all;
}
.linkred > i:hover{
    color :#3b5998;    
    background-color: white;
    position: relative;
    margin-top: 10px;
    transition: 1s all;
}
.linkredtw > i{
    color :#1da1f2;    
    background-color: white;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px;
    transition: 1s all;
}
.linkredtw > i:hover{
    color :#1da1f2;    
    background-color: white;
    position: relative;
    transition: 1s all;
}
.linkredins > i{
    color :#d127ff;    
    background-color: white;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px;
    transition: 1s all;
}
.linkredins > i:hover{
    color :#d127ff;    
    background-color: white;
    position: relative;
    margin-top: 10px;
    transition: 1s all;
}
.linkredyou > i{
    color :#ff0000;    
    background-color: white;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
    transition: 1s all;
}
.linkredyou > i:hover{
    color :#ff0000;    
    background-color: white;
    position: relative;
    margin-top: 10px;
    transition: 1s all;
}
.valorcontenedor
{
    overflow:hidden;
    text-align: center;
    margin:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    /*font-family: 'Dancing Script', cursive;*/
    /*font-family: 'Marcellus SC', serif;*/
    font-family: 'Lexend Deca', sans-serif;
}
 .valor {
  width: 60px;
  height: 40px;
  font-size: 16px;
  display:inline-table;
  color :#333333;
  background: #F8F8F8;/*#FECE1A*/
  border: solid white 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 25px;
  cursor:pointer;
  box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.10);
  justify-content: center;
  align-items: center;
  line-height: 40px;
  transition: 1s all;

}
.valor:hover{
    color :#253E50;
    background: #FECE1A;
    transform:scale(.9);
    position: relative;
    top: -10px;
    transition: 1s all;
}
/* Create three equal columns that floats next to each other */
.navbar .nav > li > a > i
{       font-size:9px;
        text-align: center;
        margin-left: 15px;
        color: white;
        /*color: #6d6d6d;*/
}
/*estilo del menu principal */
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:5px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size:11px;
    text-shadow: none;
    color: #fff;
    border-bottom: 1px solid #2f2f2f;
    border-top: 1px solid #2f2f2f;
    border-radius: 1px;
    transition: 1s all;
}
.navbar .nav > a:visited
{
 color: #fff;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #2f2f2f;
    border-bottom: 1px solid #FECE1A;
    border-top: 1px solid #FECE1A;
    border-radius: 1px;
    /*padding: 10px 25px 10px 25px;*/
    transition: 1s all;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #2f2f2f;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #2f2f2f;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #fff;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #fff;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #fff !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #fff;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0%;
    height: 0;
    border-top: 30px solid #2f2f2f;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;

}
.triangle2 {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #F1F1F1;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;

}

.contenedorAbout
{
  display: inline-block;
  width: 100%;
  height: 100%;

}
.contenedorAboutRow
{
  width: 100%;
  height: 20%;
}




/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #2f2f2f;
    color:#fff;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#2f2f2f;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#fff;
}
.button-sp:hover, .button-sp:active {
    background-color:#2f2f2f;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#2f2f2f;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#2f2f2f;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3,
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#2f2f2f;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections
***************************************************************************/

 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 10px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}

/*claro*/
.primary-section {
    background:#F8F8F8;
}
.primary-section .triangle {
    border-top: 40px solid #FECE1A
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #3a3a3a;
}
.primary-section h1 {
    color:#3a3a3a;
}
.primary-section p {
    color:#181A1C;
}

/*mas oscuro*/
.secondary-section {
    background:#d4d4d4;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
.secondary-section .triangle {
    border-top: 40px solid #F8F8F8
}
 .secondary-section .single-project {
    margin-bottom:30px;
    background:#181a1c;
}

.third-section {
    background:#F8F8F8;
}
.third-section .title {
    border-bottom: 1px solid #181A1C;
}
.third-section h1, .third-section .title p {
    color: #181A1C;
}
.third-section .triangle {
    border-top: 40px solid #d4d4d4
}

/* Third section use bacground image
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #FECE1A;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}

*/

.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services
***************************************/
.service{
    margin-top:20px;
    margin-bottom: 130px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;

}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
   width: 100%;
    background: #FECE1A /*#2f2f2f*/;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#2f2f2f;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:40px;
    height:120px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
.scrollup div > a > i {
    color:#fff;
}

.scrollupw {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:50px;
    height:50px;
    border-radius:100%;
    font-size:20px;
    position:fixed;
    bottom:85px;
    left:20px;
	border:2px solid #f2f6fa;
    display:inline-flex;
    background: #25d366;
    color: #f2f6fa;
    z-index: 999;
    box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.16);
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 1100px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
         transition: 1s all;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
         transition: 1s all;
    }
    .section {
        padding-left:0px;
        padding-right:0px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {       
        margin-left: 0px;
        margin-right: 0px;
         transition: 1s all;
    }
    .nav-collapse {
        clear: both;
         transition: 1s all;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
         transition: 1s all;
    }
    .nav-collapse .nav > li {
        float: none;
         transition: 1s all;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
         transition: 1s all;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}
.conconimgtit{
  width:100%;
}
.contenedorImagenTitulo{
  border-bottom:solid 1px #bbbbbb;
}
.imagenTitulos{
  margin-left: 15%;
  margin-right: 15%;
  width:70%;
  background-repeat: no-repeat;
  background-size: cover;
}
.parrafoImagentitulo{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width:100%;
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 2.3;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 2px #ececec;
  transition:all 1s;
}
.parrafoImagentitulo:hover{
  box-shadow: 2px 15px 40px 10px rgba(196,196,196,1);
  transition:all 1s;
}


#f1_container {
  position: relative;
  width: 310px;
  height: 280px;
  z-index: 1;
}
#f1_card {
  width: 310px;
  height: 280px;
  transform-style: preserve-3d;
  transition: all .5s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 310px;
  height: 280px;
  backface-visibility: hidden;
}
.face.back {
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  font-size: 13px;
  text-align: center;
  line-height:1;
  width: 310px;
  height: 280px;
  background-color:#FECE1A /*#f9f9f9*/;
}
.rowOferta{
  width: 310px;
}
.tituloAbajo{
  margin-top: 25px;
  background-color:#F8F8F8;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}
#grid { 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 1px;
    margin: 80px auto auto auto;
    }
    #grid > div {
    width: 310px;
    height: 280px;
    color: #161616;
    background: #F8F8F8;
    margin: auto auto  30px auto;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.08);
    font-family: 'Open Sans', sans-serif;
    }
    .btnMas{
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 14px;
        color:#333333;
        width: 70%;
        margin: auto;
        padding-bottom: 5px;
        height: 50px;
        border: 1px solid #333333;
        background-color:  #FECE1A;
        text-align: center;
        justify-content: center;
        transition: 1s all;
      }
      .btnMas:hover{
        background-color: #F8F8F8;
        border: solid 1px #FECE1A;
        transition: 1s all;
      }
      .parrafonosotros
      {
        color: #333333;
        margin: auto auto 80px auto;
        width: 90%;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        background-color:#F8F8F8;
        padding: 60px 60px 60px 60px;
        line-height:2;
        box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.05);
        font-size: 18px;       
      }

      @media (max-width: 1200px) {

        .parrafonosotros
        {
          color: #333333;
          margin: auto auto 80px auto;
          width: 90%;
          font-family: 'Open Sans', sans-serif;
          text-align: center;
          background-color:#F8F8F8;
          padding: 40px 20px 40px 20px;
          line-height:1.5;
          box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.05);
          font-size: 14px;
         
        }
      }

      .contenedorfotosoferta
      {
        width: 100%; 
        margin: -40px auto auto auto; 
      }
      .contenedorfotosoferta >img
      {
        width: 100%;
        height: 80%;
        filter: brightness(50%);
      }
      .texto-encima{
       
        width: 80%;        
        position:absolute;
        top: 300px;
        left: 50%;
        text-align: center;
        line-height: 1.5;
        transform: translate(-50%, -50%);
        font-size:60px;
        color: #F8F8F8;
        font-family: 'Open Sans', sans-serif;
    } .texto-encima2{
       
        width: 80%;        
        position: absolute;
        top: 450px;
        left: 50%;
        text-align: center;
        line-height: 1.5;
        transform: translate(-50%, -50%);
        font-size:70px;
        color: #d4d4d4;
    }
    @media (max-width: 1200px) {
        .texto-encima{
            margin: auto;
            width: 80%;
            position: absolute;
            top: 200px;
            left: 50%;
            line-height: 1.2;
            transform: translate(-50%, -50%);
            font-size:25px/*calc(18px + 3vw)*/;
            color: #F8F8F8;
        }
        .texto-encima2{
            margin: auto;
            width: 80%;
            position: absolute;
            top: 260px;
            left: 50%;
            line-height: 1.5;
            transform: translate(-50%, -50%);
            font-size:40px/*calc(18px + 3vw)*/;
            color: #d4d4d4;
        }
    }
     

.objetivos_posgrado{
margin: 60px auto 20px auto;
text-align: center;
width: 95%;
box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.08);
padding: 60px 100px 60px 100px;
}
.objetivos_posgrado > h1{
    font-size: 25px;
}
.objetivos_posgrado > h1 > i{
    color: #FECE1A;
    margin-right: 10px;
    font-size: 45px;
}
.objetivos_posgrado > ul > li{
    text-align: left;
    line-height:1.8;
    margin-bottom: 20px;
}
.objetivos_posgrado > ul > li > i{
    color: #FECE1A;
    font-size: 25px;
    margin-right: 15px;
}
.objetivos_posgrado > ul > li > ul > li {
    text-indent: 10px; 
    margin-bottom: 20px;
}
.objetivos_posgrado > ul > li > ul > li > i{
    color: #FECE1A;
   margin-right: 10px;
    font-size: 11px;
    
}

@media (max-width: 1000px) {

    .objetivos_posgrado{
        margin: 60px auto auto auto;
        text-align: center;
        width: 95%;
        box-shadow: 2px 3px 9px 5px rgba(0,0,0,0.08);
        padding: 60px 40px 60px 40px;
        }
        .objetivos_posgrado > h1{
            font-size: 25px;
        }
        .objetivos_posgrado > h1 > i{
            color: #FECE1A;
            margin-right: 10px;
            font-size: 45px;
        }
        .objetivos_posgrado > ul > li{
            text-align: left;
            line-height:1.8;
            margin-bottom: 20px;
            font-size: 15px;
        }
        .objetivos_posgrado > ul > li > i{
            color: #FECE1A;
            font-size: 25px;
            margin-right: 15px;
        }
        .objetivos_posgrado > ul > li > ul > li {
            text-indent: 10px; 
            margin-bottom: 20px;
        }
        .objetivos_posgrado > ul > li > ul > li > i{
            color: #FECE1A;
           margin-right: 10px;
            font-size: 6px;
            
        }
}

main {
    text-align: left;
    column-count:3;
    column-gap: 3em;
    column-rule: 1px solid #bbb;
    column-width: 140px;
}

main > ul > li{
    margin-bottom: 8px;
}




.mapasitio {
    border: #818181 solid 1px;
    text-align: left;
    column-count:3;
    column-gap: 3em;
    column-rule: 1px solid rgb(77, 77, 77);
    column-width: 140px;
}


.mapasitio > p {
    vertical-align: text-top;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 200px;
}

.mapasitio > ul > li{
    margin: 0px auto 8px auto;
    font-size: 11px;
    list-style-type:square;

}
.contenedormapasitio{
    width: 80%;
    margin: auto;
}



    /* Style tab links */
    .tablink {
        background-color: #3b3b3b;
        font-family: 'Open Sans', sans-serif;
        color: white;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 14px;
        width: 25%;
      }
  
      .tablink:hover {
        background-color: #313131;
        color: #333333;
        border-top: #ffca37d8 2px solid;
      }
  
      /* Style the tab content (and add height:100% for full page content) */
      .tabcontent {
        color: #333333;
        display: none;
        padding: 100px 20px;
        height: 100%;
      }