@media only screen and (max-width: 800px) {
  .modal{
    min-width:90vw !important;
    max-height: 45vh !important;
  }
}

/*3. Sections 
****************************************************************************/
 .sectionser {
    padding-bottom: 50px;
    
}
.sectionser .container {
    padding-top:50px;
}
.sectionser .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.sectionser .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}

.sectionser .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
   background: rgb(0,25,135);
background: radial-gradient(circle, rgba(0,25,135,1) 0%, rgba(0,0,0,1) 100%);
	
}
.primary-section .triangle {
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #0066CC;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
	color: #CCCCCC;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
	background-image: url("../images/fondo.jpg");
	background-size:cover;
	background: rgb(0,25,135);
background: radial-gradient(circle, rgba(0,25,135,1) 0%, rgba(0,0,0,1) 100%);
	
}
.secondary-section .title {
    border-bottom: 1px solid #CCCCCC;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
	padding-bottom: 70px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #181A1C;
	background-color: #0066CC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
.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;
}
/*******
/* Inicio estilo para prompocion de paquetes*/

.box-02 {
  width: 100%;
  padding: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  border-radius: 17px;
  text-align: center;
}
 .box-02 {
    margin-bottom: 20px;
  }
.titulo-02 {
  font-size: 40px;
  font-weight: 700;
}
.titulo-03 {
  font-size: 30px;
  font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
}
.color-02 {
  color: #ff6b00;
}
.texto-03 {
  font-size: 12px;
}
.texto-05 {
	font-size: 18px;
	color: black;
}
.texto-06 {
	font-size: 13px;
	color: white;
}




/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/**/
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}

/*
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);
}
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/*Para botones
***************************************/
.btn-pro-02 {
  color: #FFF;
  background-color: #E45E11;
  border-color: #E45E11;
  font-weight: 700;
  border-radius: 15px;
  margin-bottom: 20px;
}

.btn-pro-02:hover {
  color: #FFF;
  background-color: #EF722B;
  border-color: #EF722B;
	
  box-shadow: 0 0 0 3px rgba(42,42,42,0.50);
}


.btn-pro-02:focus,
.btn-pro-02.focus {
  box-shadow: 0 0 0 3px rgba(42,42,42,0.50);
}

.btn-centrado {
  position: absolute;
  top:93%;
  left: 75%;
  transform: translate(-50%, -50%);
  width:40%;
  

}
.btn-centrado2 {
  position: absolute;
  top:93%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 40%;
  

}

.btn-paq {
  color: #FFF;
  background-color: #E45E11;
  border-color: #E45E11;
  font-weight: 700;
  border-radius: 15px;
  margin-bottom: 20px;
  
}

.btn-paq:hover {
  color: #FFF;
  background-color: #EF722B;
  border-color: #EF722B;
	
  box-shadow: 0 0 0 3px rgba(42,42,42,0.50);
}


.btn-paq:focus,
.btn-paq.focus {
  box-shadow: 0 0 0 3px rgba(42,42,42,0.50);
}

/*Para divisor*/

.trans--grow{
  -webkit-transition: width 5s ease-in-out; /* For Safari 3.1 to 6.0 */
  transition: width 5s  ease-out infinite alternate;
  width : 0%;
}
.grow{
  width:100%;
}
.hr1{
  margin-left:0;
}
.hr2{
  margin-right:0;
}

hr{
  margin-top: 20px;
  padding: 2px 0;
  border: none;
  background-color: rgb(250, 150, 0);
  letter-spacing: 5px;
}
/*Fin de divisor*/

/***Para portafolio**/

.modal{
width:50vw !important;
height:74vh !important;
}
.imagen-modal{
  max-height: 58vh;
}


.textoport{
	color: #000000;
	text-align: center;
}

/**Fin de portafolio**/

/**Para clientes**/

* {
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
}

ul li {
  list-style-type: none;
}

.slider--teams {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 750px;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.slider--teams .slider--teams__team {
  position: relative;
  overflow: hidden;
}

#list {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#list li {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
}
#list li figure {
  cursor: pointer;
  margin: 1em;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out;
  transform: scale(0.5) translateZ(0px);
}
#list li figure:hover {
  opacity: 0.8;
  transform: scale(0.6) translateZ(0px);
}
#list li figure:active {
  opacity: 1;
  transform: scale(0.7) translateZ(0px);
}
#list li figure > div {
  border-radius: 5px;
  position: relative;
  margin: 2rem auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  transform: rotate(45deg) translateZ(0px);
}
#list li figure > div > div {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/953/teams.jpg) no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  transform: rotate(-45deg) translate(0%, -70%);
}
#list li figure figcaption h2 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 800;
}
#list li figure figcaption p {
  color: #666;
  font-size: 0.9rem;
  font-weight: 400;
}
#list li:nth-child(1) figure > div > div {
  background-position: 0px 0px !important;
}
#list li:nth-child(2) figure > div > div {
  background-position: 0px 20% !important;
}
#list li:nth-child(3) figure > div > div {
  background-position: 0px 40% !important;
}
#list li:nth-child(4) figure > div > div {
  background-position: 0px 60% !important;
}
#list li:nth-child(5) figure > div > div {
  background-position: 0px 80% !important;
}
#list li:nth-child(6) figure > div > div {
  background-position: 0px 100% !important;
}

.active {
  opacity: 1 !important;
  transform: scale(1) translateZ(0px) !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/**Fin de clientes**/
