@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");


*{
  box-sizing: border-box;
  margin: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


:root {
  --main-color: #06c;
  --circle-size: -125px;
}

@media only screen and (min-width: 768px) { 
    :root {
      --circle-size: -200px;
    }
}

@media screen and (min-width: 2000px) {
    body {
      zoom: 200%; /* Adjust the zoom level as needed */
      /* transform: scale(0.5); An alternative way to achieve zooming */
      /* transform-origin: top left; Set the origin of the transformation */
    }
  }
  

.circle {
    position: relative;
    width: 250px;
    height: 350px;
    margin: 120px auto;
    border-radius: 50%;
    background-color: #f7f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .circle img {
    max-width: 100%;
    max-height: 100%;
  }
  


.box {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    
    transition: all linear 0.2s;
    
}
.box:hover, .box.open {
    width: 80px;
    height: 80px; 
}
.box a {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) { 
    .circle {
        width: 400px;
        height: 400px;
        margin: 100px auto;
    }
    .box {
        width: 100px;
        height: 100px; 
    }
    .box:hover, .box.open {
        width: 120px;
        height: 120px; 

    }

}


.box img {
    width: 100%;
    height: auto;
}


.link-1 {
    background: #c68119; /*verde*/
    transform: translate(-50%, -50%) rotate(0deg) translateY(var(--circle-size)) rotate(-0deg);
    
}

.link-2 {
    background: #001F37; /*gris*/
    transform: translate(-50%, -50%) rotate(45deg) translateY(var(--circle-size)) rotate(-45deg);
    
}

.link-3 {
    background: #c68119; /*gris*/
    transform: translate(-50%, -50%) rotate(90deg) translateY(var(--circle-size)) rotate(-90deg);
    
}

.link-4 {
    background: #001F37; /*gris*/
    transform: translate(-50%, -50%) rotate(135deg) translateY(var(--circle-size)) rotate(-135deg);
    
}

.link-5 {
    background: #c68119; /*amarillo*/
    transform: translate(-50%, -50%) rotate(180deg) translateY(var(--circle-size)) rotate(-180deg);
    
}

.link-6 {
    background: #001F37; /*amarillo*/
    transform: translate(-50%, -50%) rotate(225deg) translateY(var(--circle-size)) rotate(-225deg);
    
}

.link-7 {
    background: #c68119; /*naranja*/
    transform: translate(-50%, -50%) rotate(270deg) translateY(var(--circle-size)) rotate(-270deg);
    
}

.link-9 {
    background: #001F37; /*naranja*/
    transform: translate(-210%, -50%) rotate(270deg) translateY(var(--circle-size)) rotate(-270deg);
    
}

.link-8 {
    /* background: #001F37; naranja */
    background: #001F37;
    transform: translate(-50%, -50%) rotate(315deg) translateY(var(--circle-size)) rotate(-315deg);
    
}

.link-10 {
    background: #001F37; /*amarillo*/
    transform: translate(-50%, 70%) rotate(180deg) translateY(var(--circle-size)) rotate(-180deg);
    
}

.link-11 {
    background: #c68119; /*amarillo*/
    transform: translate(-180%, 50%) rotate(225deg) translateY(var(--circle-size)) rotate(-225deg);
    
}

.link-13 {
    background: #001F37; /*gris*/
    transform: translate(120%, -50%) rotate(90deg) translateY(var(--circle-size)) rotate(-90deg);
    
}

.link-12 {
    background: #c68119; /*gris*/
    transform: translate(80%, 50%) rotate(135deg) translateY(var(--circle-size)) rotate(-135deg);
    
}

.link-14 {
    background: #c68119; /*gris*/
    transform: translate(20%, -250%) rotate(90deg) translateY(var(--circle-size)) rotate(-90deg);
    
}


/* metodo-affinity */
.metodo {
    width: 100%;
    float: left;
}


.metodo-affinity {
    width: 100%;
    float: left;
    background: transparent;
    padding: 90px;
    margin-top: 100px;
}

.metodo-cover {
    width: 100%;
    float: left;
    background: rgba(247, 245, 245, 0.5);
    padding: 50px 20px 20px 20px;
    margin: 0;
    position: relative;
    background-size: cover;
    background-position: top center;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.metodo-icon {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    transition: all linear 0.2s;
    background: #8bc34a; /*verde*/
}

.metodo-1 {
    background-color: #c68119;
     /*verde*/
}
.metodo-1 .metodo-icon {
    background-color: #c68119; /*verde*/
}

.metodo-2 {
    background: #001F37;}
.metodo-2 .metodo-icon {
    background: #001F37;
}

.metodo-3 {
    background: #c68119;  /*gris*/
}
.metodo-3 .metodo-icon {
    background: #c68119;  /*gris*/
}

.metodo-4 {
    background: #001F37; /*gris*/
}
.metodo-4 .metodo-icon {
    background: #001F37; /*gris*/
}

.metodo-5 {
    background: #c68119;  /*gris*/
}
.metodo-5 .metodo-icon {
    background: #c68119;  /*gris*/
}

.metodo-6 {
    background: #001F37;/*amarillo*/
}
.metodo-6 .metodo-icon {
    background: #001F37; /*amarillo*/
}

.metodo-7 {
    background: #c68119; /*naranja*/
}
.metodo-7 .metodo-icon {
    background: #c68119; /*naranja*/
}

.metodo-8 {
    background: #001F37; /*naranja*/
}
.metodo-8 .metodo-icon {
    background: #001F37; /*naranja*/
}
.metodo-9 {
    background: #c68119;  /*gris*/
}
.metodo-9 .metodo-icon {
    background: #c68119;  /*gris*/
}

.metodo-10 {
    background: #c68119; /*gris*/
}
.metodo-10 .metodo-icon {
    background: #c68119; /*gris*/
}

.metodo-11 {
    background: #001F37;  /*gris*/
}
.metodo-11 .metodo-icon {
    background: #001F37;  /*gris*/
}

.metodo-12 {
    background: #001F37;/*amarillo*/
}
.metodo-12 .metodo-icon {
    background: #001F37; /*amarillo*/
}

.metodo-13 {
    background: #001F37; /*naranja*/
}
.metodo-13 .metodo-icon {
    background: #001F37; /*naranja*/
}

.metodo-14 {
    background: #c68119; /*naranja*/
}
.metodo-14 .metodo-icon {
    background: #c68119; /*naranja*/
}

.metodo-15 {
    background: #001F37; /*naranja*/
}
.metodo-15 .metodo-icon {
    background: #001F37; /*naranja*/
}

.metodo-20 {
    border-radius: 2em;
    background: #c68119fd;
}
.metodo-20 .metodo-icon {
    background: #001F37; /*naranja*/
}

.circle a {
  display: block;
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 8em; height: 8em;
  line-height:12em;
  margin: -3.5em;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  text-align: center;
  text-decoration: none;
  color: rgb(248, 243, 243);
  box-sizing: border-box;
  font-size: 1px;
}

.circle a p {
    font-size: x-small;
  }



.metodo-space {
    width: 100%;
    float: left;
    height: 100px;
}

.metodo-icon {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    transition: all linear 0.2s;
    background: #8bc34a; /*verde*/
}

@media only screen and (min-width: 768px) { 
    .metodo-cover {
        padding: 80px 20px 0 20px;
    }


    .metodo-space {
        height: 140px;
    }

    .metodo-icon {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
}


@media only screen and (min-width: 1024px) { 
    .metodo-cover {
        padding: 90px 20px 0 20px;
    }


    .metodo-space {
        height: 160px;
    }

    .metodo-icon {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
}


.metodo-icon img {
    width: 100%;
    height: auto;
}

.metodo-title {
    font-family: "Open Sans", sans-serif;
    margin: 15px auto;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}



.metodo-line {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
}

.metodo-content {
    padding: 10px 0;
    width: 100%;
    float: left;
}

.open-content {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: block;
    position: relative;
}

.open-content:hover, .open-content:focus {
    color: #fff;
    text-decoration: none;
}

.open-content span {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.open-content.collapsed span {
    background-image: url('http://estudi1073.com/test/metodo/img/arrow-right.png') !important;
}



@media only screen and (min-width: 768px) { 
    .metodo-title {
        font-size: 50px;
    }


    .open-content  {
        font-size: 16px;
    }

}

@media only screen and (min-width: 1024px) { 
    .metodo-title {
        font-size: 24px;
    }


    .open-content  {
        font-size: 18px;
    }

   
}

.collapse {
    overflow: hidden;
}

.metodo-expand {
    padding: 10px 0;
    width: 100%;
    float: left;
}

.metode-up a {
    color: #fff;
    padding: 15px;
    display: block;
}
.arrow-up {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('http://estudi1073.com/test/metodo/img/arrow-up.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-right {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('http://estudi1073.com/test/metodo/img/arrow-right.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-down {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('http://estudi1073.com/test/metodo/img/arrow-down.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-left {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('http://estudi1073.com/test/metodo/img/arrow-left.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/* backgrounds */
.bg-1 {
    width: 100%;
    float: left;
    background-position: top center;
    background-size: cover;
}

.bg-2 {
    width: 100%;
    float: left;
    background-position: top center;
    background-size: cover;
}

.bg-3 {
    width: 100%;
    float: left;
    background-position: top center;
    background-size: cover;
}
.bg-4 {
    width: 100%;
    float: left;
    background-position: top center;
    background-size: cover;
}

.box p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @media only screen and (min-width: 768px) {
    .box p {
      font-size: 38px;
    }
  }
  
  
.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  
  .circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color:#001F37;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);  
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
  }
  
  .circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px 001F37;
  }
  
  .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 001F37;
  }
  
  .circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;  
  }
  
  .circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
  }
  
  .circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: #c68119a2;
    transition: all .3s ease;
  }
  
  .circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
  }
  
  .circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
  }
  
  .circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: hsla(0,0%,0%,.1);
    transition: transform .3s ease, background .2s ease;
  }
  
  .circular-menu .menu-item:hover {
    background-color: hsla(0,0%,0%,.3);
  }
  
  .circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em,-7em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em,-6.3em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em,-3.2em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em,1em,0);
  }
  
  /**
   * The other theme for this menu
   */
  
  .circular-menu.circular-menu-left {
    right: auto; 
    left: 1em;
  }
  
  .circular-menu.circular-menu-left .floating-btn {
    background-color: #c68119fb;
  }
  
  .circular-menu.circular-menu-left:after {
    background-color: #001f3778;
  }
  
  .circular-menu.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate3d(-1em,-7em,0);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate3d(3.5em,-6.3em,0);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate3d(6.5em,-3.2em,0);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate3d(7em,1em,0);
  }

  #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  

  @media only screen and (min-width: 2000px) {
    /* Add your styles for a minimum width of 2000 pixels here */
  }

  
@media only screen and (max-width: 1368px) { 
    .metodo-cover {
        padding: 80px 20px 0 20px;
    }
    
    .metodo-space {
        height: 0px;
    }

    .metodo-icon {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
    .metodo-cover {
        padding: 80px 0px 0 0px;
    }

    .metodo {
        width: 100%;
        float: left;
    }
    
    
    .metodo-affinity {
        width: 100%;
        float: left;
        /* background: transparent; */
        padding: 0px;
        margin-top: 1800px;
    }
    

    .metodo-space {
        height: 140px;
    }

    .metodo-icon {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
    .circle {
        position: absolute;
        left: 21em;
        top: 20em;
        width: 400px;
        height: 400px;
        margin: 300px auto;
    }
    .box {
        width: 145px;
        height: 145px; 
        /* font-size: 100px; */
    }
    
    .box:hover, .box.open {
        width: 120px;
        height: 120px; 

    }
    
    .metodo-content p{
        font-size: 44px;
    }
    .circle a p {
        font-size: 18px;
        line-height:1em;
        /* margin: -3.5em; */
      }
      
.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 91;
  }
  
  .circular-menu .floating-btn {
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 50%;
    background-color:#c68119;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);  
    color: hsl(0, 59%, 80%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
  }
  
  .circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px 001F37;
  }
  
  .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 001F37;
  }
  
  .circular-menu .floating-btn i {
    font-size: 0em;
    transition: transform .2s;  
  }
  
  .circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
  }
  
  .circular-menu:after {
    display: block;
    content: ' ';
    width: 11em;
    height: 11em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 1em;
    z-index: -2;
    background-color: #c68119a2;
    transition: all .3s ease;
  }
  
  .circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
  }
  
  .circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
  }
  
  .circular-menu .menu-item {
    position: absolute;
    top: -2em;
    right: -2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 2em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: #c68119;
    transition: transform .3s ease, background .2s ease;
  }
  
  .circular-menu .menu-item:hover {
    background-color: hsla(0,0%,0%,.3);
  }
  
  .circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em,-7em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em,-6.3em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em,-3.2em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em,1em,0);
  }
  
  /**
   * The other theme for this menu
   */
  
  .circular-menu.circular-menu-left {
    right: auto; 
    left: 1em;
  }
  
  .circular-menu.circular-menu-left .floating-btn {
    background-color: #c68119fb;
  }
  
  .circular-menu.circular-menu-left:after {
    background-color: #001f3778;
  }
  
  .circular-menu.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate3d(-1em,-7em,0);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate3d(3.5em,-6.3em,0);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate3d(6.5em,-3.2em,0);
  }
  
  .circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate3d(7em,1em,0);
  }
      
}

