 .cainTitles{
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         font-style: normal;
         font-size:26px;
         line-height:34px;
         letter-spacing:0.01em;
         max-width:573px;
   } 

   .cainParrafo{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 17px;
         line-height: 25px;
         letter-spacing:0.015em;
         max-width: 470px;
   }
      
   .cainItalica{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: italic;
         font-size: 19px;
         line-height: 19px;
         letter-spacing:0.03em;
         color:white;
      }
      
   .cain{
        display:flex;
        width:100%;
        padding:168px 125px 164px 145px;
          justify-content:center;
      }
      
   .cainWrapper{
        display:flex;
        width:100%;
        max-width:1168px;
        justify-content:space-between;
        gap:10px;
        align-items:center;
      }
      
   .cainTextos{
        display:flex;
        flex-direction:column;
        gap:65px;
        justify-content:center;
        width:100%;
        max-width:604px;
      }
      
   .cainBoton{
        display:flex;
        width:fit-content;
        padding:14px 22px 16px 22px;
        border-radius:7px;
        background-color:#587F0F;
      }

   .cainImagenes{
        display:flex;
        width:100%;
        max-width:554px;
        gap:25px;
        height:545px;
      }
      
   .cainIconSpace{
        display:flex;
        width:fit-content;
        align-items:flex-end;
      }
      
   .cainIcon{
        display:flex;
        /*background-color:black;*/
        width:197px;
        height:197px;
        background-image:url("./imgs_carreras/icon.png");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
      }
      
   .cainFoto1{
        display:flex;
        /*background-color:black;*/
        width:100%;
        min-width:280px;
        max-width:332px;
        height:442px;
        background-image:url("./imgs_carreras/intro.png");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
        border-radius: 10px;
      }


      @media(max-width:1205px){
        .cain{
          padding: 100px 60px;
        }

        .cainWrapper{
         gap:30px;
        }


        .cainTextos{
         gap:40px;
        }

        .cainIcon{
            height: 150px ;
            width: 150px;
         }

         .cainImagenes{
            height:400px;
         }
      }


      @media(max-width:980px){



         .cainWrapper{
            max-width: 3000px;
         }

         .cainTextos{
            align-items: center;
            text-align: center;
            width: 100%;
            max-width: 800px;
         }

         .cainTitles, .cainParrafo{
            max-width: none;
         }

         .cainImagenes{
            max-width: none;
         }
       
         .cainWrapper{
            flex-direction: column;
            align-items: center;
            gap:70px;
         }

         .cainImagenes{
            height:300px;
            justify-content: center;
            /*background-color: blue;*/
         }

         .cainFoto1{
            height:300px;
         }

         .cainIconSpace{
            align-items: center;
         }

         .cainFoto1{
            height: 300px;
         }

      }

      @media (max-width:580px){

         .cain{
                        padding-left: 40px;
            padding-right: 40px;
         }

         .cainImagenes{
            max-width: none;
            min-width: none;
            width:100%;
            /*background-color: pink;*/
            height:fit-content;
            gap:10px;
         }

         .cainIcon{
            width: 100px;
            height:100px;
         }

         .cainFoto1{
            min-width: 0px;
            width: 100%;
         }

      }