body.web-protego{
	background: #ffffff;
	font-family: Source Sans Pro', 'Helvetica', sans-serif;

}
.web-protego .menu-mobile{
       display: none;
}
.web-protego .botonera {
	text-align: right;
}

.web-protego .botonera nav {
	display: inline-block;
	margin-left: 8px;
	font-weight: 700;
	font-size: 16px;
        padding-top: 30px;
}
.web-protego .botonera nav > a {
    float: left;
    color: #002a5e;
    padding: 0 1em;
    border-right: 1px solid white;
    transition: background .2s;
    display: block;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}
.web-protego .botonera nav > a:hover {
    font-weight: 600;
/*botón*/
}
.botonera .drop {
    color: #262261;
    padding: 2em;
    background: white;
    cursor: pointer;
    display: none; /*ocultamos el botón*/
}
.botonera .drop svg {
    fill: #fff;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .botonera {background: rgba(0,0,0,0.3);}
    .botonera .drop {display: inline-block;}/*volvemos a mostrar el botón*/
    .botonera nav {/*ahora nuestro menú es una lista flotante*/
        position: absolute;
        z-index: 600;
        background: #121212;
        min-width: 20rem;
        display: none;
        top: 100%;left: 0;
    }
    .botonera nav > a {/*y los ítems se alinean verticalmente*/
        float: none;
        border: 0 none;
    }
}       
/*pure css*/
.botonera input {display: none}/*ocultamos el input*/
#toggle:checked ~ nav{
    display: block;
    background: white;
}
#toggle:checked ~ label{
    background: rgba(0,0,0,0.0);
}
.web-protego header{
        padding: 0 30px;
	background: white; 
	position: fixed;
	width: 100%;
	z-index: 34242;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);     
}

.principal{
	background: red;
	height: 95vh;
	background: url(../images/SKY.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.vertical-centered-text {
  -ms-display: flex;
  display: flex;	
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
}

.web-protego .cta{
    float: right;
    padding-top: 30px;
}
.web-protego .menu-link{
    margin-left: 8px;
    font-size: 16px;
    padding-top: 30px;
    float: left;
    color: #5791cc;
    padding: 0 1em;
    border-right: 1px solid white;
    transition: background .2s;
    display: block;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}
.web-protego .menu-link:hover{
       text-decoration: none;
       font-weight: 600;
       color: #5791cc;
}
.web-protego .first-section{
    padding-top: 110px;
    background: #ffffff;
    float: left;
}
.web-protego h1 {
    font-size: 50px;
    color: #143e78;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.web-protego .first-section h4{
    color: #5391d0;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1.5rem;
    line-height: 35px;
}
.web-protego .first-section .btn-primary.orange {
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1.5rem;
    background-color: #2b7dcc;
    border-color: #2b7dcc;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.web-protego .first-section .content-text {
    float: left;
    width: 50%;
    padding-top: 45px;
}
.web-protego .first-section .content-img {
    float: right;
    width: 400px;
}
.web-protego .first-section .content-img img {
    width: 100%;
}
.web-protego .first-section .btn-primary.orange.btn-yellow{
    background-color: #ffb000;
    border-color: #ffb000;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1.5rem;
    margin-left: 15px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
/* h1{
	font-weight: 100px;
	font-size: 50px;
	color: rgba(000,000,000,.8);
} */
.web-protego .second-section{
    text-align: left;
    padding-top: 85px;
    background: #fbfbfb;
    padding-bottom: 60px;
}
.web-protego .second-section p{
    color: #737373;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    width: 80%;
}
.web-protego .second-section .small-card {
    background: white;
    margin: 15px 15px 15px 15px;
    padding: 15px 30px;
    border-radius: 6px;
    min-height: 120px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.web-protego .second-section .small-card img{
    float: left;
    width: 75px;
    margin-right: 15px;
}
.web-protego .second-section .small-card p{
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #424242;
    font-weight: 400;
}
.web-protego .third-section {
   display:flex;
   padding-top: 85px;
   padding-bottom: 50px;
}
.web-protego .third-section .product{
    background: #fbfbfb;
    margin: 15px 15px 15px 15px;
    padding: 15px;
    border-radius: 6px;
    min-height: 370px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.web-protego .third-section .product-img{
    clear: left;
    text-align: center;
}
.web-protego .third-section .product-img img{
     width: 85%;
}
.web-protego .third-section .product .title{
    text-align: center;
    color: #1761ad;
    margin-bottom: 8px;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.web-protego .third-section .product p{
    font-size: 14px;
    width: 100%;
    margin: 0;
    color: #424242;
    font-weight: 400;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}
.web-protego .four-section{
     display:flex;
     background: #454545;
     text-align: left;
     padding-top: 85px;
     padding-bottom: 60px;
}
.web-protego .four-section h1{
      color: #ffffff;
}
.web-protego .four-section p{
     color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}
.web-protego .four-section .contact img{
    width: 40px;
    float: left;
    margin-right: 15px;
}
.web-protego .four-section .contact p{
    color: #ffffff;
    vertical-align: middle;
    margin-top: 8px;
    float: left;
    font-size: 14px;
}
.servicios{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}
.servicios img{
	width: 40%;
	text-align: center;
}

.servicios h1{
	color: #666;
	font-weight: 100;
}
.servicios .images{
	padding-top: 30px;
}

.images .col-md-3{
	padding-top: 20px;

}
.social{
	text-align: center;
}
.social img{
	width: 30%;
	text-decorationt-align: center;
}

footer{
	background: #757575;
	height: 50vh;
	padding-top: 30px;
}
footer h1{
	text-align: center;
	font-weight: 200;
}

#home {
	color: black;
}
.col-xs-4{
	text-align: center;
}
Pie{
	height: 50vh;
	padding-top: 30px;
}

.web-protego .new-legal {
    display: flex;
    background: #1e1e1e;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.web-protego .new-legal .content-pie{
    border-right: 1px solid #636363;
}
.web-protego .new-legal .content-pie p{
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    margin: 0;
}


/*@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { }
@media only screen and (min-width: 324px) and (max-width: 736px) {*/
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) {
  /* iPhone only */
  /* Styles */
  .off {
    display: none !important;
  }
  .on {
    display: block !important;
  }
  .col-md-2 {
    width: 500%;
  }
  .social img{
  	width: 100%;
  }	
  .botonera li a {
    font-size: 5px;
}
.nosotros{
	height: 400px;
	overflow: hidden;
		padding-top: 15px;
}
#home{
	padding-top: 65px;
}
h1{
	font-size: 30px;
}

footer{
	padding-top: 10px;
}

Pie{
	padding-top: 10px;
}
.web-protego .new-legal .content-pie{
    border-right: none;
}
.web-protego header{
    height: 60px;
    padding: 0 15px;
}
.web-protego header img{
    width: 100%;
}
.web-protego header .cta{
   display:none;
}
.web-protego h1 {
    font-size: 25px;
}
.web-protego .first-section .content-text {
    width: 60%;
}
.web-protego .first-section .content-img {
    width: 40%;
    padding-top: 64px;
}
.web-protego .first-section{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}
.web-protego .first-section .btn-primary.orange.btn-yellow {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 12px;
}
.web-protego .first-section .btn-primary.orange {
    margin-bottom: 0;
    font-size: 12px;
}
.web-protego .second-section p {
    width: 100%;
    font-size: 16px;
}
.web-protego .second-section .small-card{
    margin: 15px 0 15px 0;
    min-height: auto;
    padding: 10px 15px;
}
.web-protego .second-section .small-card p {
    font-size: 14px;
}
.web-protego .second-section .small-card img {
    width: 56px;
    margin-right: 5px;
}
.web-protego .second-section {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
}
.web-protego .third-section {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
}
.web-protego .four-section {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
}
.web-protego .four-section p {
    font-size: 16px;
}
.web-protego .four-section .contact p {
    display: none;
}
.web-protego .first-section h4{
    font-size: 16px;
    line-height: 20px;
}
.web-protego .container {
    padding:0;
}
.web-protego .new-legal {
    padding-left: 0px;
    padding-right: 0px;
}
.web-protego .third-section .product-img img {
    width: 50%;
}
.web-protego .third-section .product {
    min-height: auto;
}



/* Important styles */
.menu-mobile #toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

.menu-mobile #toggle span:after,
.menu-mobile #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.menu-mobile #toggle span:after{
  top: 9px;
}
.menu-mobile #toggle span {
  position: relative;
  display: block;
}

.menu-mobile #toggle span,
.menu-mobile #toggle span:after,
.menu-mobile #toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
.menu-mobile #toggle.on span {
  background-color: transparent;
}
.menu-mobile #toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-mobile #toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.menu-mobile #toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
.menu-mobile #menu {
    position: absolute;
    color: #999;
    width: 170px;
    padding: 10px;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    right: 0;
}
.menu-mobile #menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
.menu-mobile ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-mobile li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus {
  background: #1ABC9C;
  color: #fff;
}


}

@media only screen and (max-width: 768px){
.web-protego .botonera .drop {
    display: none;
}
.web-protego .botonera nav {
    display: none;
}
.web-protego .menu-mobile {
    display: block;
}
}